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

  /external/chromium/chrome/browser/extensions/
extension_webrequest_api.cc 163 BLOCKING = 1<<6,
272 else if (str == "blocking")
273 *extra_info_spec |= BLOCKING;
401 if (callback && (*it)->extra_info_spec & ExtraInfoSpec::BLOCKING) {
482 // Unblock any request that this event listener may have been blocking.
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 101 BLOCKING = 1<<2,
110 // Contains an extension's response to a blocking event.
188 // the given request. If the listener is not registered as "blocking", then
227 // Called when an event listener handles a blocking event and responds.
333 // Decrements the count of event handlers blocking the given request. When the
334 // count reaches 0, we stop blocking the request and proceed it using the
420 // Keeps track of time spent waiting on extensions using the blocking
web_request_api_unittest.cc 215 // blocking events (redirection) by choosing the response from the
225 filter, ExtensionWebRequestEventRouter::ExtraInfoSpec::BLOCKING, -1,
229 filter, ExtensionWebRequestEventRouter::ExtraInfoSpec::BLOCKING, -1,
360 filter, ExtensionWebRequestEventRouter::ExtraInfoSpec::BLOCKING, -1,
364 filter, ExtensionWebRequestEventRouter::ExtraInfoSpec::BLOCKING, -1,
428 filter, ExtensionWebRequestEventRouter::ExtraInfoSpec::BLOCKING, -1,
610 const std::string string_spec_post("blocking,requestBody");
611 const std::string string_spec_no_post("blocking");
702 ASSERT_TRUE(GenerateInfoSpec("blocking,requestBody", &extra_info_spec));
    [all...]
web_request_api.cc 550 else if (str == "blocking")
551 *extra_info_spec |= BLOCKING;
559 // BLOCKING and ASYNC_BLOCKING are mutually exclusive.
560 if ((*extra_info_spec & BLOCKING) && (*extra_info_spec & ASYNC_BLOCKING))
667 // If there are no blocking handlers, only the declarative rules tried
724 // If there are no blocking handlers, only the declarative rules tried
824 // If there are no blocking handlers, only the declarative rules tried
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 302 milliseconds