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

  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.h 54 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
63 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
107 ScopedVector<content::ResourceThrottle>* throttles);
chrome_resource_dispatcher_host_delegate.cc 252 ScopedVector<content::ResourceThrottle>* throttles) {
267 throttles->push_back(
275 throttles->push_back(new OfflineResourceThrottle(
280 throttles->push_back(new MergeSessionThrottle(
311 throttles);
328 ScopedVector<content::ResourceThrottle>* throttles) {
335 throttles->push_back(
342 throttles->push_back(
349 // resource throttles already so no need to add it again.
356 throttles);
    [all...]
  /external/chromium_org/content/browser/loader/
throttling_resource_handler.h 27 ScopedVector<ResourceThrottle> throttles);
throttling_resource_handler.cc 16 ScopedVector<ResourceThrottle> throttles)
20 throttles_(throttles.Pass()),
resource_dispatcher_host_impl.cc 549 ScopedVector<ResourceThrottle> throttles; local
553 is_content_initiated, must_download, &throttles);
554 if (!throttles.empty()) {
558 request_info->GetRequestID(), throttles.Pass()));
1064 ScopedVector<ResourceThrottle> throttles; local
    [all...]
resource_dispatcher_host_unittest.cc 499 ScopedVector<ResourceThrottle>* throttles) OVERRIDE {
506 throttles->push_back(new GenericResourceThrottle(
509 throttles->push_back(new GenericResourceThrottle(
    [all...]
  /external/chromium_org/android_webview/browser/renderer_host/
aw_resource_dispatcher_host_delegate.h 40 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
49 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
aw_resource_dispatcher_host_delegate.cc 207 ScopedVector<content::ResourceThrottle>* throttles) {
209 // We always push the throttles here. Checking the existence of io_client
214 throttles->push_back(new IoThreadClientThrottle(
220 throttles->push_back(InterceptNavigationDelegate::CreateThrottleFor(
233 ScopedVector<content::ResourceThrottle>* throttles) {
  /external/chromium_org/content/public/browser/
resource_dispatcher_host_delegate.cc 29 ScopedVector<ResourceThrottle>* throttles) {
40 ScopedVector<ResourceThrottle>* throttles) {
resource_dispatcher_host_delegate.h 58 // throttles.
67 ScopedVector<ResourceThrottle>* throttles);
79 ScopedVector<ResourceThrottle>* throttles);
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc 250 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE {
259 throttles);
264 throttles->push_back(throttle);

Completed in 111 milliseconds