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

  /external/chromium_org/cc/test/
fake_layer_tree_host.h 35 FakeLayerTreeHostImpl* host_impl() { return &host_impl_; } function in class:cc::FakeLayerTreeHost
  /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 59 RenderWidgetHostImpl* host_impl = RenderWidgetHostImpl::From(rvh); local
60 return host_impl->has_touch_handler();
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 127 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) OVERRIDE
359 UnblockActivations(host_impl); variable
    [all...]
tree_synchronizer_unittest.cc 555 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->active_tree())
662 scoped_ptr<LayerTreeHostImpl> host_impl = LayerTreeHostImpl::Create( local
    [all...]
layer_tree_host_unittest_delegated.cc 200 void ReturnUnusedResourcesFromParent(LayerTreeHostImpl* host_impl) {
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) OVERRIDE
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
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...]
layer_tree_host.cc 266 void LayerTreeHost::BeginCommitOnImplThread(LayerTreeHostImpl* host_impl) {
276 void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
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->SetFullRootLayerDamage()
459 scoped_ptr<LayerTreeHostImpl> host_impl = local
    [all...]
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 396 RendererPpapiHostImpl* host_impl = local
398 render_frame->PepperPluginCreated(host_impl);
654 RendererPpapiHostImpl* host_impl =
657 render_frame->PepperPluginCreated(host_impl);
660 return host_impl;
pepper_plugin_instance_impl.cc 555 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);
2918 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
3028 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 1342 RenderWidgetHostImpl* host_impl = local
    [all...]

Completed in 308 milliseconds