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

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_proxy.cc 114 EXPECT_FALSE(ThreadProxyMainOnly().commit_request_sent_to_impl_thread);
119 EXPECT_TRUE(ThreadProxyMainOnly().commit_request_sent_to_impl_thread);
124 EXPECT_FALSE(ThreadProxyMainOnly().commit_request_sent_to_impl_thread);
thread_proxy.cc 86 commit_request_sent_to_impl_thread(false),
264 if (main().commit_request_sent_to_impl_thread)
266 main().commit_request_sent_to_impl_thread = true;
292 if (main().commit_request_sent_to_impl_thread)
480 return main().commit_request_sent_to_impl_thread;
734 main().commit_request_sent_to_impl_thread = false;
769 main().commit_request_sent_to_impl_thread = true;
805 main().commit_request_sent_to_impl_thread = false;
819 // main().commit_request_sent_to_impl_thread = true. We need to force that
    [all...]
thread_proxy.h 68 bool commit_request_sent_to_impl_thread; member in struct:cc::ThreadProxy::MainThreadOnly

Completed in 817 milliseconds