Searched refs:throttles_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dthrottling_resource_handler.cc20 throttles_(throttles.Pass()),
23 for (size_t i = 0; i < throttles_.size(); ++i) {
24 throttles_[i]->set_controller(this);
27 DCHECK(throttles_[i]->GetNameForLogging());
41 while (next_index_ < throttles_.size()) {
43 throttles_[index]->WillRedirectRequest(redirect_info.new_url, defer);
65 while (next_index_ < throttles_.size()) {
67 throttles_[index]->WillStartRequest(defer);
89 while (next_index_ < throttles_.size()) {
91 throttles_[inde
[all...]
H A Dthrottling_resource_handler.h68 ScopedVector<ResourceThrottle> throttles_; member in class:content::ThrottlingResourceHandler
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_listener.cc94 throttles_.push_back(throttle->AsWeakPtr());
135 for (it = throttles_.begin(); it != throttles_.end(); ++it) {
139 throttles_.clear();
H A Duser_script_listener.h89 WeakThrottleList throttles_; member in class:extensions::UserScriptListener
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_apitest.cc86 for (it = throttles_.begin(); it != throttles_.end(); ++it) {
90 throttles_.clear();
104 throttles_.push_back(throttle->AsWeakPtr());
132 WeakThrottleList throttles_; member in class:extensions::__anon3858::TestNavigationListener

Completed in 138 milliseconds