HomeSort by relevance Sort by last modified time
    Searched defs:host_impl (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/cc/test/
fake_layer_tree_host.h 36 FakeLayerTreeHostImpl* host_impl() { return &host_impl_; } function in class:cc::FakeLayerTreeHost
layer_test_common.h 56 scoped_ptr<T> layer = T::Create(host_->host_impl()->active_tree(), 2);
64 scoped_ptr<T> layer = T::Create(host_->host_impl()->active_tree(), 2, a);
73 T::Create(host_->host_impl()->active_tree(), 2, a, b);
82 T::Create(host_->host_impl()->active_tree(), 2, a, b, c, d);
100 T::Create(host_->host_impl()->active_tree(), 2, a, b, c, d, e);
116 return host_->host_impl()->output_surface();
119 return host_->host_impl()->resource_provider();
122 FakeLayerTreeHostImpl* host_impl() const { return host_->host_impl(); } function in class:cc::LayerTestCommon::LayerImplTest
123 Proxy* proxy() const { return host_->host_impl()->proxy();
    [all...]
  /external/chromium_org/content/browser/
ppapi_plugin_process_host.h 105 BrowserPpapiHostImpl* host_impl() { return host_impl_.get(); } function in class:content::PpapiPluginProcessHost
  /external/chromium_org/content/public/test/
test_renderer_host.cc 70 RenderWidgetHostImpl* host_impl = RenderWidgetHostImpl::From(rvh); local
71 return host_impl->has_touch_handler();
  /external/chromium_org/cc/layers/
layer_impl_unittest.cc 68 host_impl.ForcePrepareToDraw(); \
69 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties()); \
71 EXPECT_TRUE(host_impl.active_tree()->needs_update_draw_properties());
75 host_impl.ForcePrepareToDraw(); \
76 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties()); \
78 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties());
89 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
90 EXPECT_TRUE(host_impl.InitializeRenderer(
93 LayerImpl::Create(host_impl.active_tree(), 1);
95 LayerImpl::Create(host_impl.active_tree(), 2)
440 LayerTreeHostImpl& host_impl() { return host_impl_; } function in class:cc::__anon7308::LayerImplScrollTest
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_impl_unittest.cc 32 FakeLayerTreeHostImpl& host_impl() { return *host_impl_; } function in class:cc::__anon7458::LayerTreeImplTest
48 LayerImpl::Create(host_impl().active_tree(), 12345);
63 host_impl().SetViewportSize(root->bounds());
64 host_impl().active_tree()->SetRootLayer(root.Pass());
65 host_impl().UpdateNumChildrenAndDrawPropertiesForActiveTree();
74 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
79 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
85 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
91 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
98 LayerImpl::Create(host_impl().active_tree(), 12345)
    [all...]
layer_tree_host_unittest_animation.cc 125 LayerTreeHostImpl* host_impl,
139 host_impl->active_tree()->root_layer()->layer_animation_controller();
191 LayerTreeHostImpl* host_impl,
196 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
202 LayerTreeHostImpl* host_impl,
229 LayerTreeHostImpl* host_impl,
231 bool have_animations = !host_impl->animation_registrar()->
273 LayerTreeHostImpl* host_impl,
276 EXPECT_TRUE(host_impl->CanDraw());
317 virtual void AnimateLayers(LayerTreeHostImpl* host_impl,
409 UnblockActivations(host_impl); variable
    [all...]
tree_synchronizer_unittest.cc 566 scoped_ptr<LayerTreeHostImpl> host_impl = local
605 scoped_ptr<LayerTreeHostImpl> host_impl = local
628 host_impl->active_tree());
635 host_impl->active_tree());
643 host_impl->active_tree());
650 host_impl->active_tree());
660 host_impl->active_tree());
667 host_impl->active_tree());
678 scoped_ptr<LayerTreeHostImpl> host_impl = local
705 host_impl->active_tree())
    [all...]
layer_tree_host_unittest_delegated.cc 207 void ReturnUnusedResourcesFromParent(LayerTreeHostImpl* host_impl) {
240 host_impl->ReclaimResources(&ack);
332 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
333 if (host_impl->active_tree()->source_frame_number() < 1)
336 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
341 host_impl->output_surface()->context_provider());
362 virtual void InitializedRendererOnThread(LayerTreeHostImpl* host_impl,
369 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
417 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
418 if (host_impl->active_tree()->source_frame_number() < 1
860 ReturnUnusedResourcesFromParent(host_impl); variable
932 ReturnUnusedResourcesFromParent(host_impl); variable
1032 ReturnUnusedResourcesFromParent(host_impl); variable
1151 ReturnUnusedResourcesFromParent(host_impl); variable
1455 ReturnUnusedResourcesFromParent(host_impl); variable
1786 ReturnUnusedResourcesFromParent(host_impl); variable
1861 ReturnUnusedResourcesFromParent(host_impl); variable
1930 ReturnUnusedResourcesFromParent(host_impl); variable
2017 ReturnUnusedResourcesFromParent(host_impl); variable
2109 ReturnUnusedResourcesFromParent(host_impl); variable
2191 ReturnUnusedResourcesFromParent(host_impl); variable
    [all...]
layer_tree_host.cc 257 void LayerTreeHost::BeginCommitOnImplThread(LayerTreeHostImpl* host_impl) {
267 void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
282 host_impl->memory_allocation_limit_bytes() &&
285 host_impl->SetNeedsCommit();
288 host_impl->set_max_memory_needed_bytes(
292 host_impl->resource_provider());
293 contents_texture_manager_->ReduceMemory(host_impl->resource_provider());
296 LayerTreeImpl* sync_tree = host_impl->sync_tree();
357 host_impl->SetUseGpuRasterization(UseGpuRasterization());
360 host_impl->SetViewportSize(device_viewport_size_)
427 scoped_ptr<LayerTreeHostImpl> host_impl = local
    [all...]
thread_proxy.cc 1215 LayerTreeHostImpl* host_impl = impl().layer_tree_host_impl.get(); local
    [all...]
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 388 RendererPpapiHostImpl* host_impl = local
390 render_frame->PepperPluginCreated(host_impl);
637 RendererPpapiHostImpl* host_impl =
640 render_frame->PepperPluginCreated(host_impl);
643 return host_impl;
pepper_plugin_instance_impl.cc 609 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
610 resource_creation_ = host_impl->CreateInProcessResourceCreationAPI(this);
926 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
2705 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
3252 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 1134 RenderWidgetHostImpl* host_impl = local
    [all...]

Completed in 480 milliseconds