HomeSort by relevance Sort by last modified time
    Searched refs:CommitPendingForTesting (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/cc/test/
fake_proxy.cc 42 bool FakeProxy::CommitPendingForTesting() { return false; }
fake_proxy.h 44 virtual bool CommitPendingForTesting() OVERRIDE;
layer_tree_test.cc 458 if (layer_tree_host_ && proxy()->CommitPendingForTesting()) {
  /external/chromium_org/cc/trees/
proxy.h 100 virtual bool CommitPendingForTesting() = 0;
single_thread_proxy.h 48 virtual bool CommitPendingForTesting() OVERRIDE;
thread_proxy.h 65 virtual bool CommitPendingForTesting() OVERRIDE;
single_thread_proxy.cc 496 bool SingleThreadProxy::CommitPendingForTesting() { return false; }
thread_proxy.cc     [all...]

Completed in 304 milliseconds