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

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_proxy.cc 113 EXPECT_FALSE(ThreadProxyMainOnly().commit_requested);
118 EXPECT_TRUE(ThreadProxyMainOnly().commit_requested);
123 EXPECT_FALSE(ThreadProxyMainOnly().commit_requested);
thread_proxy.cc 85 commit_requested(false),
304 if (main().commit_requested)
307 main().commit_requested = true;
475 return main().commit_requested;
733 main().commit_requested = false;
763 // the paint, main().commit_requested will be set to false to allow new commit
768 main().commit_requested = true;
804 main().commit_requested = false;
    [all...]
thread_proxy.h 66 bool commit_requested; member in struct:cc::ThreadProxy::MainThreadOnly

Completed in 55 milliseconds