OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetLayerTreeHostClientReady
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/cc/test/
fake_proxy.h
27
virtual void
SetLayerTreeHostClientReady
() OVERRIDE {}
layer_tree_test.cc
480
layer_tree_host_->
SetLayerTreeHostClientReady
();
/external/chromium_org/cc/trees/
proxy.h
57
virtual void
SetLayerTreeHostClientReady
() = 0;
single_thread_proxy.h
33
virtual void
SetLayerTreeHostClientReady
() OVERRIDE;
thread_proxy.h
47
virtual void
SetLayerTreeHostClientReady
() OVERRIDE;
layer_tree_host.h
100
void
SetLayerTreeHostClientReady
();
single_thread_proxy.cc
98
void SingleThreadProxy::
SetLayerTreeHostClientReady
() {
layer_tree_host.cc
182
void LayerTreeHost::
SetLayerTreeHostClientReady
() {
183
proxy_->
SetLayerTreeHostClientReady
();
[
all
...]
thread_proxy.cc
223
void ThreadProxy::
SetLayerTreeHostClientReady
() {
224
TRACE_EVENT0("cc", "ThreadProxy::
SetLayerTreeHostClientReady
");
[
all
...]
/external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.cc
56
layer_tree_host_->
SetLayerTreeHostClientReady
();
/external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc
233
host_->
SetLayerTreeHostClientReady
();
/external/chromium_org/ui/compositor/
compositor.cc
302
host_->
SetLayerTreeHostClientReady
();
/external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc
410
layer_tree_host_->
SetLayerTreeHostClientReady
();
/external/chromium_org/cc/layers/
tiled_layer_unittest.cc
69
layer_tree_host_->
SetLayerTreeHostClientReady
();
[
all
...]
Completed in 981 milliseconds