HomeSort by relevance Sort by last modified time
    Searched refs:host_impl_ (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 86 host_impl_ = LayerTreeHostImpl::Create(settings,
90 host_impl_->InitializeRenderer(CreateOutputSurface());
91 host_impl_->SetViewportSize(gfx::Size(10, 10));
150 host_impl_ = LayerTreeHostImpl::Create(settings,
155 host_impl_->InitializeRenderer(output_surface.Pass());
156 host_impl_->SetViewportSize(gfx::Size(10, 10));
166 host_impl_->active_tree()->SetRootLayer(root.Pass());
240 host_impl_->active_tree(), content_size);
241 host_impl_->active_tree()->DidBecomeActive();
247 LayerImpl::Create(host_impl_->active_tree(), id)
358 scoped_ptr<LayerTreeHostImpl> host_impl_; member in class:cc::__anon6565::LayerTreeHostImplTest
    [all...]
damage_tracker_unittest.cc 75 DamageTrackerTest() : host_impl_(&proxy_) {}
79 LayerImpl::Create(host_impl_.active_tree(), 1);
81 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);
185 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon6560::DamageTrackerTest
618 LayerImpl::Create(host_impl_.active_tree(), 3)
    [all...]
quad_culler_unittest.cc 54 : host_impl_(&proxy_),
66 TiledLayerImpl::Create(host_impl_.active_tree(), layer_id_++);
126 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon6581::QuadCullerTest
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_resource_creation.cc 47 host_impl_(host_impl) {
59 host_impl_->GetRenderViewForInstance(instance)->GetWebkitPreferences());
61 host_impl_->in_process_router()->GetPluginConnection(instance),
75 host_impl_->in_process_router()->GetPluginConnection(instance),
84 host_impl_->in_process_router()->GetPluginConnection(instance),
92 host_impl_->in_process_router()->GetPluginConnection(instance),
101 host_impl_->in_process_router()->GetPluginConnection(instance),
108 host_impl_->in_process_router()->GetPluginConnection(instance),
122 host_impl_->in_process_router()->GetPluginConnection(instance),
129 host_impl_->in_process_router()->GetPluginConnection(instance)
    [all...]
pepper_in_process_router.cc 39 : host_impl_(host_impl),
68 RenderView* view = host_impl_->GetRenderViewForInstance(instance);
127 bool result = host_impl_->GetPpapiHost()->OnMessageReceived(*message);
138 bool result = host_impl_->GetPpapiHost()->OnMessageReceived(*message);
165 bool handled = host_impl_->GetPpapiHost()->OnMessageReceived(*msg);
pepper_in_process_resource_creation.h 72 RendererPpapiHostImpl* host_impl_; member in class:content::PepperInProcessResourceCreation
pepper_in_process_router.h 78 RendererPpapiHostImpl* host_impl_; member in class:content::PepperInProcessRouter
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl_unittest.cc 41 host_impl_ = LayerTreeHostImpl::Create(settings,
45 host_impl_->InitializeRenderer(CreateFakeOutputSurface());
46 host_impl_->SetViewportSize(gfx::Size(10, 10));
55 scoped_ptr<LayerTreeHostImpl> host_impl_; member in class:cc::__anon6475::DelegatedRendererLayerImplTest
64 host_impl_->active_tree(), 1).PassAs<LayerImpl>();
66 host_impl_->active_tree(), 2).PassAs<LayerImpl>();
68 host_impl_->active_tree(), 3).PassAs<LayerImpl>();
70 FakeDelegatedRendererLayerImpl::Create(host_impl_->active_tree(), 4);
72 host_impl_->SetViewportSize(gfx::Size(100, 100));
134 host_impl_->active_tree()->SetRootLayer(root_layer.Pass())
    [all...]
picture_image_layer_impl_unittest.cc 35 : host_impl_(ImplSidePaintingSettings(), &proxy_) {
37 host_impl_.CreatePendingTree();
38 host_impl_.InitializeRenderer(CreateFakeOutputSurface());
46 tree = host_impl_.active_tree();
49 tree = host_impl_.pending_tree();
65 host_impl_.pending_tree()->UpdateDrawProperties();
70 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon6483::PictureImageLayerImplTest
130 host_impl_.ActivatePendingTree();
144 host_impl_.tile_manager()->InitializeTilesWithResourcesForTesting(
146 host_impl_.resource_provider())
    [all...]
texture_layer_unittest.cc 51 host_impl_(&proxy_) {}
70 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon6490::TextureLayerTest
105 impl_layer = TextureLayerImpl::Create(host_impl_.active_tree(), 1, false);
569 EXPECT_TRUE(host_impl_.InitializeRenderer(CreateFakeOutputSurface()));
574 mode, host_impl_.active_tree()->resource_provider());
576 layer->DidDraw(host_impl_.active_tree()->resource_provider());
598 TextureLayerImpl::Create(host_impl_.active_tree(), 1, true);
605 TextureLayerImpl::Create(host_impl_.active_tree(), 1, true);
613 TextureLayerImpl::Create(host_impl_.active_tree(), 1, true);
620 TextureLayerImpl::Create(host_impl_.active_tree(), 1, false)
    [all...]
