Searched defs:throttle (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/prerender/
H A Dprerender_tracker.h43 // Resume will be called on |throttle| when the prerender is canceled or used,
47 const base::WeakPtr<PrerenderPendingSwapThrottle>& throttle);
90 base::WeakPtr<PrerenderPendingSwapThrottle> throttle; member in struct:prerender::PrerenderTracker::PendingSwapThrottleData
H A Dprerender_resource_throttle.cc77 const base::WeakPtr<PrerenderResourceThrottle>& throttle,
100 prerender_contents->AddResourceThrottle(throttle);
110 &PrerenderResourceThrottle::Resume, throttle));
114 const base::WeakPtr<PrerenderResourceThrottle>& throttle,
141 prerender_contents->AddResourceThrottle(throttle);
151 &PrerenderResourceThrottle::Resume, throttle));
76 WillStartRequestOnUI( const base::WeakPtr<PrerenderResourceThrottle>& throttle, const std::string& method, ResourceType::Type resource_type, int render_process_id, int render_frame_id, const GURL& url) argument
113 WillRedirectRequestOnUI( const base::WeakPtr<PrerenderResourceThrottle>& throttle, const std::string& follow_only_when_prerender_shown_header, ResourceType::Type resource_type, bool async, int render_process_id, int render_frame_id, const GURL& new_url) argument
H A Dprerender_tracker.cc41 const base::WeakPtr<PrerenderPendingSwapThrottle>& throttle) {
51 CHECK(!it->second.throttle);
52 it->second.throttle = throttle;
73 if (it->second.throttle) {
75 it->second.throttle->Cancel();
77 it->second.throttle->Resume();
37 AddPendingSwapThrottleOnIOThread( int render_process_id, int render_frame_id, const GURL& url, const base::WeakPtr<PrerenderPendingSwapThrottle>& throttle) argument
H A Dprerender_tracker_unittest.cc105 void SetThrottle(PrerenderResourceThrottle* throttle) { argument
106 throttle_ = throttle;
126 // Find out what the throttle would have done.
234 // Install a prerender throttle.
235 PrerenderResourceThrottle throttle(&request);
236 delegate.SetThrottle(&throttle);
245 // Display the prerendered RenderView and wait for the throttle to
273 // Install a prerender throttle.
274 PrerenderResourceThrottle throttle(&request);
275 delegate.SetThrottle(&throttle);
[all...]
H A Dprerender_contents.cc904 const base::WeakPtr<PrerenderResourceThrottle>& throttle) {
905 resource_throttles_.push_back(throttle);
903 AddResourceThrottle( const base::WeakPtr<PrerenderResourceThrottle>& throttle) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtool.h37 throttle, member in struct:perf_tool
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_listener_unittest.cc42 ThrottleController(net::URLRequest* request, ResourceThrottle* throttle) argument
44 throttle_(throttle) {
169 ResourceThrottle* throttle = local
173 if (throttle) {
174 request->SetUserData(NULL, new ThrottleController(request, throttle));
176 throttle->WillStartRequest(&defer);
325 // Test when the script updated notification occurs before the throttle's
337 ResourceThrottle* throttle = local
339 ASSERT_TRUE(throttle);
340 request->SetUserData(NULL, new ThrottleController(request.get(), throttle));
[all...]
/external/chromium_org/chrome/browser/renderer_host/
H A Dsafe_browsing_resource_throttle.cc133 const base::WeakPtr<SafeBrowsingResourceThrottle>& throttle,
160 base::Bind(&SafeBrowsingResourceThrottle::Cancel, throttle));
132 StartDisplayingBlockingPage( const base::WeakPtr<SafeBrowsingResourceThrottle>& throttle, scoped_refptr<SafeBrowsingUIManager> ui_manager, const SafeBrowsingUIManager::UnsafeResource& resource) argument
H A Dchrome_resource_dispatcher_host_delegate.cc240 // We got a component we need to install, so throttle the resource
337 // Check if we need to add offline throttle. This should be done only
346 // Check if we need to add merge session throttle. This throttle will postpone
414 // If it's from the web, we don't trust it, so we push the throttle on.
450 // Android use a resource throttle to handle external as well as internal
484 content::ResourceThrottle* throttle = local
489 if (throttle)
490 throttles->push_back(throttle);
501 content::ResourceThrottle* throttle local
[all...]
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_apitest.cc101 Throttle* throttle = new Throttle();
102 throttles_.push_back(throttle->AsWeakPtr());
103 return throttle;
111 // Stores a throttle per URL request that we have delayed.
249 content::ResourceThrottle* throttle = variable
252 if (throttle)
253 throttles->push_back(throttle);
/external/chromium_org/content/browser/loader/
H A Dresource_scheduler_unittest.cc38 TestRequest(scoped_ptr<ResourceThrottle> throttle, argument
41 throttle_(throttle.Pass()),
71 CancelingTestRequest(scoped_ptr<ResourceThrottle> throttle, argument
73 : TestRequest(throttle.Pass(), url_request.Pass()) {
180 scoped_ptr<ResourceThrottle> throttle(scheduler_.ScheduleRequest(
182 TestRequest* request = new TestRequest(throttle.Pass(), url_request.Pass());
296 scoped_ptr<ResourceThrottle> throttle(scheduler_.ScheduleRequest(
299 throttle.Pass(), url_request.Pass()));
H A Dresource_dispatcher_host_unittest.cc557 // Throttle that tracks the current throttle blocking a request. Only one
558 // can throttle any request at a time.
561 // The value is used to indicate that the throttle should not provide
628 // The currently active throttle, if any.
1318 GenericResourceThrottle* throttle = local
1320 ASSERT_TRUE(throttle);
1321 throttle->Resume();
1373 // Test the OnBeforeNetworkStart throttle.
1407 // Make sure the first throttle blocked the request, and then resume.
1414 // Make sure the second throttle blocke
[all...]
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_resource_dispatcher_host_delegate.cc340 IoThreadClientThrottle* throttle) {
343 FrameRouteIDPair(throttle->render_process_id(),
344 throttle->render_frame_id()));
394 IoThreadClientThrottle* throttle = it->second; local
395 throttle->OnIoThreadClientReady(new_render_process_id, new_render_frame_id);
339 RemovePendingThrottleOnIoThread( IoThreadClientThrottle* throttle) argument
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.cc1286 virtual void SetThrottle(content::ResourceThrottle* throttle) {} argument
1309 // By requesting a throttle and deleting it immediately we ensure that we
1311 // pointer to a dead Resource throttle.
1379 // Check that the throttle has been resumed by the time we
1393 virtual void SetThrottle(content::ResourceThrottle* throttle) OVERRIDE {
1394 throttle_ = throttle;
1396 // Initially the throttle is blocked. The CUS needs to run a
1409 // Tests the on-demand update with resource throttle, including the
/external/chromium_org/content/browser/worker_host/
H A Dworker_service_impl.cc157 bool throttle = true; local
177 throttle = false;
182 if (!throttle ) {
187 iter->SetBackgrounded(throttle);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2_glx.c89 const __DRI2throttleExtension *throttle; member in struct:dri2_screen
481 * This function uses the DRI2 throttle extension to give the
482 * driver the opportunity to throttle on flush front, copysubbuffer
490 if (psc->throttle) {
496 psc->throttle->throttle(ctx, draw->driDrawable, reason);
1002 psc->throttle = (__DRI2throttleExtension *) extensions[i];
/external/mesa3d/src/glx/
H A Ddri2_glx.c89 const __DRI2throttleExtension *throttle; member in struct:dri2_screen
481 * This function uses the DRI2 throttle extension to give the
482 * driver the opportunity to throttle on flush front, copysubbuffer
490 if (psc->throttle) {
496 psc->throttle->throttle(ctx, draw->driDrawable, reason);
1002 psc->throttle = (__DRI2throttleExtension *) extensions[i];
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java308 * Throttle count. This is used to count the overall number of probes sent by JmDNS. When the last throttle increment happened .
313 * Last throttle increment.
2167 public void setThrottle(int throttle) { argument
2168 this._throttle = throttle;
/external/chromium_org/third_party/mesa/src/include/GL/internal/
H A Ddri_interface.h289 * throttle callbacks.
303 void (*throttle)(__DRIcontext *ctx, member in struct:__DRI2throttleExtensionRec
/external/mesa3d/include/GL/internal/
H A Ddri_interface.h289 * throttle callbacks.
303 void (*throttle)(__DRIcontext *ctx, member in struct:__DRI2throttleExtensionRec
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 6753 milliseconds