Home
last modified time | relevance | path

Searched refs:impl_thread_is_overridden_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
Dproxy.cc25 if (impl_thread_is_overridden_) in IsMainThread()
35 if (impl_thread_is_overridden_) in IsImplThread()
47 impl_thread_is_overridden_ = is_impl_thread; in SetCurrentThreadIsImplThread()
72 impl_thread_is_overridden_(false),
Dsingle_thread_proxy.h133 previous_value_ = proxy_->impl_thread_is_overridden_; in DebugScopedSetImplThread()
156 previous_value_ = proxy_->impl_thread_is_overridden_; in DebugScopedSetMainThread()
Dproxy.h116 bool impl_thread_is_overridden_; variable