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/trees/
thread_proxy.h 41 LayerTreeHost* layer_tree_host,
88 LayerTreeHost* layer_tree_host; member in struct:cc::ThreadProxy::MainThreadOrBlockedMainThread
231 ThreadProxy(LayerTreeHost* layer_tree_host,
281 LayerTreeHost* layer_tree_host();
282 const LayerTreeHost* layer_tree_host() const;
layer_tree_host_unittest_scroll.cc 5 #include "cc/trees/layer_tree_host.h"
35 Layer* root_layer = layer_tree_host()->root_layer();
45 layer_tree_host()->RegisterViewportLayers(root_layer, scroll_layer, NULL);
50 Layer* root = layer_tree_host()->root_layer();
52 if (!layer_tree_host()->source_frame_number()) {
110 Layer* root_layer = layer_tree_host()->root_layer();
120 layer_tree_host()->RegisterViewportLayers(root_layer, scroll_layer_, NULL);
125 switch (layer_tree_host()->source_frame_number()) {
206 Layer* root_layer = layer_tree_host()->root_layer();
215 layer_tree_host()->RegisterViewportLayers
1128 scoped_ptr<LayerTreeHost> layer_tree_host = local
    [all...]
thread_proxy.cc 26 #include "cc/trees/layer_tree_host.h"
37 explicit SwapPromiseChecker(cc::LayerTreeHost* layer_tree_host)
38 : layer_tree_host_(layer_tree_host) {}
63 LayerTreeHost* layer_tree_host,
65 return make_scoped_ptr(new ThreadProxy(layer_tree_host, impl_task_runner))
70 LayerTreeHost* layer_tree_host,
73 main_thread_only_vars_unsafe_(this, layer_tree_host->id()),
74 main_thread_or_blocked_vars_unsafe_(layer_tree_host),
75 compositor_thread_vars_unsafe_(this, layer_tree_host->id()) {
78 DCHECK(this->layer_tree_host());
553 LayerTreeHost* ThreadProxy::layer_tree_host() { function in class:cc::ThreadProxy
557 const LayerTreeHost* ThreadProxy::layer_tree_host() const { function in class:cc::ThreadProxy
    [all...]
  /external/chromium_org/cc/layers/
layer_unittest.cc 18 #include "cc/trees/layer_tree_host.h"
981 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
998 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
1106 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
1130 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
1168 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(settings); local
1179 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
    [all...]
layer.h 392 LayerTreeHost* layer_tree_host() { return layer_tree_host_; } function in class:cc::Layer
393 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"
182 LayerTreeHost* layer_tree_host() { return layer_tree_host_.get(); } function in class:cc::LayerTreeTest

Completed in 140 milliseconds