Searched defs:FakeLayerTreeHostImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_layer_tree_host_impl.h15 class FakeLayerTreeHostImpl : public LayerTreeHostImpl { class in namespace:cc
17 FakeLayerTreeHostImpl(Proxy* proxy, SharedBitmapManager* manager);
18 FakeLayerTreeHostImpl(const LayerTreeSettings& settings,
21 virtual ~FakeLayerTreeHostImpl();
H A Dfake_layer_tree_host_impl.cc12 FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(Proxy* proxy, function in class:cc::FakeLayerTreeHostImpl
29 FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(const LayerTreeSettings& settings, function in class:cc::FakeLayerTreeHostImpl
46 FakeLayerTreeHostImpl::~FakeLayerTreeHostImpl() {}
48 void FakeLayerTreeHostImpl::CreatePendingTree() {
55 BeginFrameArgs FakeLayerTreeHostImpl::CurrentBeginFrameArgs() const {
61 void FakeLayerTreeHostImpl::SetCurrentBeginFrameArgs(
66 int FakeLayerTreeHostImpl
[all...]

Completed in 126 milliseconds