HomeSort by relevance Sort by last modified time
    Searched refs:OnURLRequestDestroyed (Results 1 - 25 of 25) sorted by null

  /external/chromium/chrome/browser/net/
chrome_network_delegate.h 50 virtual void OnURLRequestDestroyed(net::URLRequest* request);
chrome_network_delegate.cc 90 void ChromeNetworkDelegate::OnURLRequestDestroyed(net::URLRequest* request) {
91 ExtensionWebRequestEventRouter::GetInstance()->OnURLRequestDestroyed(
  /external/chromium/net/base/
network_delegate.cc 43 return OnURLRequestDestroyed(request);
network_delegate.h 87 virtual void OnURLRequestDestroyed(URLRequest* request) = 0;
  /external/chromium_org/android_webview/browser/net/
aw_network_delegate.h 41 virtual void OnURLRequestDestroyed(net::URLRequest* request) OVERRIDE;
aw_network_delegate.cc 66 void AwNetworkDelegate::OnURLRequestDestroyed(net::URLRequest* request) {
  /external/chromium_org/content/shell/
shell_network_delegate.h 43 virtual void OnURLRequestDestroyed(net::URLRequest* request) OVERRIDE;
shell_network_delegate.cc 68 void ShellNetworkDelegate::OnURLRequestDestroyed(net::URLRequest* request) {
  /external/chromium/chrome/browser/extensions/
extension_webrequest_api.h 58 void OnURLRequestDestroyed(ProfileId profile_id, net::URLRequest* request);
extension_webrequest_api.cc 377 void ExtensionWebRequestEventRouter::OnURLRequestDestroyed(
  /external/chromium_org/chrome/browser/net/
load_time_stats.h 79 void OnURLRequestDestroyed(const net::URLRequest& request);
chrome_network_delegate.h 143 virtual void OnURLRequestDestroyed(net::URLRequest* request) OVERRIDE;
chrome_network_delegate.cc 734 void ChromeNetworkDelegate::OnURLRequestDestroyed(net::URLRequest* request) {
735 ExtensionWebRequestEventRouter::GetInstance()->OnURLRequestDestroyed(
738 load_time_stats_->OnURLRequestDestroyed(*request);
    [all...]
load_time_stats.cc 428 void LoadTimeStats::OnURLRequestDestroyed(const net::URLRequest& request) {
  /external/chromium_org/net/proxy/
network_delegate_error_observer_unittest.cc 53 virtual void OnURLRequestDestroyed(URLRequest* request) OVERRIDE {}
proxy_script_fetcher_impl_unittest.cc 141 virtual void OnURLRequestDestroyed(URLRequest* request) OVERRIDE {}
  /external/chromium/net/url_request/
url_request_test_util.h 206 virtual void OnURLRequestDestroyed(net::URLRequest* request);
url_request_test_util.cc 288 void TestNetworkDelegate::OnURLRequestDestroyed(net::URLRequest* request) {
  /external/chromium_org/net/base/
network_delegate.cc 77 OnURLRequestDestroyed(request);
network_delegate.h 116 // only until OnURLRequestDestroyed is called for this request. Returns a net
127 // valid only until OnCompleted or OnURLRequestDestroyed is called for this
135 // |headers| is only valid until OnCompleted or OnURLRequestDestroyed is
150 // are only valid until OnURLRequestDestroyed is called for this request.
158 // |new_location| is only valid until OnURLRequestDestroyed is called for this
177 virtual void OnURLRequestDestroyed(URLRequest* request) = 0;
186 // be valid until OnURLRequestDestroyed is called for |request|.
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 175 // guaranteed to be valid until |callback| is called or OnURLRequestDestroyed
225 void OnURLRequestDestroyed(void* profile, net::URLRequest* request);
web_request_api.cc     [all...]
  /external/chromium_org/net/url_request/
url_request_context_builder.cc 82 virtual void OnURLRequestDestroyed(URLRequest* request) OVERRIDE {}
url_request_test_util.h 258 virtual void OnURLRequestDestroyed(URLRequest* request) OVERRIDE;
url_request_test_util.cc 482 void TestNetworkDelegate::OnURLRequestDestroyed(URLRequest* request) {
485 event_order_[req_id] += "OnURLRequestDestroyed\n";

Completed in 280 milliseconds