OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DidLoseOutputSurfaceOnImplThread
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h
19
virtual void
DidLoseOutputSurfaceOnImplThread
() OVERRIDE {}
/external/chromium_org/cc/trees/
single_thread_proxy.h
54
virtual void
DidLoseOutputSurfaceOnImplThread
() OVERRIDE;
thread_proxy.h
72
virtual void
DidLoseOutputSurfaceOnImplThread
() OVERRIDE;
single_thread_proxy.cc
342
void SingleThreadProxy::
DidLoseOutputSurfaceOnImplThread
() {
layer_tree_host_impl.h
60
virtual void
DidLoseOutputSurfaceOnImplThread
() = 0;
thread_proxy.cc
363
void ThreadProxy::
DidLoseOutputSurfaceOnImplThread
() {
365
TRACE_EVENT0("cc", "ThreadProxy::
DidLoseOutputSurfaceOnImplThread
");
[
all
...]
layer_tree_host_impl.cc
[
all
...]
layer_tree_host_impl_unittest.cc
101
virtual void
DidLoseOutputSurfaceOnImplThread
() OVERRIDE {}
[
all
...]
Completed in 294 milliseconds