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

/external/chromium_org/cc/layers/
H A Dui_resource_layer_impl_unittest.cc23 FakeUIResourceLayerTreeHostImpl* host_impl,
30 UIResourceLayerImpl::Create(host_impl->active_tree(), 1);
47 host_impl->CreateUIResource(uid, bitmap);
66 FakeUIResourceLayerTreeHostImpl host_impl(&proxy);
73 scoped_ptr<UIResourceLayerImpl> layer = GenerateUIResourceLayer(&host_impl,
83 layer = GenerateUIResourceLayer(&host_impl,
106 FakeUIResourceLayerTreeHostImpl host_impl(&proxy);
112 scoped_ptr<UIResourceLayerImpl> layer = GenerateUIResourceLayer(&host_impl,
121 layer = GenerateUIResourceLayer(&host_impl,
132 FakeUIResourceLayerTreeHostImpl host_impl(
22 GenerateUIResourceLayer( FakeUIResourceLayerTreeHostImpl* host_impl, gfx::Size bitmap_size, gfx::Size layer_size, bool opaque, UIResourceId uid) argument
[all...]
H A Dtexture_layer_unittest.cc1471 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
1476 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
1479 ContextForImplThread(host_impl)->ResetUsedTextures();
1483 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
1487 ContextForImplThread(host_impl)->NumUsedTextures());
1493 TestWebGraphicsContext3D* ContextForImplThread(LayerTreeHostImpl* host_impl) { argument
1495 host_impl->output_surface()->context_provider()->Context3d());
1616 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
1622 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
1625 ContextForImplThread(host_impl)
1655 ContextForImplThread(LayerTreeHostImpl* host_impl) argument
[all...]
/external/chromium_org/cc/test/
H A Dfake_layer_tree_host.h35 FakeLayerTreeHostImpl* host_impl() { return &host_impl_; } function in class:cc::FakeLayerTreeHost
H A Dlayer_tree_test.cc37 bool TestHooks::PrepareToDrawOnThread(LayerTreeHostImpl* host_impl, argument
H A Dlayer_tree_test.h34 virtual void WillBeginImplFrameOnThread(LayerTreeHostImpl* host_impl, argument
36 virtual void DidBeginImplFrameOnThread(LayerTreeHostImpl* host_impl, argument
38 virtual void BeginMainFrameAbortedOnThread(LayerTreeHostImpl* host_impl, argument
40 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) {} argument
41 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) {} argument
42 virtual void WillActivateTreeOnThread(LayerTreeHostImpl* host_impl) {} argument
43 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) {} argument
44 virtual void InitializedRendererOnThread(LayerTreeHostImpl* host_impl, argument
46 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
49 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) {} argument
50 SwapBuffersOnThread(LayerTreeHostImpl* host_impl, bool result) argument
51 SwapBuffersCompleteOnThread(LayerTreeHostImpl* host_impl) argument
52 UpdateVisibleTilesOnThread(LayerTreeHostImpl* host_impl) argument
53 AnimateLayers(LayerTreeHostImpl* host_impl, base::TimeTicks monotonic_time) argument
55 UpdateAnimationState(LayerTreeHostImpl* host_impl, bool has_unfinished_animation) argument
57 WillAnimateLayers(LayerTreeHostImpl* host_impl, base::TimeTicks monotonic_time) argument
75 DidSetVisibleOnImplTree(LayerTreeHostImpl* host_impl, bool visible) argument
[all...]
/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller.cc74 LayerTreeHostImpl* host_impl) {
85 host_impl->ScheduleMicroBenchmark(benchmark_impl.Pass());
73 ScheduleImplBenchmarks( LayerTreeHostImpl* host_impl) argument
H A Doverdraw_metrics.cc153 static gfx::Size DrawViewportSize(const LayerTreeHostImpl* host_impl) { argument
154 return host_impl->DrawViewportSize();
/external/chromium_org/content/renderer/pepper/
H A Dpepper_in_process_resource_creation.cc44 RendererPpapiHostImpl* host_impl,
47 host_impl_(host_impl) {
43 PepperInProcessResourceCreation( RendererPpapiHostImpl* host_impl, PepperPluginInstanceImpl* instance) argument
H A Dpepper_in_process_router.cc38 RendererPpapiHostImpl* host_impl)
39 : host_impl_(host_impl),
37 PepperInProcessRouter( RendererPpapiHostImpl* host_impl) argument
H A Durl_response_info_util.cc73 void DataFromWebURLResponse(RendererPpapiHostImpl* host_impl, argument
96 new PepperFileRefRendererHost(host_impl, pp_instance, 0, external_path);
98 host_impl->GetPpapiHost()->AddPendingResourceHost(
103 host_impl->CreateBrowserResourceHosts(
H A Dplugin_module.cc396 RendererPpapiHostImpl* host_impl = local
398 render_frame->PepperPluginCreated(host_impl);
654 RendererPpapiHostImpl* host_impl =
657 render_frame->PepperPluginCreated(host_impl);
660 return host_impl;
H A Dpepper_plugin_instance_impl.cc555 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
556 resource_creation_ = host_impl->CreateInProcessResourceCreationAPI(this);
818 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
820 new PepperURLLoaderHost(host_impl, true, pp_instance(), 0);
830 int pending_host_id = host_impl->GetPpapiHost()->AddPendingResourceHost(
835 host_impl,
2918 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
2920 new PepperFileRefRendererHost(host_impl, pp_instance(), 0, path));
2921 return host_impl->GetPpapiHost()->AddPendingResourceHost(
3028 RendererPpapiHostImpl* host_impl local
[all...]
/external/chromium_org/content/browser/
H A Dppapi_plugin_process_host.h105 BrowserPpapiHostImpl* host_impl() { return host_impl_.get(); } function in class:content::PpapiPluginProcessHost
/external/chromium_org/content/public/test/
H A Dtest_renderer_host.cc59 RenderWidgetHostImpl* host_impl = RenderWidgetHostImpl::From(rvh); local
60 return host_impl->has_touch_handler();
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_perftest.cc61 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
66 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
86 virtual void CleanUpAndEndTest(LayerTreeHostImpl* host_impl) { EndTest(); } argument
294 virtual void CleanUpAndEndTest(LayerTreeHostImpl* host_impl) OVERRIDE {
349 virtual void AnimateLayers(LayerTreeHostImpl* host_impl,
351 if (!host_impl->pinch_gesture_active()) {
352 host_impl->PinchGestureBegin();
379 total_scale / host_impl->active_tree()->total_page_scale_factor();
380 host_impl->PinchGestureUpdate(desired_delta, anchor);
H A Dlayer_tree_host_unittest_animation.cc127 LayerTreeHostImpl* host_impl,
141 host_impl->active_tree()->root_layer()->layer_animation_controller();
194 LayerTreeHostImpl* host_impl,
199 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
205 LayerTreeHostImpl* host_impl,
232 LayerTreeHostImpl* host_impl,
234 bool have_animations = !host_impl->animation_registrar()->
277 LayerTreeHostImpl* host_impl,
280 EXPECT_TRUE(host_impl->CanDraw());
347 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) OVERRID
359 UnblockActivations(host_impl); variable
378 UnblockActivations(LayerTreeHostImpl* host_impl) argument
421 InitiateNextCommit(LayerTreeHostImpl* host_impl) argument
[all...]
H A Dtree_synchronizer_unittest.cc555 scoped_ptr<LayerTreeHostImpl> host_impl = LayerTreeHostImpl::Create( local
587 scoped_ptr<LayerTreeHostImpl> host_impl = LayerTreeHostImpl::Create( local
605 host_impl->active_tree());
610 host_impl->active_tree());
617 host_impl->active_tree());
622 host_impl->active_tree());
631 host_impl->active_tree());
636 host_impl->active_tree());
644 host_impl->active_tree());
649 host_impl
662 scoped_ptr<LayerTreeHostImpl> host_impl = LayerTreeHostImpl::Create( local
[all...]
H A Dlayer_tree_host_unittest_delegated.cc200 void ReturnUnusedResourcesFromParent(LayerTreeHostImpl* host_impl) { argument
233 host_impl->ReclaimResources(&ack);
234 host_impl->OnSwapBuffersComplete();
328 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
329 if (host_impl->active_tree()->source_frame_number() < 1)
332 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
337 host_impl->output_surface()->context_provider();
357 virtual void InitializedRendererOnThread(LayerTreeHostImpl* host_impl,
364 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
392 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRID
921 ReturnUnusedResourcesFromParent(host_impl); variable
993 ReturnUnusedResourcesFromParent(host_impl); variable
1093 ReturnUnusedResourcesFromParent(host_impl); variable
1212 ReturnUnusedResourcesFromParent(host_impl); variable
1516 ReturnUnusedResourcesFromParent(host_impl); variable
1565 ReceiveResourceOnThread(LayerTreeHostImpl* host_impl) argument
1868 ReturnUnusedResourcesFromParent(host_impl); variable
1946 ReturnUnusedResourcesFromParent(host_impl); variable
2015 ReturnUnusedResourcesFromParent(host_impl); variable
2102 ReturnUnusedResourcesFromParent(host_impl); variable
2194 ReturnUnusedResourcesFromParent(host_impl); variable
2276 ReturnUnusedResourcesFromParent(host_impl); variable
[all...]
H A Dlayer_tree_host.cc266 void LayerTreeHost::BeginCommitOnImplThread(LayerTreeHostImpl* host_impl) { argument
276 void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) { argument
291 host_impl->memory_allocation_limit_bytes() &&
294 host_impl->SetNeedsCommit();
297 host_impl->set_max_memory_needed_bytes(
301 host_impl->resource_provider());
311 DCHECK(!host_impl->pending_tree());
312 host_impl->CreatePendingTree();
313 sync_tree = host_impl->pending_tree();
318 host_impl
459 scoped_ptr<LayerTreeHostImpl> host_impl = local
[all...]
H A Dlayer_tree_host_unittest.cc290 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
355 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
356 if (host_impl->active_tree()->source_frame_number() == 1)
415 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
416 if (host_impl->active_tree()->source_frame_number() == 1)
527 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
530 int sfn = host_impl->active_tree()->source_frame_number();
547 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
549 int sfn = host_impl->active_tree()->source_frame_number();
555 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
3080 DeferredInitializeAndRedraw(LayerTreeHostImpl* host_impl) argument
3092 ReleaseGLAndRedraw(LayerTreeHostImpl* host_impl) argument
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc1342 RenderWidgetHostImpl* host_impl = local
1345 if (!host_impl->is_hidden())
1351 if (host_impl->overscroll_controller() &&
1354 host_impl->overscroll_controller()->set_delegate(this);

Completed in 875 milliseconds