Searched refs:NotifyPACScriptError (Results 1 – 3 of 3) sorted by relevance
27 void NotifyPACScriptError(int line_number, const std::u16string& error);49 void NetworkDelegateErrorObserver::Core::NotifyPACScriptError( in NotifyPACScriptError() function in net::NetworkDelegateErrorObserver::Core55 base::BindOnce(&Core::NotifyPACScriptError, this, line_number, error)); in NotifyPACScriptError()59 network_delegate_->NotifyPACScriptError(line_number, error); in NotifyPACScriptError()90 core_->NotifyPACScriptError(line_number, error); in OnPACScriptError()
81 void NotifyPACScriptError(int line_number, const std::u16string& error);
99 void NetworkDelegate::NotifyPACScriptError(int line_number, in NotifyPACScriptError() function in net::NetworkDelegate