Searched refs:OnURLRequestDestroyed (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dchrome_extensions_network_delegate.cc111 virtual void OnURLRequestDestroyed(net::URLRequest* request) OVERRIDE;
234 void ChromeExtensionsNetworkDelegateImpl::OnURLRequestDestroyed( function in class:__anon4319::ChromeExtensionsNetworkDelegateImpl
236 ExtensionWebRequestEventRouter::GetInstance()->OnURLRequestDestroyed(
340 void ChromeExtensionsNetworkDelegate::OnURLRequestDestroyed( function in class:ChromeExtensionsNetworkDelegate
H A Dchrome_extensions_network_delegate.h65 virtual void OnURLRequestDestroyed(net::URLRequest* request) OVERRIDE;
H A Dchrome_network_delegate.h250 virtual void OnURLRequestDestroyed(net::URLRequest* request) OVERRIDE;
H A Dchrome_network_delegate.cc613 void ChromeNetworkDelegate::OnURLRequestDestroyed(net::URLRequest* request) { function in class:ChromeNetworkDelegate
614 extensions_delegate_->OnURLRequestDestroyed(request);
/external/chromium_org/android_webview/browser/net/
H A Daw_network_delegate.cc92 void AwNetworkDelegate::OnURLRequestDestroyed(net::URLRequest* request) { function in class:android_webview::AwNetworkDelegate
H A Daw_network_delegate.h68 virtual void OnURLRequestDestroyed(net::URLRequest* request) OVERRIDE;
/external/chromium_org/content/shell/browser/
H A Dshell_network_delegate.cc69 void ShellNetworkDelegate::OnURLRequestDestroyed(net::URLRequest* request) { function in class:content::ShellNetworkDelegate
H A Dshell_network_delegate.h43 virtual void OnURLRequestDestroyed(net::URLRequest* request) OVERRIDE;
/external/chromium_org/net/proxy/
H A Dnetwork_delegate_error_observer_unittest.cc54 virtual void OnURLRequestDestroyed(URLRequest* request) OVERRIDE {}
H A Dproxy_script_fetcher_impl_unittest.cc153 virtual void OnURLRequestDestroyed(URLRequest* request) OVERRIDE {}
/external/chromium_org/net/base/
H A Dnetwork_delegate.cc109 OnURLRequestDestroyed(request);
234 void NetworkDelegate::OnURLRequestDestroyed(URLRequest* request) { function in class:net::NetworkDelegate
H A Dnetwork_delegate.h126 // |callback| and |new_url| are valid only until OnURLRequestDestroyed is
154 // valid only until OnCompleted or OnURLRequestDestroyed is called for this
163 // OnCompleted or OnURLRequestDestroyed is called for this request.
169 // |headers| is only valid until OnCompleted or OnURLRequestDestroyed is
185 // are only valid until OnURLRequestDestroyed is called for this request.
195 // |new_location| is only valid until OnURLRequestDestroyed is called for this
214 virtual void OnURLRequestDestroyed(URLRequest* request);
223 // be valid until OnURLRequestDestroyed is called for |request|.
/external/chromium_org/components/cronet/android/
H A Durl_request_context_adapter.cc68 virtual void OnURLRequestDestroyed(net::URLRequest* request) OVERRIDE {}
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api.h210 // or OnURLRequestDestroyed is called (whatever comes first).
260 void OnURLRequestDestroyed(void* browser_context, net::URLRequest* request);
H A Dweb_request_api.cc1177 void ExtensionWebRequestEventRouter::OnURLRequestDestroyed( function in class:ExtensionWebRequestEventRouter
/external/chromium_org/net/url_request/
H A Durl_request_context_builder.cc91 virtual void OnURLRequestDestroyed(URLRequest* request) OVERRIDE {}
H A Durl_request_test_util.h311 virtual void OnURLRequestDestroyed(URLRequest* request) OVERRIDE;
H A Durl_request_test_util.cc523 void TestNetworkDelegate::OnURLRequestDestroyed(URLRequest* request) { function in class:net::TestNetworkDelegate
526 event_order_[req_id] += "OnURLRequestDestroyed\n";

Completed in 284 milliseconds