HomeSort by relevance Sort by last modified time
    Searched defs:host_impl (Results 1 - 13 of 13) 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 57 scoped_ptr<T> layer = T::Create(host_->host_impl()->active_tree(), 2);
65 scoped_ptr<T> layer = T::Create(host_->host_impl()->active_tree(), 2, a);
74 T::Create(host_->host_impl()->active_tree(), 2, a, b, c, d);
92 T::Create(host_->host_impl()->active_tree(), 2, a, b, c, d, e);
108 return host_->host_impl()->output_surface();
111 return host_->host_impl()->resource_provider();
114 FakeLayerTreeHostImpl* host_impl() const { return host_->host_impl(); } function in class:cc::LayerTestCommon::LayerImplTest
115 Proxy* proxy() const { return host_->host_impl()->proxy(); }
  /external/chromium_org/cc/trees/
layer_tree_impl_unittest.cc 32 FakeLayerTreeHostImpl& host_impl() { return *host_impl_; } function in class:cc::__anon7397::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().active_tree()->UpdateDrawProperties();
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 127 LayerTreeHostImpl* host_impl,
141 host_impl->active_tree()->root_layer()->layer_animation_controller();
193 LayerTreeHostImpl* host_impl,
198 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
204 LayerTreeHostImpl* host_impl,
231 LayerTreeHostImpl* host_impl,
233 bool have_animations = !host_impl->animation_registrar()->
275 LayerTreeHostImpl* host_impl,
278 EXPECT_TRUE(host_impl->CanDraw());
319 virtual void AnimateLayers(LayerTreeHostImpl* host_impl,
411 UnblockActivations(host_impl); variable
    [all...]
tree_synchronizer_unittest.cc 563 scoped_ptr<LayerTreeHostImpl> host_impl = local
602 scoped_ptr<LayerTreeHostImpl> host_impl = local
625 host_impl->active_tree());
632 host_impl->active_tree());
640 host_impl->active_tree());
647 host_impl->active_tree());
657 host_impl->active_tree());
664 host_impl->active_tree());
675 scoped_ptr<LayerTreeHostImpl> host_impl = local
702 host_impl->active_tree())
    [all...]
layer_tree_host_unittest_delegated.cc 208 void ReturnUnusedResourcesFromParent(LayerTreeHostImpl* host_impl) {
241 host_impl->ReclaimResources(&ack);
333 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
334 if (host_impl->active_tree()->source_frame_number() < 1)
337 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
342 host_impl->output_surface()->context_provider().get());
363 virtual void InitializedRendererOnThread(LayerTreeHostImpl* host_impl,
370 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
418 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
419 if (host_impl->active_tree()->source_frame_number() < 1
861 ReturnUnusedResourcesFromParent(host_impl); variable
933 ReturnUnusedResourcesFromParent(host_impl); variable
1033 ReturnUnusedResourcesFromParent(host_impl); variable
1152 ReturnUnusedResourcesFromParent(host_impl); variable
1456 ReturnUnusedResourcesFromParent(host_impl); variable
1778 ReturnUnusedResourcesFromParent(host_impl); variable
1853 ReturnUnusedResourcesFromParent(host_impl); variable
1922 ReturnUnusedResourcesFromParent(host_impl); variable
2009 ReturnUnusedResourcesFromParent(host_impl); variable
2101 ReturnUnusedResourcesFromParent(host_impl); variable
2183 ReturnUnusedResourcesFromParent(host_impl); variable
    [all...]
layer_tree_host.cc 238 void LayerTreeHost::BeginCommitOnImplThread(LayerTreeHostImpl* host_impl) {
248 void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
263 host_impl->memory_allocation_limit_bytes() &&
266 host_impl->SetNeedsCommit();
269 host_impl->set_max_memory_needed_bytes(
273 host_impl->resource_provider());
274 contents_texture_manager_->ReduceMemory(host_impl->resource_provider());
277 LayerTreeImpl* sync_tree = host_impl->sync_tree();
328 host_impl->SetUseGpuRasterization(UseGpuRasterization());
331 host_impl->SetViewportSize(device_viewport_size_)
393 scoped_ptr<LayerTreeHostImpl> host_impl = local
    [all...]
thread_proxy.cc 1243 LayerTreeHostImpl* host_impl = impl().layer_tree_host_impl.get(); local
    [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 62 RenderWidgetHostImpl* host_impl = RenderWidgetHostImpl::From(rvh); local
63 return host_impl->has_touch_handler();
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 383 RendererPpapiHostImpl* host_impl = local
385 render_frame->PepperPluginCreated(host_impl);
630 RendererPpapiHostImpl* host_impl =
633 render_frame->PepperPluginCreated(host_impl);
636 return host_impl;
pepper_plugin_instance_impl.cc 612 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
613 resource_creation_ = host_impl->CreateInProcessResourceCreationAPI(this);
893 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
2623 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
3171 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 1113 RenderWidgetHostImpl* host_impl = local
    [all...]

Completed in 652 milliseconds