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

  /external/chromium_org/cc/trees/
proxy.h 110 friend class DebugScopedSetMainThreadBlocked;
124 class DebugScopedSetMainThreadBlocked {
126 explicit DebugScopedSetMainThreadBlocked(Proxy* proxy) : proxy_(proxy) {
130 ~DebugScopedSetMainThreadBlocked() {
136 DISALLOW_COPY_AND_ASSIGN(DebugScopedSetMainThreadBlocked);
139 class DebugScopedSetMainThreadBlocked {
141 explicit DebugScopedSetMainThreadBlocked(Proxy* proxy) {}
142 ~DebugScopedSetMainThreadBlocked() {}
144 DISALLOW_COPY_AND_ASSIGN(DebugScopedSetMainThreadBlocked);
thread_proxy.cc 149 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
208 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
238 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
297 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
665 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
690 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
701 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
721 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
926 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
    [all...]
single_thread_proxy.cc 136 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
190 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
271 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
390 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
single_thread_proxy.h 183 DebugScopedSetMainThreadBlocked main_thread_blocked_;
layer_tree_host_impl_unittest.cc 355 DebugScopedSetMainThreadBlocked always_main_thread_blocked_;
    [all...]

Completed in 369 milliseconds