OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetNeedsCommitOnImplThread
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h
28
virtual void
SetNeedsCommitOnImplThread
() OVERRIDE {}
/external/chromium_org/cc/trees/
single_thread_proxy.h
63
virtual void
SetNeedsCommitOnImplThread
() OVERRIDE;
single_thread_proxy.cc
290
void SingleThreadProxy::
SetNeedsCommitOnImplThread
() {
344
SetNeedsCommitOnImplThread
();
layer_tree_host_impl.h
68
virtual void
SetNeedsCommitOnImplThread
() = 0;
270
void SetNeedsCommit() { client_->
SetNeedsCommitOnImplThread
(); }
layer_tree_host_impl.cc
380
client_->
SetNeedsCommitOnImplThread
();
[
all
...]
thread_proxy.h
80
virtual void
SetNeedsCommitOnImplThread
() OVERRIDE;
thread_proxy.cc
324
base::Bind(&ThreadProxy::
SetNeedsCommitOnImplThread
,
420
void ThreadProxy::
SetNeedsCommitOnImplThread
() {
422
TRACE_EVENT0("cc", "ThreadProxy::
SetNeedsCommitOnImplThread
");
876
SetNeedsCommitOnImplThread
();
[
all
...]
layer_tree_host_impl_unittest.cc
120
virtual void
SetNeedsCommitOnImplThread
() OVERRIDE {
[
all
...]
Completed in 30 milliseconds