OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeLayerTreeHostImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/test/
fake_layer_tree_host_impl.cc
10
FakeLayerTreeHostImpl
::
FakeLayerTreeHostImpl
(Proxy* proxy)
21
FakeLayerTreeHostImpl
::
FakeLayerTreeHostImpl
(const LayerTreeSettings& settings,
33
FakeLayerTreeHostImpl
::~
FakeLayerTreeHostImpl
() {}
35
void
FakeLayerTreeHostImpl
::CreatePendingTree() {
42
base::TimeTicks
FakeLayerTreeHostImpl
::CurrentFrameTimeTicks() {
48
void
FakeLayerTreeHostImpl
::SetCurrentFrameTimeTicks(
fake_layer_tree_host_impl.h
15
class
FakeLayerTreeHostImpl
: public LayerTreeHostImpl {
17
explicit
FakeLayerTreeHostImpl
(Proxy* proxy);
18
FakeLayerTreeHostImpl
(const LayerTreeSettings& settings, Proxy* proxy);
19
virtual ~
FakeLayerTreeHostImpl
();
Completed in 51 milliseconds