HomeSort by relevance Sort by last modified time
    Searched defs:FakeLayerTreeHostImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/test/
fake_layer_tree_host_impl.cc 12 FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(Proxy* proxy,
29 FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(const LayerTreeSettings& settings,
46 FakeLayerTreeHostImpl::~FakeLayerTreeHostImpl() {}
48 void FakeLayerTreeHostImpl::CreatePendingTree() {
55 BeginFrameArgs FakeLayerTreeHostImpl::CurrentBeginFrameArgs() const {
61 void FakeLayerTreeHostImpl::SetCurrentBeginFrameArgs(
66 int FakeLayerTreeHostImpl::RecursiveUpdateNumChildren(LayerImpl* layer)
    [all...]
fake_layer_tree_host_impl.h 15 class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
17 FakeLayerTreeHostImpl(Proxy* proxy, SharedBitmapManager* manager);
18 FakeLayerTreeHostImpl(const LayerTreeSettings& settings,
21 virtual ~FakeLayerTreeHostImpl();

Completed in 114 milliseconds