Searched refs:CommitPendingForTesting (Results 1 – 9 of 9) sorted by relevance
44 bool FakeProxy::CommitPendingForTesting() { return false; } in CommitPendingForTesting() function in cc::FakeProxy
46 virtual bool CommitPendingForTesting() OVERRIDE;
524 if (layer_tree_host_ && proxy()->CommitPendingForTesting()) { in RealEndTest()
102 virtual bool CommitPendingForTesting() = 0;
53 virtual bool CommitPendingForTesting() OVERRIDE;
67 virtual bool CommitPendingForTesting() OVERRIDE;
558 bool SingleThreadProxy::CommitPendingForTesting() { return false; } in CommitPendingForTesting() function in cc::SingleThreadProxy
1517 bool ThreadProxy::CommitPendingForTesting() { in CommitPendingForTesting() function in cc::ThreadProxy
1735 EXPECT_FALSE(proxy()->CommitPendingForTesting()); in DidCommitAndDrawFrame()