Searched refs:LogBlockedBy (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dthrottling_resource_handler.cc231 request()->LogBlockedBy(throttles_[throttle_index]->GetNameForLogging());
H A Dcross_site_resource_handler.cc422 request()->LogBlockedBy("CrossSiteResourceHandler");
H A Dasync_resource_handler.cc407 request()->LogBlockedBy("AsyncResourceHandler");
H A Dbuffered_resource_handler.cc338 request()->LogBlockedBy("BufferedResourceHandler");
/external/chromium_org/net/url_request/
H A Durl_request.h437 void LogBlockedBy(const char* blocked_by);
439 // Just like LogBlockedBy, but also makes GetLoadState return source as the
441 // LogBlockedBy will clear the load param. |blocked_by| must not be NULL or
446 // LogBlockedBy.
H A Durl_request.cc359 void URLRequest::LogBlockedBy(const char* blocked_by) { function in class:net::URLRequest
378 LogBlockedBy(source);
H A Durl_request_unittest.cc3945 url_request_->LogBlockedBy(kFirstDelegateInfo);

Completed in 122 milliseconds