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

  /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);
244 // onBeforeRequest will be dispatched twice initially. The second response -
246 // redirect will dispatch another pair of onBeforeRequest. There, the first
358 const std::string kEventName(web_request::OnBeforeRequest::kEventName);
373 // onBeforeRequest will be dispatched twice. The second response -
417 // We subscribe to OnBeforeRequest and OnErrorOccurred.
418 // While the OnBeforeRequest handler is blocked, we cancel the request.
419 // We verify that the response of the blocked OnBeforeRequest handler
425 // Subscribe to OnBeforeRequest and OnErrorOccurred.
426 const std::string kEventName(web_request::OnBeforeRequest::kEventName)
    [all...]
web_request_api.cc 101 web_request::OnBeforeRequest::kEventName,
547 // Only valid for OnBeforeRequest and OnHeadersReceived.
718 int ExtensionWebRequestEventRouter::OnBeforeRequest(
742 web_request::OnBeforeRequest::kEventName, request,
748 web_request::OnBeforeRequest::kEventName, request,
    [all...]
  /external/chromium_org/chrome/browser/net/
chrome_extensions_network_delegate.cc 155 return ExtensionWebRequestEventRouter::GetInstance()->OnBeforeRequest(

Completed in 51 milliseconds