Home
last modified time | relevance | path

Searched refs:NotifyPACScriptError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dnetwork_delegate_error_observer.cc27 void NotifyPACScriptError(int line_number, const std::u16string& error);
49 void NetworkDelegateErrorObserver::Core::NotifyPACScriptError( in NotifyPACScriptError() function in net::NetworkDelegateErrorObserver::Core
55 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()
/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_delegate.h81 void NotifyPACScriptError(int line_number, const std::u16string& error);
H A Dnetwork_delegate.cc99 void NetworkDelegate::NotifyPACScriptError(int line_number, in NotifyPACScriptError() function in net::NetworkDelegate