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

  /external/chromium_org/cc/test/
fake_layer_tree_host.h 54 FakeLayerTreeHostImpl* host_impl() { return &host_impl_; } function in class:cc::FakeLayerTreeHost
  /external/chromium_org/content/browser/
ppapi_plugin_process_host.h 110 BrowserPpapiHostImpl* host_impl() { return host_impl_.get(); } function in class:content::PpapiPluginProcessHost
  /external/chromium_org/content/public/test/
test_renderer_host.cc 58 RenderWidgetHostImpl* host_impl = RenderWidgetHostImpl::From(rvh); local
59 return host_impl->has_touch_handler();
  /external/chromium_org/cc/trees/
tree_synchronizer_unittest.cc 504 scoped_ptr<LayerTreeHostImpl> host_impl = local
layer_tree_host_unittest_delegated.cc 124 void ReturnUnusedResourcesFromParent(LayerTreeHostImpl* host_impl) {
161 host_impl->OnSwapBuffersComplete(&ack);
244 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
245 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
250 host_impl->resource_provider()->GraphicsContext3D();
269 virtual void InitializedRendererOnThread(LayerTreeHostImpl* host_impl,
276 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
384 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
400 switch (host_impl->active_tree()->source_frame_number()) {
502 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE
661 ReturnUnusedResourcesFromParent(host_impl); variable
736 ReturnUnusedResourcesFromParent(host_impl); variable
848 ReturnUnusedResourcesFromParent(host_impl); variable
972 ReturnUnusedResourcesFromParent(host_impl); variable
    [all...]
layer_tree_host.cc 251 void LayerTreeHost::BeginCommitOnImplThread(LayerTreeHostImpl* host_impl) {
261 void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
276 host_impl->memory_allocation_limit_bytes() &&
279 host_impl->SetNeedsCommit();
282 host_impl->set_max_memory_needed_bytes(
295 DCHECK(!host_impl->pending_tree());
296 host_impl->CreatePendingTree();
297 sync_tree = host_impl->pending_tree();
299 contents_texture_manager_->ReduceMemory(host_impl->resource_provider());
300 sync_tree = host_impl->active_tree()
417 scoped_ptr<LayerTreeHostImpl> host_impl = local
    [all...]
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 393 RendererPpapiHostImpl* host_impl = local
396 render_view->PepperPluginCreated(host_impl);
652 RendererPpapiHostImpl* host_impl =
655 render_view->PepperPluginCreated(host_impl);
658 return host_impl;
pepper_plugin_instance_impl.cc 517 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
518 resource_creation_ = host_impl->CreateInProcessResourceCreationAPI(this);
754 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
756 new PepperURLLoaderHost(host_impl, true, pp_instance(), 0);
766 int pending_host_id = host_impl->GetPpapiHost()->AddPendingResourceHost(
2881 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 1177 RenderWidgetHostImpl* host_impl = local
    [all...]

Completed in 665 milliseconds