HomeSort by relevance Sort by last modified time
    Searched refs:FakeLayerTreeHostImpl (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/cc/test/
fake_layer_tree_host_impl.cc 10 FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(Proxy* proxy)
21 FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(const LayerTreeSettings& settings,
33 FakeLayerTreeHostImpl::~FakeLayerTreeHostImpl() {}
35 void FakeLayerTreeHostImpl::CreatePendingTree() {
42 base::TimeTicks FakeLayerTreeHostImpl::CurrentFrameTimeTicks() {
48 void FakeLayerTreeHostImpl::SetCurrentFrameTimeTicks(
fake_layer_tree_host_impl.h 15 class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
17 explicit FakeLayerTreeHostImpl(Proxy* proxy);
18 FakeLayerTreeHostImpl(const LayerTreeSettings& settings, Proxy* proxy);
19 virtual ~FakeLayerTreeHostImpl();
fake_layer_tree_host.h 35 FakeLayerTreeHostImpl* host_impl() { return &host_impl_; }
60 FakeLayerTreeHostImpl host_impl_;
fake_ui_resource_layer_tree_host_impl.h 13 class FakeUIResourceLayerTreeHostImpl : public FakeLayerTreeHostImpl {
fake_ui_resource_layer_tree_host_impl.cc 12 : FakeLayerTreeHostImpl(proxy), fake_next_resource_id_(1) {}
layer_tree_json_parser_unittest.cc 66 FakeLayerTreeHostImpl host_impl(&proxy);
93 FakeLayerTreeHostImpl host_impl(&proxy);
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl_unittest.cc 34 FakeLayerTreeHostImpl host_impl(&proxy);
render_surface_unittest.cc 39 FakeLayerTreeHostImpl host_impl(&proxy);
83 FakeLayerTreeHostImpl host_impl(&proxy);
146 FakeLayerTreeHostImpl host_impl(&proxy);
picture_layer_unittest.cc 52 FakeLayerTreeHostImpl host_impl(ImplSidePaintingSettings(), &proxy);
layer_perftest.cc 53 FakeLayerTreeHostImpl host_impl_;
solid_color_layer_impl_unittest.cc 29 FakeLayerTreeHostImpl host_impl(&proxy);
53 FakeLayerTreeHostImpl host_impl(&proxy);
79 FakeLayerTreeHostImpl host_impl(&proxy);
picture_image_layer_impl_unittest.cc 70 FakeLayerTreeHostImpl host_impl_;
layer_impl_unittest.cc 72 FakeLayerTreeHostImpl host_impl(&proxy);
196 FakeLayerTreeHostImpl host_impl(&proxy);
299 FakeLayerTreeHostImpl host_impl(&proxy);
339 FakeLayerTreeHostImpl host_impl_;
tiled_layer_impl_unittest.cc 88 FakeLayerTreeHostImpl host_impl_;
scrollbar_layer_unittest.cc 367 host_impl_.reset(new FakeLayerTreeHostImpl(layer_tree_settings, &proxy_));
382 scoped_ptr<FakeLayerTreeHostImpl> host_impl_;
layer_position_constraint_unittest.cc 134 FakeLayerTreeHostImpl host_impl_;
    [all...]
tiled_layer_unittest.cc 79 host_impl_ = make_scoped_ptr(new FakeLayerTreeHostImpl(proxy_));
203 scoped_ptr<FakeLayerTreeHostImpl> host_impl_;
    [all...]
layer_unittest.cc 132 FakeLayerTreeHostImpl host_impl_;
    [all...]
  /external/chromium_org/cc/debug/
micro_benchmark_controller_unittest.cc 24 make_scoped_ptr(new FakeLayerTreeHostImpl(impl_proxy_.get()));
38 scoped_ptr<FakeLayerTreeHostImpl> layer_tree_host_impl_;
  /external/chromium_org/cc/trees/
layer_sorter_unittest.cc 213 FakeLayerTreeHostImpl host_impl(&proxy);
278 FakeLayerTreeHostImpl host_impl(&proxy);
layer_tree_host_common_unittest.cc 409 FakeLayerTreeHostImpl host_impl(&proxy);
    [all...]
quad_culler_unittest.cc 122 FakeLayerTreeHostImpl host_impl_;
    [all...]
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade_unittest.cc 36 FakeLayerTreeHostImpl host_impl_;
scrollbar_animation_controller_thinning_unittest.cc 40 FakeLayerTreeHostImpl host_impl_;
  /external/chromium_org/cc/input/
top_controls_manager_unittest.cc 63 FakeLayerTreeHostImpl host_impl_;

Completed in 456 milliseconds

1 2