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

  /external/chromium_org/content/browser/loader/
throttling_resource_handler.cc 20 throttles_(throttles.Pass()),
23 for (size_t i = 0; i < throttles_.size(); ++i)
24 throttles_[i]->set_controller(this);
38 while (index_ < throttles_.size()) {
39 throttles_[index_]->WillRedirectRequest(new_url, defer);
64 while (index_ < throttles_.size()) {
65 throttles_[index_]->WillStartRequest(defer);
87 while (index_ < throttles_.size()) {
88 throttles_[index_]->WillProcessResponse(defer);
throttling_resource_handler.h 61 ScopedVector<ResourceThrottle> throttles_; member in class:content::ThrottlingResourceHandler
  /external/chromium_org/chrome/browser/extensions/
user_script_listener.cc 86 throttles_.push_back(throttle->AsWeakPtr());
127 for (it = throttles_.begin(); it != throttles_.end(); ++it) {
131 throttles_.clear();
user_script_listener.h 88 WeakThrottleList throttles_; member in class:extensions::UserScriptListener
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc 99 for (it = throttles_.begin(); it != throttles_.end(); ++it) {
103 throttles_.clear();
117 throttles_.push_back(throttle->AsWeakPtr());
141 WeakThrottleList throttles_; member in class:extensions::__anon7368::TestNavigationListener

Completed in 150 milliseconds