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

  /external/chromium_org/content/browser/loader/
throttling_resource_handler.cc 230 request()->LogBlockedBy(throttles_[throttle_index]->GetNameForLogging());
cross_site_resource_handler.cc 377 request()->LogBlockedBy("CrossSiteResourceHandler");
async_resource_handler.cc 396 request()->LogBlockedBy("AsyncResourceHandler");
buffered_resource_handler.cc 335 request()->LogBlockedBy("BufferedResourceHandler");
  /external/chromium_org/net/url_request/
url_request.h 432 void LogBlockedBy(const char* blocked_by);
434 // Just like LogBlockedBy, but also makes GetLoadState return source as the
436 // LogBlockedBy will clear the load param. |blocked_by| must not be NULL or
441 // LogBlockedBy.
    [all...]
url_request.cc 429 void URLRequest::LogBlockedBy(const char* blocked_by) {
448 LogBlockedBy(source);
    [all...]
url_request_unittest.cc     [all...]

Completed in 389 milliseconds