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,
90 LayerTreeHost* layer_tree_host; member in struct:cc::ThreadProxy::MainThreadOrBlockedMainThread
235 ThreadProxy(LayerTreeHost* layer_tree_host,
284 LayerTreeHost* layer_tree_host();
285 const LayerTreeHost* layer_tree_host() const;
layer_tree_host_unittest_scroll.cc 5 #include "cc/trees/layer_tree_host.h"
37 Layer* root_layer = layer_tree_host()->root_layer();
47 layer_tree_host()->RegisterViewportLayers(root_layer, scroll_layer, NULL);
52 Layer* root = layer_tree_host()->root_layer();
54 if (!layer_tree_host()->source_frame_number()) {
113 Layer* root_layer = layer_tree_host()->root_layer();
123 layer_tree_host()->RegisterViewportLayers(root_layer, scroll_layer_, NULL);
128 switch (layer_tree_host()->source_frame_number()) {
210 Layer* root_layer = layer_tree_host()->root_layer();
219 layer_tree_host()->RegisterViewportLayers
1110 scoped_ptr<LayerTreeHost> layer_tree_host = local
    [all...]
thread_proxy.cc 26 #include "cc/trees/layer_tree_host.h"
49 LayerTreeHost* layer_tree_host,
52 return make_scoped_ptr(new ThreadProxy(layer_tree_host,
58 LayerTreeHost* layer_tree_host,
62 main_thread_only_vars_unsafe_(this, layer_tree_host->id()),
63 main_thread_or_blocked_vars_unsafe_(layer_tree_host),
66 layer_tree_host->id(),
67 layer_tree_host->rendering_stats_instrumentation()) {
70 DCHECK(this->layer_tree_host());
89 : layer_tree_host(host)
542 LayerTreeHost* ThreadProxy::layer_tree_host() { function in class:cc::ThreadProxy
546 const LayerTreeHost* ThreadProxy::layer_tree_host() const { function in class:cc::ThreadProxy
    [all...]
  /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/layers/
layer_unittest.cc 18 #include "cc/trees/layer_tree_host.h"
984 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
1001 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
1109 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
1133 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
1171 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(settings); local
1182 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

Completed in 165 milliseconds