Searched refs:throttle (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium/chrome/browser/sync/sessions/
H A Dtest_util.h32 ACTION_P(SimulateThrottled, throttle) {
33 SimulateThrottledImpl(arg0, throttle);
/external/chromium_org/sync/sessions/
H A Dtest_util.h77 ACTION_P(SimulateThrottled, throttle) {
78 SimulateThrottledImpl(arg0, throttle);
81 ACTION_P2(SimulateTypesThrottled, types, throttle) {
82 SimulateTypesThrottledImpl(arg0, types, throttle);
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_listener_unittest.cc40 ThrottleController(net::URLRequest* request, ResourceThrottle* throttle) argument
42 throttle_(throttle) {
166 ResourceThrottle* throttle = local
170 if (throttle) {
171 request->SetUserData(NULL, new ThrottleController(request, throttle));
173 throttle->WillStartRequest(&defer);
320 // Test when the script updated notification occurs before the throttle's
332 ResourceThrottle* throttle = local
334 ASSERT_TRUE(throttle);
335 request->SetUserData(NULL, new ThrottleController(request.get(), throttle));
[all...]
H A Duser_script_listener.cc89 Throttle* throttle = new Throttle();
90 throttles_.push_back(throttle->AsWeakPtr());
91 return throttle;
/external/chromium_org/build/android/pylib/monkey/
H A Dtest_runner.py31 timeout_ms = self._options.event_count * self._options.throttle * 1.5
36 '--throttle %d' % self._options.throttle,
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_tracker.h83 // or Resume will be called on |throttle| when the prerender is
87 const base::WeakPtr<PrerenderResourceThrottle>& throttle);
90 // or Resume will be called on |throttle| when the prerender is
94 const base::WeakPtr<PrerenderPendingSwapThrottle>& throttle);
H A Dprerender_tracker_unittest.cc117 void SetThrottle(PrerenderResourceThrottle* throttle) { argument
118 throttle_ = throttle;
138 // Find out what the throttle would have done.
539 // Install a prerender throttle.
540 PrerenderResourceThrottle throttle(&request, prerender_tracker());
541 delegate.SetThrottle(&throttle);
548 // Display the prerendered RenderView and wait for the throttle to
579 // Install a prerender throttle.
580 PrerenderResourceThrottle throttle(&request, prerender_tracker());
581 delegate.SetThrottle(&throttle);
[all...]
H A Dprerender_tracker.cc207 const base::WeakPtr<PrerenderResourceThrottle>& throttle) {
214 resource_throttle_map_it->second.push_back(throttle);
221 const base::WeakPtr<PrerenderPendingSwapThrottle>& throttle) {
230 it->second.throttles.push_back(throttle);
204 AddResourceThrottleOnIOThread( int child_id, int route_id, const base::WeakPtr<PrerenderResourceThrottle>& throttle) argument
217 AddPendingSwapThrottleOnIOThread( int child_id, int route_id, const GURL& url, const base::WeakPtr<PrerenderPendingSwapThrottle>& throttle) argument
/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DHDRRenderer.java89 private float throttle = -1; field in class:HDRRenderer
138 public void setThrottle(float throttle){ argument
139 this.throttle = throttle;
339 blendFactor = (time / throttle);
366 if (throttle == -1){
383 }else if (time > throttle){
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_resource_dispatcher_host_delegate.cc350 IoThreadClientThrottle* throttle) {
353 ChildRouteIDPair(throttle->get_child_id(), throttle->get_route_id()));
402 IoThreadClientThrottle* throttle = it->second; local
403 throttle->OnIoThreadClientReady(new_child_id, new_route_id);
349 RemovePendingThrottleOnIoThread( IoThreadClientThrottle* throttle) argument
H A Daw_resource_dispatcher_host_delegate.h73 void RemovePendingThrottleOnIoThread(IoThreadClientThrottle* 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()));
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_apitest.cc116 Throttle* throttle = new Throttle();
117 throttles_.push_back(throttle->AsWeakPtr());
118 return throttle;
126 // Stores a throttle per URL request that we have delayed.
263 content::ResourceThrottle* throttle = variable
266 if (throttle)
267 throttles->push_back(throttle);
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate.cc180 // We got a component we need to install, so throttle the resource
351 // If it's from the web, we don't trust it, so we push the throttle on.
428 // Android use a resource throttle to handle external as well as internal
465 content::ResourceThrottle* throttle = local
469 if (throttle)
470 throttles->push_back(throttle);
481 content::ResourceThrottle* throttle = local
484 if (throttle)
485 throttles->push_back(throttle);
/external/chromium_org/content/browser/worker_host/
H A Dworker_service_impl.cc141 bool throttle = true; local
161 throttle = false;
166 if (!throttle ) {
171 iter->SetBackgrounded(throttle);
/external/linux-tools-perf/
H A Dbuiltin-inject.c183 .throttle = perf_event__repipe,
/external/linux-tools-perf/util/
H A Dsession.h86 throttle, member in struct:perf_event_ops
/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.c286 * swap_fences_pop_front - pull a fence from the throttle queue
288 * If the throttle queue is filled to the desired number of fences,
312 * swap_fences_push_back - push a fence onto the throttle queue
314 * push a fence onto the throttle queue and pull fences of the queue
337 * swap_fences_unref - empty the throttle queue
339 * pulls fences of the throttle queue until it is empty.
398 .throttle = dri_throttle,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A Ddri_drawable.c286 * swap_fences_pop_front - pull a fence from the throttle queue
288 * If the throttle queue is filled to the desired number of fences,
312 * swap_fences_push_back - push a fence onto the throttle queue
314 * push a fence onto the throttle queue and pull fences of the queue
337 * swap_fences_unref - empty the throttle queue
339 * pulls fences of the throttle queue until it is empty.
398 .throttle = dri_throttle,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
H A Ddri_drawable.c286 * swap_fences_pop_front - pull a fence from the throttle queue
288 * If the throttle queue is filled to the desired number of fences,
312 * swap_fences_push_back - push a fence onto the throttle queue
314 * push a fence onto the throttle queue and pull fences of the queue
337 * swap_fences_unref - empty the throttle queue
339 * pulls fences of the throttle queue until it is empty.
398 .throttle = dri_throttle,
/external/mesa3d/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.c286 * swap_fences_pop_front - pull a fence from the throttle queue
288 * If the throttle queue is filled to the desired number of fences,
312 * swap_fences_push_back - push a fence onto the throttle queue
314 * push a fence onto the throttle queue and pull fences of the queue
337 * swap_fences_unref - empty the throttle queue
339 * pulls fences of the throttle queue until it is empty.
398 .throttle = dri_throttle,
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri_drawable.c286 * swap_fences_pop_front - pull a fence from the throttle queue
288 * If the throttle queue is filled to the desired number of fences,
312 * swap_fences_push_back - push a fence onto the throttle queue
314 * push a fence onto the throttle queue and pull fences of the queue
337 * swap_fences_unref - empty the throttle queue
339 * pulls fences of the throttle queue until it is empty.
398 .throttle = dri_throttle,
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddri_drawable.c286 * swap_fences_pop_front - pull a fence from the throttle queue
288 * If the throttle queue is filled to the desired number of fences,
312 * swap_fences_push_back - push a fence onto the throttle queue
314 * push a fence onto the throttle queue and pull fences of the queue
337 * swap_fences_unref - empty the throttle queue
339 * pulls fences of the throttle queue until it is empty.
398 .throttle = dri_throttle,

Completed in 1764 milliseconds

12