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

  /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
  /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.

Completed in 55 milliseconds