Searched refs:host_impl_ (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc128 host_impl_->ActivateSyncTree();
174 host_impl_ = LayerTreeHostImpl::Create(settings,
180 bool init = host_impl_->InitializeRenderer(output_surface.Pass());
181 host_impl_->SetViewportSize(gfx::Size(10, 10));
191 host_impl_->active_tree()->SetRootLayer(root.Pass());
279 host_impl_->active_tree(), content_size);
280 host_impl_->active_tree()->DidBecomeActive();
291 LayerImpl::Create(host_impl_->active_tree(), id);
302 EXPECT_EQ(DRAW_SUCCESS, host_impl_->PrepareToDraw(&frame));
303 host_impl_
397 scoped_ptr<LayerTreeHostImpl> host_impl_; member in class:cc::__anon2813::LayerTreeHostImplTest
[all...]
H A Docclusion_tracker_perftest.cc39 host_impl_ = LayerTreeHostImpl::Create(
41 host_impl_->InitializeRenderer(
48 LayerTreeImpl* active_tree() { return host_impl_->active_tree(); }
70 scoped_ptr<LayerTreeHostImpl> host_impl_; member in class:cc::__anon2834::OcclusionTrackerPerfTest
80 host_impl_->SetViewportSize(viewport_rect.size());
146 host_impl_->SetViewportSize(viewport_rect.size());
H A Ddamage_tracker_unittest.cc77 DamageTrackerTest() : host_impl_(&proxy_, &shared_bitmap_manager_) {}
81 LayerImpl::Create(host_impl_.active_tree(), 1);
83 LayerImpl::Create(host_impl_.active_tree(), 2);
107 LayerImpl::Create(host_impl_.active_tree(), 1);
109 LayerImpl::Create(host_impl_.active_tree(), 2);
111 LayerImpl::Create(host_impl_.active_tree(), 3);
113 LayerImpl::Create(host_impl_.active_tree(), 4);
115 LayerImpl::Create(host_impl_.active_tree(), 5);
181 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon2807::DamageTrackerTest
705 LayerImpl::Create(host_impl_
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_in_process_resource_creation.cc47 : ResourceCreationImpl(instance), host_impl_(host_impl) {}
57 host_impl_->GetRenderViewForInstance(instance)->GetWebkitPreferences()));
59 host_impl_->in_process_router()->GetPluginConnection(instance),
73 host_impl_->in_process_router()->GetPluginConnection(instance),
82 host_impl_->in_process_router()->GetPluginConnection(instance),
90 host_impl_->in_process_router()->GetPluginConnection(instance),
99 host_impl_->in_process_router()->GetPluginConnection(instance),
109 host_impl_->in_process_router()->GetPluginConnection(instance),
118 host_impl_->in_process_router()->GetPluginConnection(instance),
132 host_impl_
[all...]
H A Dpepper_in_process_router.cc38 : host_impl_(host_impl),
63 RenderFrame* frame = host_impl_->GetRenderFrameForInstance(instance);
121 bool result = host_impl_->GetPpapiHost()->OnMessageReceived(*message);
132 bool result = host_impl_->GetPpapiHost()->OnMessageReceived(*message);
159 bool handled = host_impl_->GetPpapiHost()->OnMessageReceived(*msg);
H A Dpepper_in_process_router.h78 RendererPpapiHostImpl* host_impl_; member in class:content::PepperInProcessRouter
H A Dpepper_in_process_resource_creation.h69 RendererPpapiHostImpl* host_impl_; member in class:content::PepperInProcessResourceCreation
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl_perftest.cc41 host_impl_(ImplSidePaintingSettings(),
49 host_impl_.InitializeRenderer(
57 host_impl_.CreatePendingTree();
58 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
67 host_impl_.pending_tree()->LayerById(7));
75 host_impl_.SetViewportSize(viewport_size);
76 host_impl_.pending_tree()->UpdateDrawProperties();
100 host_impl_.SetViewportSize(viewport.size());
102 host_impl_.pending_tree()->UpdateDrawProperties();
122 host_impl_
180 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon2697::PictureLayerImplPerfTest
[all...]
H A Dpicture_image_layer_impl_unittest.cc41 host_impl_(ImplSidePaintingSettings(),
45 host_impl_.CreatePendingTree();
46 host_impl_.InitializeRenderer(
55 tree = host_impl_.active_tree();
58 tree = host_impl_.pending_tree();
93 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon2694::PictureImageLayerImplTest
130 host_impl_.pending_tree()->SetRootLayer(pending_layer.PassAs<LayerImpl>());
131 host_impl_.ActivateSyncTree();
134 host_impl_.active_tree()->root_layer());
145 host_impl_
[all...]
H A Ddelegated_renderer_layer_impl_unittest.cc41 host_impl_.reset(
43 host_impl_->InitializeRenderer(
45 host_impl_->SetViewportSize(gfx::Size(10, 10));
53 scoped_ptr<LayerTreeHostImpl> host_impl_; member in class:cc::__anon2678::DelegatedRendererLayerImplTest
62 host_impl_->active_tree(), 1).PassAs<LayerImpl>();
64 host_impl_->active_tree(), 2).PassAs<LayerImpl>();
66 host_impl_->active_tree(), 3).PassAs<LayerImpl>();
68 FakeDelegatedRendererLayerImpl::Create(host_impl_->active_tree(), 4);
70 host_impl_->SetViewportSize(gfx::Size(100, 100));
129 host_impl_
[all...]
H A Dpicture_layer_impl_unittest.cc60 host_impl_(LowResTilingsSettings(), &proxy_, &shared_bitmap_manager_),
68 host_impl_(settings, &proxy_, &shared_bitmap_manager_),
79 host_impl_.InitializeRenderer(
95 host_impl_.ActivateSyncTree();
96 CHECK(!host_impl_.pending_tree());
97 CHECK(host_impl_.recycle_tree());
101 host_impl_.active_tree()->LayerById(id_));
139 host_impl_.CreatePendingTree();
140 host_impl_.pending_tree()->SetPageScaleFactorAndLimits(1.f, 0.25f, 100.f);
141 LayerTreeImpl* pending_tree = host_impl_
278 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon2698::PictureLayerImplTest
[all...]
H A Ddelegated_renderer_layer_unittest.cc26 host_impl_ = FakeLayerTreeHost::Create(&host_client_, settings);
27 host_impl_->SetViewportSize(gfx::Size(10, 10));
34 scoped_ptr<LayerTreeHost> host_impl_; member in class:cc::__anon2679::DelegatedRendererLayerTest
H A Dlayer_perftest.cc34 : host_impl_(&proxy_, &shared_bitmap_manager_),
54 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon2685::LayerPerfTest
64 LayerImpl::Create(host_impl_.active_tree(), 1);
H A Dtiled_layer_unittest.cc133 host_impl_ = make_scoped_ptr(
144 host_impl_.reset();
259 scoped_ptr<FakeLayerTreeHostImpl> host_impl_; member in class:cc::__anon2713::TiledLayerTest
268 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
299 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
318 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
359 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
398 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
438 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
517 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_
[all...]
H A Dtexture_layer_unittest.cc173 host_impl_(&proxy_, &shared_bitmap_manager_) {}
195 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon2709::TextureLayerTest
935 EXPECT_TRUE(host_impl_.InitializeRenderer(
941 mode, host_impl_.active_tree()->resource_provider());
943 layer->DidDraw(host_impl_.active_tree()->resource_provider());
964 TextureLayerImpl::Create(host_impl_.active_tree(), 1);
973 TextureLayerImpl::Create(host_impl_.active_tree(), 1);
982 TextureLayerImpl::Create(host_impl_.active_tree(), 1);
992 TextureLayerImpl::Create(host_impl_.active_tree(), 1);
1001 TextureLayerImpl::Create(host_impl_
[all...]
H A Dlayer_impl_unittest.cc422 : host_impl_(&proxy_, &shared_bitmap_manager_), root_id_(7) {
423 host_impl_.active_tree()->SetRootLayer(
424 LayerImpl::Create(host_impl_.active_tree(), root_id_));
425 host_impl_.active_tree()->root_layer()->AddChild(
426 LayerImpl::Create(host_impl_.active_tree(), root_id_ + 1));
431 host_impl_.active_tree()->root_layer()->SetBounds(gfx::Size(1, 1));
437 return host_impl_.active_tree()->root_layer()->children()[0];
440 LayerTreeHostImpl& host_impl() { return host_impl_; }
442 LayerTreeImpl* tree() { return host_impl_.active_tree(); }
447 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon2683::LayerImplScrollTest
[all...]
H A Dlayer_position_constraint_unittest.cc66 LayerPositionConstraintTest() : host_impl_(&proxy_, &shared_bitmap_manager_) {
77 LayerImpl::Create(host_impl_.active_tree(), 42);
79 LayerImpl::Create(host_impl_.active_tree(), 1);
81 LayerImpl::Create(host_impl_.active_tree(), 2);
83 LayerImpl::Create(host_impl_.active_tree(), 3);
85 LayerImpl::Create(host_impl_.active_tree(), 4);
129 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon2686::LayerPositionConstraintTest
728 LayerImpl::Create(host_impl_.active_tree(), 5);
1117 LayerImpl::Create(host_impl_.active_tree(), 5);
/external/chromium_org/cc/test/
H A Dfake_layer_tree_host.h36 FakeLayerTreeHostImpl* host_impl() { return &host_impl_; }
37 LayerTreeImpl* active_tree() { return host_impl_.active_tree(); }
61 FakeLayerTreeHostImpl host_impl_; member in class:cc::FakeLayerTreeHost
H A Dfake_layer_tree_host.cc12 host_impl_(settings, &proxy_, &manager_),
/external/chromium_org/cc/resources/
H A Dtile_manager_perftest.cc92 host_impl_(ImplSidePaintingSettings(10000),
110 host_impl_.resource_pool()->SetResourceUsageLimits(
112 host_impl_.tile_manager()->SetGlobalStateForTesting(state);
122 host_impl_.InitializeRenderer(
139 host_impl_.ActivateSyncTree();
140 CHECK(!host_impl_.pending_tree());
143 host_impl_.active_tree()->LayerById(id_));
161 host_impl_.CreatePendingTree();
162 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
172 host_impl_
433 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon2784::TileManagerPerfTest
[all...]
H A Dtile_manager_unittest.cc497 host_impl_(LowResTilingsSettings(), &proxy_, &shared_bitmap_manager_) {}
510 host_impl_.resource_pool()->SetResourceUsageLimits(
514 host_impl_.tile_manager()->SetGlobalStateForTesting(state);
523 host_impl_.InitializeRenderer(
539 host_impl_.ActivateSyncTree();
540 CHECK(!host_impl_.pending_tree());
543 host_impl_.active_tree()->LayerById(id_));
561 host_impl_.CreatePendingTree();
562 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
572 host_impl_
595 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon2785::TileManagerTilePriorityQueueTest
[all...]
/external/chromium_org/content/browser/
H A Dppapi_plugin_process_host.h105 BrowserPpapiHostImpl* host_impl() { return host_impl_.get(); }
145 scoped_ptr<BrowserPpapiHostImpl> host_impl_; member in class:content::PpapiPluginProcessHost
H A Dppapi_plugin_process_host.cc172 iter->host_impl_->AddInstance(pp_instance, instance_data);
194 iter->host_impl_->DeleteInstance(pp_instance);
247 host_impl_.reset(new BrowserPpapiHostImpl(this, permissions_, info.name,
254 process_->GetHost()->AddFilter(host_impl_->message_filter().get());
256 GetContentClient()->browser()->DidCreatePpapiPlugin(host_impl_.get());
271 host_impl_.reset(new BrowserPpapiHostImpl(this, permissions,
397 host_impl_->set_plugin_process_handle(process_->GetHandle());
/external/chromium_org/cc/animation/
H A Dscrollbar_animation_controller_linear_fade_unittest.cc21 : host_impl_(&proxy_, &shared_bitmap_manager_), needs_frame_count_(0) {}
39 LayerImpl::Create(host_impl_.active_tree(), 1);
41 SolidColorScrollbarLayerImpl::Create(host_impl_.active_tree(),
48 clip_layer_ = LayerImpl::Create(host_impl_.active_tree(), 3);
67 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon2631::ScrollbarAnimationControllerLinearFadeTest
H A Dscrollbar_animation_controller_thinning_unittest.cc21 : host_impl_(&proxy_, &shared_bitmap_manager_) {}
32 LayerImpl::Create(host_impl_.active_tree(), 1);
33 clip_layer_ = LayerImpl::Create(host_impl_.active_tree(), 3);
44 SolidColorScrollbarLayerImpl::Create(host_impl_.active_tree(),
66 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon2633::ScrollbarAnimationControllerThinningTest

Completed in 2558 milliseconds

12