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_unittest.cc 216 // blocking events (redirection) by choosing the response from the
226 filter, ExtensionWebRequestEventRouter::ExtraInfoSpec::BLOCKING, -1, -1,
230 filter, ExtensionWebRequestEventRouter::ExtraInfoSpec::BLOCKING, -1, -1,
363 filter, ExtensionWebRequestEventRouter::ExtraInfoSpec::BLOCKING, -1, -1,
367 filter, ExtensionWebRequestEventRouter::ExtraInfoSpec::BLOCKING, -1, -1,
432 filter, ExtensionWebRequestEventRouter::ExtraInfoSpec::BLOCKING, -1, -1,
616 const std::string string_spec_post("blocking,requestBody");
617 const std::string string_spec_no_post("blocking");
705 ASSERT_TRUE(GenerateInfoSpec("blocking,requestBody", &extra_info_spec));
    [all...]
web_request_api.h 134 BLOCKING = 1<<2,
143 // Contains an extension's response to a blocking event.
222 // the given request. If the listener is not registered as "blocking", then
261 // Called when an event listener handles a blocking event and responds.
366 // Decrements the count of event handlers blocking the given request. When the
367 // count reaches 0, we stop blocking the request and proceed it using the
453 // Keeps track of time spent waiting on extensions using the blocking
web_request_api.cc 603 else if (str == "blocking")
604 *extra_info_spec |= BLOCKING;
612 // BLOCKING and ASYNC_BLOCKING are mutually exclusive.
613 if ((*extra_info_spec & BLOCKING) && (*extra_info_spec & ASYNC_BLOCKING))
722 // If there are no blocking handlers, only the declarative rules tried
779 // If there are no blocking handlers, only the declarative rules tried
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 187 milliseconds