Home
last modified time | relevance | path

Searched refs:DebugScopedSetImplThread (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/cc/trees/
Dsingle_thread_proxy.cc49 DebugScopedSetImplThread impl(this); in Start()
75 DebugScopedSetImplThread impl(this); in CompositeAndReadback()
88 DebugScopedSetImplThread impl(this); in FinishAllRendering()
104 DebugScopedSetImplThread impl(this); in SetVisible()
137 DebugScopedSetImplThread impl(this); in CreateAndInitializeOutputSurface()
144 DebugScopedSetImplThread impl(this); in CreateAndInitializeOutputSurface()
191 DebugScopedSetImplThread impl(this); in DoCommit()
272 DebugScopedSetImplThread impl(this); in Stop()
391 DebugScopedSetImplThread impl(this); in CompositeImmediately()
414 DebugScopedSetImplThread impl(const_cast<SingleThreadProxy*>(this)); in AsValue()
[all …]
Dsingle_thread_proxy.h129 class DebugScopedSetImplThread {
131 explicit DebugScopedSetImplThread(Proxy* proxy) : proxy_(proxy) { in DebugScopedSetImplThread() function
137 ~DebugScopedSetImplThread() { in ~DebugScopedSetImplThread()
147 DISALLOW_COPY_AND_ASSIGN(DebugScopedSetImplThread);
182 DebugScopedSetImplThread impl_thread_;
Dproxy.h108 friend class DebugScopedSetImplThread; variable
Dtree_synchronizer_unittest.cc553 DebugScopedSetImplThread impl(&proxy); in TEST_F()
585 DebugScopedSetImplThread impl(&proxy); in TEST_F()
660 DebugScopedSetImplThread impl(&proxy); in TEST_F()
Dlayer_tree_host_impl.cc158 scoped_ptr<DebugScopedSetImplThread> set_impl_thread; in OnTimerTick()
161 new DebugScopedSetImplThread(layer_tree_host_impl_->proxy())); in OnTimerTick()
1222 DebugScopedSetImplThread impl_thread(proxy_); in SetManagedMemoryPolicy()
Dlayer_tree_host_unittest_context.cc590 DebugScopedSetImplThread impl(proxy()); in PostEvictTextures()
Dlayer_tree_host_impl_unittest.cc354 DebugScopedSetImplThread always_impl_thread_;
/external/chromium_org/cc/test/
Dfake_impl_proxy.h18 DebugScopedSetImplThread set_impl_thread_;
/external/chromium_org/cc/resources/
Dprioritized_resource_unittest.cc27 DebugScopedSetImplThread impl_thread(&proxy_); in PrioritizedResourceTest()
34 DebugScopedSetImplThread impl_thread(&proxy_); in ~PrioritizedResourceTest()
1065 DebugScopedSetImplThread impl_thread(&proxy_); in TEST_F()
1087 DebugScopedSetImplThread impl_thread(&proxy_); in TEST_F()