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

  /external/chromium/chrome/browser/net/
chrome_network_delegate.cc 69 return ExtensionWebRequestEventRouter::GetInstance()->OnBeforeRequest(
  /external/chromium/chrome/browser/extensions/
extension_webrequest_api.h 39 // Dispatches the OnBeforeRequest event to any extensions whose filters match
42 int OnBeforeRequest(ProfileId profile_id,
extension_webrequest_api.cc 291 int ExtensionWebRequestEventRouter::OnBeforeRequest(
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 178 // Dispatches the OnBeforeRequest event to any extensions whose filters match
181 int OnBeforeRequest(void* profile,
web_request_api_unittest.cc 222 const std::string kEventName(web_request::OnBeforeRequest::kEventName);
245 // onBeforeRequest will be dispatched twice initially. The second response -
247 // redirect will dispatch another pair of onBeforeRequest. There, the first
359 const std::string kEventName(web_request::OnBeforeRequest::kEventName);
374 // onBeforeRequest will be dispatched twice. The second response -
418 // We subscribe to OnBeforeRequest and OnErrorOccurred.
419 // While the OnBeforeRequest handler is blocked, we cancel the request.
420 // We verify that the response of the blocked OnBeforeRequest handler
426 // Subscribe to OnBeforeRequest and OnErrorOccurred.
427 const std::string kEventName(web_request::OnBeforeRequest::kEventName)
    [all...]
web_request_api.cc 98 web_request::OnBeforeRequest::kEventName,
494 // Only valid for OnBeforeRequest.
665 int ExtensionWebRequestEventRouter::OnBeforeRequest(
689 web_request::OnBeforeRequest::kEventName, request,
695 web_request::OnBeforeRequest::kEventName, request,
    [all...]
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 453 int rv = ExtensionWebRequestEventRouter::GetInstance()->OnBeforeRequest(

Completed in 650 milliseconds