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

  /external/chromium/chrome/browser/extensions/
extension_webrequest_api.cc 333 blocked_requests_[request->identifier()].new_url = new_url;
380 blocked_requests_.erase(request->identifier());
408 CHECK(blocked_requests_.find(request->identifier()) ==
409 blocked_requests_.end());
410 blocked_requests_[request->identifier()].num_handlers_blocking =
412 blocked_requests_[request->identifier()].callback = callback;
413 blocked_requests_[request->identifier()].request_time =
542 if (blocked_requests_.find(request_id) == blocked_requests_.end())
545 BlockedRequest& blocked_request = blocked_requests_[request_id]
    [all...]
extension_webrequest_api.h 138 BlockedRequestMap blocked_requests_; member in class:ExtensionWebRequestEventRouter

Completed in 44 milliseconds