HomeSort by relevance Sort by last modified time
    Searched full:throttles (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome/browser/apps/
app_url_redirector.h 20 // This class creates resource throttles that redirect URLs to apps that
ephemeral_app_throttle.h 20 // This class creates resource throttles that will launch ephemeral apps for
  /external/chromium_org/chrome/browser/prerender/
prerender_tracker.h 49 // Called to add throttles for a pending prerender swap.
54 // Called to remove the throttles for a pending prerender swap.
93 // Map of pending prerender swaps and their associated throttles,
prerender_contents.cc 83 std::vector<base::WeakPtr<PrerenderResourceThrottle> > throttles) {
84 for (size_t i = 0; i < throttles.size(); i++) {
85 if (throttles[i])
86 throttles[i]->Resume();
    [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 216 ScopedVector<content::ResourceThrottle>* throttles) {
223 // We always push the throttles here. Checking the existence of io_client
228 throttles->push_back(new IoThreadClientThrottle(
235 throttles->push_back(InterceptNavigationDelegate::CreateThrottleFor(
256 ScopedVector<content::ResourceThrottle>* throttles) {
  /external/chromium_org/content/public/browser/
resource_dispatcher_host_delegate.cc 28 ScopedVector<ResourceThrottle>* throttles) {
39 ScopedVector<ResourceThrottle>* throttles) {
resource_dispatcher_host_delegate.h 57 // throttles.
65 ScopedVector<ResourceThrottle>* throttles);
77 ScopedVector<ResourceThrottle>* throttles);
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 222 ScopedVector<content::ResourceThrottle>* throttles) {
242 throttles->push_back(
292 ScopedVector<content::ResourceThrottle>* throttles) {
313 throttles->push_back(
323 throttles->push_back(url_to_app_throttle);
331 throttles->push_back(ephemeral_app_throttle);
342 throttles->push_back(new OfflineResourceThrottle(request,
355 throttles->push_back(new MergeSessionThrottle(request, resource_type));
392 throttles);
397 throttles);
    [all...]
chrome_resource_dispatcher_host_delegate.h 55 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
64 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
107 ScopedVector<content::ResourceThrottle>* throttles);
chrome_resource_dispatcher_host_delegate_browsertest.cc 67 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE {
75 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 595 ScopedVector<ResourceThrottle> throttles; local
599 is_content_initiated, must_download, &throttles);
600 if (!throttles.empty()) {
603 handler.Pass(), request, throttles.Pass()));
1174 ScopedVector<ResourceThrottle> throttles; local
    [all...]
  /external/chromium_org/net/base/
mock_file_stream.h 56 // Throttles all asynchronous callbacks, including forced errors, until a
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_helper.h 97 * marker for upcoming throttles.
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.h 97 * marker for upcoming throttles.
  /external/chromium_org/sync/sessions/
data_type_tracker.h 90 // Throttles the type from |now| until |now| + |duration|.
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc 240 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE {
248 throttles);
253 throttles->push_back(throttle);
  /external/chromium_org/content/browser/
cross_site_transfer_browsertest.cc 43 ScopedVector<ResourceThrottle>* throttles) OVERRIDE {
47 route_id, throttles);
52 throttles->push_back(new TrackingThrottle(request, this));
  /external/chromium_org/chrome/browser/component_updater/
component_updater_service.cc 125 void UnblockandReapAllThrottles(CUResourceThrottle::WeakPtrVector* throttles) {
127 for (it = throttles->begin(); it != throttles->end(); ++it)
129 throttles->clear();
449 UnblockandReapAllThrottles(&item->throttles);
    [all...]
crx_update_item.h 113 std::vector<base::WeakPtr<CUResourceThrottle> > throttles; member in struct:component_updater::CrxUpdateItem
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.h 49 // progress, does nothing. Throttles the rate at which requests are sent.
  /external/iproute2/man/man8/
tc-tbf.8 54 calculates the token deficit, and throttles until the first packet in the queue can be sent.
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockResponse.java 217 * Throttles the response body writer to sleep for the given period after each

Completed in 2423 milliseconds

1 2