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

  /external/chromium_org/cc/test/
fake_impl_proxy.h 18 DebugScopedSetImplThread set_impl_thread_;
  /external/chromium_org/cc/trees/
single_thread_proxy.h 129 class DebugScopedSetImplThread {
131 explicit DebugScopedSetImplThread(Proxy* proxy) : proxy_(proxy) {
137 ~DebugScopedSetImplThread() {
147 DISALLOW_COPY_AND_ASSIGN(DebugScopedSetImplThread);
182 DebugScopedSetImplThread impl_thread_;
single_thread_proxy.cc 49 DebugScopedSetImplThread impl(this);
75 DebugScopedSetImplThread impl(this);
88 DebugScopedSetImplThread impl(this);
104 DebugScopedSetImplThread impl(this);
137 DebugScopedSetImplThread impl(this);
144 DebugScopedSetImplThread impl(this);
191 DebugScopedSetImplThread impl(this);
272 DebugScopedSetImplThread impl(this);
391 DebugScopedSetImplThread impl(this);
414 DebugScopedSetImplThread impl(const_cast<SingleThreadProxy*>(this))
    [all...]
proxy.h 108 friend class DebugScopedSetImplThread;
tree_synchronizer_unittest.cc 553 DebugScopedSetImplThread impl(&proxy);
585 DebugScopedSetImplThread impl(&proxy);
660 DebugScopedSetImplThread impl(&proxy);
layer_tree_host_impl.cc 154 // construct a DebugScopedSetImplThread object. There is no need to do
158 scoped_ptr<DebugScopedSetImplThread> set_impl_thread;
161 new DebugScopedSetImplThread(layer_tree_host_impl_->proxy()));
    [all...]
layer_tree_host_unittest_context.cc 590 DebugScopedSetImplThread impl(proxy());
    [all...]
layer_tree_host_impl_unittest.cc 354 DebugScopedSetImplThread always_impl_thread_;
    [all...]
  /external/chromium_org/cc/resources/
prioritized_resource_unittest.cc 16 #include "cc/trees/single_thread_proxy.h" // For DebugScopedSetImplThread
27 DebugScopedSetImplThread impl_thread(&proxy_);
34 DebugScopedSetImplThread impl_thread(&proxy_);
    [all...]

Completed in 253 milliseconds