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

  /external/chromium_org/cc/layers/
layer_unittest.cc 17 #include "cc/trees/layer_tree_host.h"
826 EXPECT_EQ(host, layer->layer_tree_host());
855 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
858 layer_tree_host->SetRootLayer(parent.get());
860 AssertLayerTreeHostMatchesForSubtree(parent.get(), layer_tree_host.get());
864 layer_tree_host->SetRootLayer(NULL);
872 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
874 layer_tree_host->SetRootLayer(parent.get());
876 EXPECT_EQ(parent->layer_tree_host(), layer_tree_host.get())
980 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
1004 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
1042 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(settings); local
1053 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
    [all...]
layer.h 394 LayerTreeHost* layer_tree_host() { return layer_tree_host_; } function in class:cc::Layer
395 const LayerTreeHost* layer_tree_host() const { return layer_tree_host_; } function in class:cc::Layer
  /external/chromium_org/cc/test/
layer_tree_test.h 11 #include "cc/trees/layer_tree_host.h"
178 LayerTreeHost* layer_tree_host() { return layer_tree_host_.get(); } function in class:cc::LayerTreeTest
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc 5 #include "cc/trees/layer_tree_host.h"
34 layer_tree_host()->root_layer()->SetScrollable(true);
35 layer_tree_host()->root_layer()
37 layer_tree_host()->root_layer()->SetScrollOffset(initial_scroll_);
42 Layer* root = layer_tree_host()->root_layer();
43 if (!layer_tree_host()->source_frame_number()) {
98 layer_tree_host()->root_layer()->SetScrollable(true);
99 layer_tree_host()->root_layer()->SetScrollOffset(initial_scroll_);
100 layer_tree_host()->root_layer()->SetBounds(gfx::Size(200, 200));
101 layer_tree_host()->root_layer(
1015 scoped_ptr<LayerTreeHost> layer_tree_host = LayerTreeHost::CreateThreaded( local
    [all...]
layer_tree_host_unittest_context.cc 5 #include "cc/trees/layer_tree_host.h"
243 layer_tree_host()->root_layer()->SetNeedsDisplay();
244 layer_tree_host()->SetNeedsCommit();
375 layer_tree_host()->SetRootLayer(root_);
486 layer_tree_host()->SetRootLayer(root_);
573 layer_tree_host()->SetRootLayer(layer_);
729 layer_tree_host()->SetRootLayer(parent_);
775 layer_tree_host()->SetRootLayer(root_);
994 layer_tree_host()->SetDebugState(debug_state);
1431 scoped_ptr<LayerTreeHost> layer_tree_host = LayerTreeHost::CreateThreaded( local
1435 scoped_ptr<LayerTreeHost> layer_tree_host = local
    [all...]
thread_proxy.cc 24 #include "cc/trees/layer_tree_host.h"
40 explicit SwapPromiseChecker(cc::LayerTreeHost* layer_tree_host)
41 : layer_tree_host_(layer_tree_host) {}
73 LayerTreeHost* layer_tree_host,
76 new ThreadProxy(layer_tree_host, impl_task_runner)).PassAs<Proxy>();
80 LayerTreeHost* layer_tree_host,
87 layer_tree_host_unsafe_(layer_tree_host),
102 layer_tree_host->settings().throttle_frame_production),
104 layer_tree_host->settings().begin_impl_frame_scheduling_enabled),
106 layer_tree_host->settings().using_synchronous_renderer_compositor)
637 LayerTreeHost* ThreadProxy::layer_tree_host() { function in class:cc::ThreadProxy
642 const LayerTreeHost* ThreadProxy::layer_tree_host() const { function in class:cc::ThreadProxy
    [all...]

Completed in 169 milliseconds