Home
last modified time | relevance | path

Searched refs:CommitPendingForTesting (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/cc/test/
Dfake_proxy.cc44 bool FakeProxy::CommitPendingForTesting() { return false; } in CommitPendingForTesting() function in cc::FakeProxy
Dfake_proxy.h46 virtual bool CommitPendingForTesting() OVERRIDE;
Dlayer_tree_test.cc524 if (layer_tree_host_ && proxy()->CommitPendingForTesting()) { in RealEndTest()
/external/chromium_org/cc/trees/
Dproxy.h102 virtual bool CommitPendingForTesting() = 0;
Dsingle_thread_proxy.h53 virtual bool CommitPendingForTesting() OVERRIDE;
Dthread_proxy.h67 virtual bool CommitPendingForTesting() OVERRIDE;
Dsingle_thread_proxy.cc558 bool SingleThreadProxy::CommitPendingForTesting() { return false; } in CommitPendingForTesting() function in cc::SingleThreadProxy
Dthread_proxy.cc1517 bool ThreadProxy::CommitPendingForTesting() { in CommitPendingForTesting() function in cc::ThreadProxy
/external/chromium_org/cc/layers/
Dtexture_layer_unittest.cc1735 EXPECT_FALSE(proxy()->CommitPendingForTesting()); in DidCommitAndDrawFrame()