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

  /external/chromium_org/chrome/browser/prerender/
prerender_tracker.cc 230 it->second.throttles.push_back(throttle);
254 ResourceThrottleList& throttles = resource_throttle_map_it->second; local
255 for (size_t i = 0; i < throttles.size(); i++) {
256 if (throttles[i]) {
258 throttles[i]->Resume();
260 throttles[i]->Cancel();
285 for (size_t i = 0; i < it->second.throttles.size(); i++) {
286 if (!it->second.throttles[i])
289 it->second.throttles[i]->Cancel();
291 it->second.throttles[i]->Resume()
    [all...]
prerender_tracker.h 96 // Called to add throttles for a pending prerender swap.
100 // Called to remove the throttles for a pending prerender swap.
124 std::vector<base::WeakPtr<PrerenderPendingSwapThrottle> > throttles; member in struct:prerender::PrerenderTracker::PendingSwapThrottleData
126 // Set of throttles for pending swaps.
190 // Map of pending prerender swaps and their associated throttles,
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 163 ScopedVector<content::ResourceThrottle>* throttles) {
182 throttles->push_back(cus->GetOnDemandResourceThrottle(request, crx_id));
230 ScopedVector<content::ResourceThrottle>* throttles) {
251 throttles->push_back(
259 throttles->push_back(url_to_app_throttle);
267 throttles->push_back(new OfflineResourceThrottle(request,
274 throttles->push_back(new MergeSessionThrottle(request));
311 throttles);
316 throttles);
346 ScopedVector<content::ResourceThrottle>* throttles) {
    [all...]
chrome_resource_dispatcher_host_delegate.h 53 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
69 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
111 ScopedVector<content::ResourceThrottle>* throttles);
  /external/chromium_org/content/browser/loader/
throttling_resource_handler.h 30 ScopedVector<ResourceThrottle> throttles);
throttling_resource_handler.cc 17 ScopedVector<ResourceThrottle> throttles)
20 throttles_(throttles.Pass()),
25 // Throttles must have a name, as otherwise, bugs where a throttle fails
resource_dispatcher_host_impl.cc 578 ScopedVector<ResourceThrottle> throttles; local
582 is_content_initiated, must_download, &throttles);
583 if (!throttles.empty()) {
586 handler.Pass(), request, throttles.Pass()));
1189 ScopedVector<ResourceThrottle> throttles; local
    [all...]
resource_dispatcher_host_unittest.cc 503 ScopedVector<ResourceThrottle>* throttles) OVERRIDE {
510 throttles->push_back(new GenericResourceThrottle(
513 throttles->push_back(new GenericResourceThrottle(
    [all...]
  /external/chromium_org/android_webview/browser/renderer_host/
aw_resource_dispatcher_host_delegate.h 39 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
48 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
aw_resource_dispatcher_host_delegate.cc 214 ScopedVector<content::ResourceThrottle>* throttles) {
218 // We always push the throttles here. Checking the existence of io_client
223 throttles->push_back(new IoThreadClientThrottle(
230 throttles->push_back(InterceptNavigationDelegate::CreateThrottleFor(
251 ScopedVector<content::ResourceThrottle>* throttles) {
  /external/chromium_org/content/public/browser/
resource_dispatcher_host_delegate.cc 28 ScopedVector<ResourceThrottle>* throttles) {
48 ScopedVector<ResourceThrottle>* throttles) {
resource_dispatcher_host_delegate.h 58 // throttles.
66 ScopedVector<ResourceThrottle>* throttles);
87 ScopedVector<ResourceThrottle>* throttles);
  /external/chromium_org/chrome/browser/component_updater/
crx_update_item.h 113 std::vector<base::WeakPtr<CUResourceThrottle> > throttles; member in struct:component_updater::CrxUpdateItem
component_updater_service.cc 200 void UnblockandReapAllThrottles(CUResourceThrottle::WeakPtrVector* throttles) {
202 for (it = throttles->begin(); it != throttles->end(); ++it)
204 throttles->clear();
506 UnblockandReapAllThrottles(&item->throttles);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc 254 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE {
262 throttles);
267 throttles->push_back(throttle);

Completed in 407 milliseconds