Searched defs:layer_tree_host (Results 1 - 12 of 12) sorted by path

/external/chromium_org/cc/base/
H A Dlatency_info_swap_promise_monitor.cc9 #include "cc/trees/layer_tree_host.h"
43 LayerTreeHost* layer_tree_host,
45 : SwapPromiseMonitor(layer_tree_host, layer_tree_host_impl),
41 LatencyInfoSwapPromiseMonitor( ui::LatencyInfo* latency, LayerTreeHost* layer_tree_host, LayerTreeHostImpl* layer_tree_host_impl) argument
H A Dswap_promise_monitor.cc7 #include "cc/trees/layer_tree_host.h"
12 SwapPromiseMonitor::SwapPromiseMonitor(LayerTreeHost* layer_tree_host, argument
14 : layer_tree_host_(layer_tree_host),
16 DCHECK((layer_tree_host && !layer_tree_host_impl) ||
17 (!layer_tree_host && layer_tree_host_impl));
/external/chromium_org/cc/layers/
H A Dlayer.h394 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
H A Dlayer_unittest.cc18 #include "cc/trees/layer_tree_host.h"
955 EXPECT_EQ(host, layer->layer_tree_host());
984 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
987 layer_tree_host->SetRootLayer(parent.get());
989 AssertLayerTreeHostMatchesForSubtree(parent.get(), layer_tree_host.get());
993 layer_tree_host->SetRootLayer(NULL);
1001 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create(); local
1003 layer_tree_host->SetRootLayer(parent.get());
1005 EXPECT_EQ(parent->layer_tree_host(), layer_tree_host
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...]
/external/chromium_org/cc/test/
H A Dlayer_tree_test.h11 #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/
H A Dlayer_tree_host_impl_unittest.cc6649 SimpleSwapPromiseMonitor(LayerTreeHost* layer_tree_host, argument
6654 : SwapPromiseMonitor(layer_tree_host, layer_tree_host_impl),
H A Dlayer_tree_host_unittest.cc5 #include "cc/trees/layer_tree_host.h"
149 layer_tree_host()->SetRootLayer(root);
171 SetBeforeValues(layer_tree_host()->root_layer());
172 VerifyBeforeValues(layer_tree_host()->root_layer());
180 SetAfterValues(layer_tree_host()->root_layer());
285 layer_tree_host()->SetRootLayer(root_layer_);
286 layer_tree_host()->SetViewportSize(bounds_);
346 layer_tree_host()->SetRootLayer(root_layer_);
358 switch (layer_tree_host()->source_frame_number()) {
363 layer_tree_host()
4624 SimpleSwapPromiseMonitor(LayerTreeHost* layer_tree_host, LayerTreeHostImpl* layer_tree_host_impl, int* set_needs_commit_count, int* set_needs_redraw_count) argument
[all...]
H A Dlayer_tree_host_unittest_scroll.cc5 #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()
1110 scoped_ptr<LayerTreeHost> layer_tree_host = local
[all...]
H A Dscoped_abort_remaining_swap_promises.h9 #include "cc/trees/layer_tree_host.h"
15 explicit ScopedAbortRemainingSwapPromises(LayerTreeHost* layer_tree_host) argument
16 : layer_tree_host_(layer_tree_host) {}
H A Dsingle_thread_proxy.cc16 #include "cc/trees/layer_tree_host.h"
25 LayerTreeHost* layer_tree_host,
29 new SingleThreadProxy(layer_tree_host, client, main_task_runner))
34 LayerTreeHost* layer_tree_host,
38 layer_tree_host_(layer_tree_host),
40 timing_history_(layer_tree_host->rendering_stats_instrumentation()),
49 DCHECK(layer_tree_host);
52 CHECK(!layer_tree_host->settings().impl_side_painting)
24 Create( LayerTreeHost* layer_tree_host, LayerTreeHostSingleThreadClient* client, scoped_refptr<base::SingleThreadTaskRunner> main_task_runner) argument
33 SingleThreadProxy( LayerTreeHost* layer_tree_host, LayerTreeHostSingleThreadClient* client, scoped_refptr<base::SingleThreadTaskRunner> main_task_runner) argument
H A Dthread_proxy.cc26 #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(hos
48 Create( LayerTreeHost* layer_tree_host, scoped_refptr<base::SingleThreadTaskRunner> main_task_runner, scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner) argument
57 ThreadProxy( LayerTreeHost* layer_tree_host, scoped_refptr<base::SingleThreadTaskRunner> main_task_runner, scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner) argument
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...]
H A Dthread_proxy.h41 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;

Completed in 320 milliseconds