OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DidSwapBuffersCompleteOnImplThread
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h
23
virtual void
DidSwapBuffersCompleteOnImplThread
() OVERRIDE {}
/external/chromium_org/cc/trees/
single_thread_proxy.h
61
virtual void
DidSwapBuffersCompleteOnImplThread
() OVERRIDE;
thread_proxy.h
183
virtual void
DidSwapBuffersCompleteOnImplThread
() OVERRIDE;
single_thread_proxy.cc
319
void SingleThreadProxy::
DidSwapBuffersCompleteOnImplThread
() {
320
TRACE_EVENT0("cc", "SingleThreadProxy::
DidSwapBuffersCompleteOnImplThread
");
layer_tree_host_impl.h
73
virtual void
DidSwapBuffersCompleteOnImplThread
() = 0;
thread_proxy.cc
357
void ThreadProxy::
DidSwapBuffersCompleteOnImplThread
() {
358
TRACE_EVENT0("cc", "ThreadProxy::
DidSwapBuffersCompleteOnImplThread
");
[
all
...]
layer_tree_host_impl.cc
[
all
...]
layer_tree_host_impl_unittest.cc
119
virtual void
DidSwapBuffersCompleteOnImplThread
() OVERRIDE {}
[
all
...]
Completed in 52 milliseconds