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 78 commit_request_sent_to_impl_thread(false),
259 if (main().commit_request_sent_to_impl_thread)
261 main().commit_request_sent_to_impl_thread = true;
287 if (main().commit_request_sent_to_impl_thread)
469 return main().commit_request_sent_to_impl_thread;
732 main().commit_request_sent_to_impl_thread = false;
767 main().commit_request_sent_to_impl_thread = true;
803 main().commit_request_sent_to_impl_thread = false;
817 // main().commit_request_sent_to_impl_thread = true. We need to force that
    [all...]
thread_proxy.h 70 bool commit_request_sent_to_impl_thread; member in struct:cc::ThreadProxy::MainThreadOnly

Completed in 1990 milliseconds