HomeSort by relevance Sort by last modified time
    Searched defs:host_impl_ (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/content/renderer/pepper/
pepper_in_process_resource_creation.h 69 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_unittest.cc 26 host_impl_ = FakeLayerTreeHost::Create(&host_client_, settings);
27 host_impl_->SetViewportSize(gfx::Size(10, 10));
34 scoped_ptr<LayerTreeHost> host_impl_; member in class:cc::__anon7304::DelegatedRendererLayerTest
layer_perftest.cc 34 : host_impl_(&proxy_, &shared_bitmap_manager_),
54 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7310::LayerPerfTest
64 LayerImpl::Create(host_impl_.active_tree(), 1);
layer_utils_unittest.cc 27 : host_impl_(&proxy_, &shared_bitmap_manager_),
28 root_(CreateThreeNodeTree(host_impl_)),
48 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7315::LayerUtilsGetAnimationBoundsTest
picture_image_layer_impl_unittest.cc 41 host_impl_(ImplSidePaintingSettings(),
45 host_impl_.CreatePendingTree();
46 host_impl_.InitializeRenderer(
55 tree = host_impl_.active_tree();
58 tree = host_impl_.pending_tree();
93 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7319::PictureImageLayerImplTest
130 host_impl_.pending_tree()->SetRootLayer(pending_layer.PassAs<LayerImpl>());
131 host_impl_.ActivateSyncTree();
134 host_impl_.active_tree()->root_layer());
145 host_impl_.tile_manager()->InitializeTilesWithResourcesForTesting
    [all...]
picture_layer_impl_perftest.cc 41 host_impl_(ImplSidePaintingSettings(),
49 host_impl_.InitializeRenderer(
57 host_impl_.CreatePendingTree();
58 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
67 host_impl_.pending_tree()->LayerById(7));
75 host_impl_.SetViewportSize(viewport_size);
76 host_impl_.pending_tree()->UpdateDrawProperties();
100 host_impl_.SetViewportSize(viewport.size());
102 host_impl_.pending_tree()->UpdateDrawProperties();
122 host_impl_.SetViewportSize(viewport_size)
180 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7322::PictureLayerImplPerfTest
    [all...]
tiled_layer_impl_unittest.cc 22 TiledLayerImplTest() : host_impl_(&proxy_, &shared_bitmap_manager_) {}
29 TiledLayerImpl::Create(host_impl_.active_tree(), 1);
81 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7337::TiledLayerImplTest
delegated_renderer_layer_impl_unittest.cc 41 host_impl_.reset(
43 host_impl_->InitializeRenderer(
45 host_impl_->SetViewportSize(gfx::Size(10, 10));
53 scoped_ptr<LayerTreeHostImpl> host_impl_; member in class:cc::__anon7303::DelegatedRendererLayerImplTest
62 host_impl_->active_tree(), 1).PassAs<LayerImpl>();
64 host_impl_->active_tree(), 2).PassAs<LayerImpl>();
66 host_impl_->active_tree(), 3).PassAs<LayerImpl>();
68 FakeDelegatedRendererLayerImpl::Create(host_impl_->active_tree(), 4);
70 host_impl_->SetViewportSize(gfx::Size(100, 100));
129 host_impl_->active_tree()->SetRootLayer(root_layer.Pass())
    [all...]
layer_impl_unittest.cc 422 : host_impl_(&proxy_, &shared_bitmap_manager_), root_id_(7) {
423 host_impl_.active_tree()->SetRootLayer(
424 LayerImpl::Create(host_impl_.active_tree(), root_id_));
425 host_impl_.active_tree()->root_layer()->AddChild(
426 LayerImpl::Create(host_impl_.active_tree(), root_id_ + 1));
431 host_impl_.active_tree()->root_layer()->SetBounds(gfx::Size(1, 1));
437 return host_impl_.active_tree()->root_layer()->children()[0];
440 LayerTreeHostImpl& host_impl() { return host_impl_; }
442 LayerTreeImpl* tree() { return host_impl_.active_tree(); }
447 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7308::LayerImplScrollTest
    [all...]
layer_position_constraint_unittest.cc 66 LayerPositionConstraintTest() : host_impl_(&proxy_, &shared_bitmap_manager_) {
77 LayerImpl::Create(host_impl_.active_tree(), 42);
79 LayerImpl::Create(host_impl_.active_tree(), 1);
81 LayerImpl::Create(host_impl_.active_tree(), 2);
83 LayerImpl::Create(host_impl_.active_tree(), 3);
85 LayerImpl::Create(host_impl_.active_tree(), 4);
129 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7311::LayerPositionConstraintTest
    [all...]
layer_unittest.cc 61 : host_impl_(&proxy_, &shared_bitmap_manager_),
132 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7313::LayerTest
647 LayerImpl::Create(host_impl_.active_tree(), 1);
676 LayerImpl::Create(host_impl_.active_tree(), 1);
695 LayerImpl::Create(host_impl_.active_tree(), 1);
713 LayerImpl::Create(host_impl_.active_tree(), 1);
754 LayerImpl::Create(host_impl_.active_tree(), 1);
794 LayerImpl::Create(host_impl_.active_tree(), 1);
865 LayerImpl::Create(host_impl_.active_tree(), 1);
    [all...]
scrollbar_layer_unittest.cc 476 host_impl_.reset(new FakeLayerTreeHostImpl(
485 SolidColorScrollbarLayerImpl::Create(host_impl_->active_tree(),
493 SolidColorScrollbarLayerImpl::Create(host_impl_->active_tree(),
505 scoped_ptr<FakeLayerTreeHostImpl> host_impl_; member in class:cc::__anon7328::ScrollbarLayerSolidColorThumbTest
    [all...]
texture_layer_unittest.cc 173 host_impl_(&proxy_, &shared_bitmap_manager_) {}
195 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7334::TextureLayerTest
    [all...]
tiled_layer_unittest.cc 133 host_impl_ = make_scoped_ptr(
144 host_impl_.reset();
259 scoped_ptr<FakeLayerTreeHostImpl> host_impl_; member in class:cc::__anon7338::TiledLayerTest
268 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
299 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
318 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
359 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
398 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
438 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
517 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1))
    [all...]
  /external/chromium_org/cc/test/
fake_layer_tree_host.h 36 FakeLayerTreeHostImpl* host_impl() { return &host_impl_; }
37 LayerTreeImpl* active_tree() { return host_impl_.active_tree(); }
61 FakeLayerTreeHostImpl host_impl_; member in class:cc::FakeLayerTreeHost
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade_unittest.cc 21 : host_impl_(&proxy_, &shared_bitmap_manager_), needs_frame_count_(0) {}
39 LayerImpl::Create(host_impl_.active_tree(), 1);
41 SolidColorScrollbarLayerImpl::Create(host_impl_.active_tree(),
48 clip_layer_ = LayerImpl::Create(host_impl_.active_tree(), 3);
67 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7256::ScrollbarAnimationControllerLinearFadeTest
scrollbar_animation_controller_thinning_unittest.cc 21 : host_impl_(&proxy_, &shared_bitmap_manager_) {}
32 LayerImpl::Create(host_impl_.active_tree(), 1);
33 clip_layer_ = LayerImpl::Create(host_impl_.active_tree(), 3);
44 SolidColorScrollbarLayerImpl::Create(host_impl_.active_tree(),
66 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7258::ScrollbarAnimationControllerThinningTest
  /external/chromium_org/cc/input/
top_controls_manager_unittest.cc 28 : host_impl_(&proxy_, &shared_bitmap_manager_),
34 active_tree_ = LayerTreeImpl::create(&host_impl_);
74 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7299::MockTopControlsManagerClient
  /external/chromium_org/cc/trees/
occlusion_tracker_perftest.cc 39 host_impl_ = LayerTreeHostImpl::Create(
41 host_impl_->InitializeRenderer(
48 LayerTreeImpl* active_tree() { return host_impl_->active_tree(); }
70 scoped_ptr<LayerTreeHostImpl> host_impl_; member in class:cc::__anon7459::OcclusionTrackerPerfTest
80 host_impl_->SetViewportSize(viewport_rect.size());
146 host_impl_->SetViewportSize(viewport_rect.size());
damage_tracker_unittest.cc 77 DamageTrackerTest() : host_impl_(&proxy_, &shared_bitmap_manager_) {}
81 LayerImpl::Create(host_impl_.active_tree(), 1);
83 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);
181 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7432::DamageTrackerTest
705 LayerImpl::Create(host_impl_.active_tree(), 3)
    [all...]
layer_tree_impl_unittest.cc 26 host_impl_.reset(
28 EXPECT_TRUE(host_impl_->InitializeRenderer(
32 FakeLayerTreeHostImpl& host_impl() { return *host_impl_; }
34 LayerImpl* root_layer() { return host_impl_->active_tree()->root_layer(); }
37 return host_impl_->active_tree()->RenderSurfaceLayerList();
43 scoped_ptr<FakeLayerTreeHostImpl> host_impl_; member in class:cc::__anon7458::LayerTreeImplTest
    [all...]
  /external/chromium_org/content/browser/
ppapi_plugin_process_host.h 105 BrowserPpapiHostImpl* host_impl() { return host_impl_.get(); }
145 scoped_ptr<BrowserPpapiHostImpl> host_impl_; member in class:content::PpapiPluginProcessHost
  /external/chromium_org/cc/resources/
tile_manager_perftest.cc 92 host_impl_(ImplSidePaintingSettings(10000),
110 host_impl_.resource_pool()->SetResourceUsageLimits(
112 host_impl_.tile_manager()->SetGlobalStateForTesting(state);
122 host_impl_.InitializeRenderer(
139 host_impl_.ActivateSyncTree();
140 CHECK(!host_impl_.pending_tree());
143 host_impl_.active_tree()->LayerById(id_));
161 host_impl_.CreatePendingTree();
162 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
172 host_impl_.pending_tree()->LayerById(id_))
433 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7409::TileManagerPerfTest
    [all...]
tile_manager_unittest.cc 497 host_impl_(LowResTilingsSettings(), &proxy_, &shared_bitmap_manager_) {}
510 host_impl_.resource_pool()->SetResourceUsageLimits(
514 host_impl_.tile_manager()->SetGlobalStateForTesting(state);
523 host_impl_.InitializeRenderer(
539 host_impl_.ActivateSyncTree();
540 CHECK(!host_impl_.pending_tree());
543 host_impl_.active_tree()->LayerById(id_));
561 host_impl_.CreatePendingTree();
562 LayerTreeImpl* pending_tree = host_impl_.pending_tree();
572 host_impl_.pending_tree()->LayerById(id_))
595 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7410::TileManagerTilePriorityQueueTest
    [all...]

Completed in 231 milliseconds

1 2