Searched refs:CommitPendingForTesting (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_proxy.cc42 bool FakeProxy::CommitPendingForTesting() { return false; } function in class:cc::FakeProxy
H A Dfake_proxy.h44 virtual bool CommitPendingForTesting() OVERRIDE;
H A Dlayer_tree_test.cc458 if (layer_tree_host_ && proxy()->CommitPendingForTesting()) {
/external/chromium_org/cc/trees/
H A Dproxy.h100 virtual bool CommitPendingForTesting() = 0;
H A Dsingle_thread_proxy.h48 virtual bool CommitPendingForTesting() OVERRIDE;
H A Dthread_proxy.h65 virtual bool CommitPendingForTesting() OVERRIDE;
H A Dsingle_thread_proxy.cc496 bool SingleThreadProxy::CommitPendingForTesting() { return false; } function in class:cc::SingleThreadProxy
H A Dthread_proxy.cc1376 bool ThreadProxy::CommitPendingForTesting() { function in class:cc::ThreadProxy

Completed in 94 milliseconds