OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RenewTreePriority
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h
40
virtual void
RenewTreePriority
() OVERRIDE {}
/external/chromium_org/cc/trees/
single_thread_proxy.h
78
virtual void
RenewTreePriority
() OVERRIDE {}
layer_tree_host_impl.cc
465
client_->
RenewTreePriority
();
[
all
...]
thread_proxy.h
202
virtual void
RenewTreePriority
() OVERRIDE;
thread_proxy.cc
121
base::Bind(&ThreadProxy::
RenewTreePriority
, base::Unretained(proxy)),
550
RenewTreePriority
();
[
all
...]
layer_tree_host_impl.h
93
virtual void
RenewTreePriority
() = 0;
layer_tree_host_impl_unittest.cc
156
virtual void
RenewTreePriority
() OVERRIDE {}
[
all
...]
Completed in 57 milliseconds