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 119 friend class DebugScopedSetMainThreadBlocked;
136 class DebugScopedSetMainThreadBlocked {
138 explicit DebugScopedSetMainThreadBlocked(Proxy* proxy) : proxy_(proxy) {
142 ~DebugScopedSetMainThreadBlocked() {
148 DISALLOW_COPY_AND_ASSIGN(DebugScopedSetMainThreadBlocked);
151 class DebugScopedSetMainThreadBlocked {
153 explicit DebugScopedSetMainThreadBlocked(Proxy* proxy) {}
154 ~DebugScopedSetMainThreadBlocked() {}
156 DISALLOW_COPY_AND_ASSIGN(DebugScopedSetMainThreadBlocked);
thread_proxy.cc 135 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
165 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
202 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
585 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
609 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
620 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
637 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
851 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
    [all...]
single_thread_proxy.cc 124 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
190 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
310 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
538 DebugScopedSetMainThreadBlocked main_thread_blocked(this);
single_thread_proxy.h 213 DebugScopedSetMainThreadBlocked main_thread_blocked_;
layer_tree_host_impl_unittest.cc 394 DebugScopedSetMainThreadBlocked always_main_thread_blocked_;
    [all...]

Completed in 202 milliseconds