picture_layer_impl_unittest.cc 43 : host_impl_(ImplSidePaintingSettings(), &proxy_), id_(7) {}
46 : host_impl_(settings, &proxy_), id_(7) {}
56 host_impl_.InitializeRenderer(CreateFakeOutputSurface());
74 host_impl_.ActivatePendingTree();
77 host_impl_.active_tree()->LayerById(id_));
97 host_impl_.CreatePendingTree();
98 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
108 host_impl_.pending_tree()->LayerById(id_));
210 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon6486::PictureLayerImplTest
220 host_impl_.SetDeviceScaleFactor(1.f)
    [all...]
tiled_layer_unittest.cc 70 host_impl_ = make_scoped_ptr(new FakeLayerTreeHostImpl(proxy_));
80 host_impl_.reset();
192 scoped_ptr<FakeLayerTreeHostImpl> host_impl_; member in class:cc::__anon6494::TiledLayerTest
201 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
230 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
282 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
321 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
361 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
440 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
444 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 2))
    [all...]
tiled_layer_impl_unittest.cc 23 TiledLayerImplTest() : host_impl_(&proxy_) {}
30 TiledLayerImpl::Create(host_impl_.active_tree(), 1);
84 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon6493::TiledLayerImplTest
layer_position_constraint_unittest.cc 67 : host_impl_(&proxy_) {
77 LayerImpl::Create(host_impl_.active_tree(), 1);
79 LayerImpl::Create(host_impl_.active_tree(), 2);
81 LayerImpl::Create(host_impl_.active_tree(), 3);
83 LayerImpl::Create(host_impl_.active_tree(), 4);
134 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon6479::LayerPositionConstraintTest
    [all...]
scrollbar_layer_unittest.cc 260 host_impl_.reset(new FakeLayerTreeHostImpl(layer_tree_settings, &proxy_));
263 host_impl_->active_tree(), 1, HORIZONTAL);
265 host_impl_->active_tree(), 2, VERTICAL);
270 scoped_ptr<FakeLayerTreeHostImpl> host_impl_; member in class:cc::__anon6488::ScrollbarLayerSolidColorThumbTest
layer_impl_unittest.cc 330 LayerImplScrollTest() : host_impl_(&proxy_), root_id_(7) {
331 host_impl_.active_tree()
332 ->SetRootLayer(LayerImpl::Create(host_impl_.active_tree(), root_id_));
333 host_impl_.active_tree()->root_layer()->SetScrollable(true);
336 LayerImpl* layer() { return host_impl_.active_tree()->root_layer(); }
340 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon6477::LayerImplScrollTest
layer_unittest.cc 62 : host_impl_(&proxy_),
132 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon6480::LayerTest
585 LayerImpl::Create(host_impl_.active_tree(), 1);
614 LayerImpl::Create(host_impl_.active_tree(), 1);
633 LayerImpl::Create(host_impl_.active_tree(), 1);
651 LayerImpl::Create(host_impl_.active_tree(), 1);
692 LayerImpl::Create(host_impl_.active_tree(), 1);
    [all...]
  /external/chromium_org/cc/test/
fake_layer_tree_host.h 54 FakeLayerTreeHostImpl* host_impl() { return &host_impl_; }
55 LayerTreeImpl* active_tree() { return host_impl_.active_tree(); }
61 host_impl_(settings, &proxy_) {}
64 FakeLayerTreeHostImpl host_impl_; member in class:cc::FakeLayerTreeHost
  /external/chromium_org/content/browser/
ppapi_plugin_process_host.cc 149 iter->host_impl_->AddInstance(pp_instance, instance_data);
171 iter->host_impl_->DeleteInstance(pp_instance);
220 host_impl_.reset(new BrowserPpapiHostImpl(this, permissions_, info.name,
226 process_->GetHost()->AddFilter(host_impl_->message_filter().get());
228 GetContentClient()->browser()->DidCreatePpapiPlugin(host_impl_.get());
243 host_impl_.reset(new BrowserPpapiHostImpl(this, permissions,
363 host_impl_->set_plugin_process_handle(process_->GetHandle());
ppapi_plugin_process_host.h 110 BrowserPpapiHostImpl* host_impl() { return host_impl_.get(); }
151 scoped_ptr<BrowserPpapiHostImpl> host_impl_; member in class:content::PpapiPluginProcessHost
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade_unittest.cc 17 ScrollbarAnimationControllerLinearFadeTest() : host_impl_(&proxy_) {}
21 scroll_layer_ = LayerImpl::Create(host_impl_.active_tree(), 1);
23 host_impl_.active_tree(), 2, HORIZONTAL);
36 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon6451::ScrollbarAnimationControllerLinearFadeTest
  /external/chromium_org/cc/input/
top_controls_manager_unittest.cc 26 : host_impl_(&proxy_),
31 active_tree_ = LayerTreeImpl::create(&host_impl_);
62 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon6472::MockTopControlsManagerClient
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc 143 : host_impl_(&proxy_),
145 root_layer_(LayerImpl::Create(host_impl_.active_tree(), 1)),
206 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon6497::FakeRendererClient
    [all...]

Completed in 1339 milliseconds