Searched refs:DebugScopedSetMainThreadBlocked (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/trees/
H A Dproxy.h105 friend class DebugScopedSetMainThreadBlocked;
120 class DebugScopedSetMainThreadBlocked { class in namespace:cc
122 explicit DebugScopedSetMainThreadBlocked(Proxy* proxy) : proxy_(proxy) { function in class:cc::DebugScopedSetMainThreadBlocked
126 ~DebugScopedSetMainThreadBlocked() {
132 DISALLOW_COPY_AND_ASSIGN(DebugScopedSetMainThreadBlocked);
135 class DebugScopedSetMainThreadBlocked { class in namespace:cc
137 explicit DebugScopedSetMainThreadBlocked(Proxy* proxy) {} function in class:cc::DebugScopedSetMainThreadBlocked
138 ~DebugScopedSetMainThreadBlocked() {}
140 DISALLOW_COPY_AND_ASSIGN(DebugScopedSetMainThreadBlocked);
H A Dsingle_thread_proxy.cc100 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
138 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
220 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
352 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
H A Dthread_proxy.cc140 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
170 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
207 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
596 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
620 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
631 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
648 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
852 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
1301 DebugScopedSetMainThreadBlocked main_thread_blocked(
1325 DebugScopedSetMainThreadBlocked main_thread_blocke
[all...]
H A Dsingle_thread_proxy.h177 DebugScopedSetMainThreadBlocked main_thread_blocked_;
H A Dlayer_tree_host_impl_unittest.cc392 DebugScopedSetMainThreadBlocked always_main_thread_blocked_;

Completed in 370 milliseconds