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

  /external/chromium_org/cc/test/
fake_impl_proxy.h 23 DebugScopedSetImplThread set_impl_thread_;
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 57 DebugScopedSetImplThread impl(this);
72 DebugScopedSetImplThread impl(this);
87 DebugScopedSetImplThread impl(this);
102 DebugScopedSetImplThread impl(this);
125 DebugScopedSetImplThread impl(this);
191 DebugScopedSetImplThread impl(this);
248 DebugScopedSetImplThread impl(this);
258 DebugScopedSetImplThread impl(this);
311 DebugScopedSetImplThread impl(this);
458 DebugScopedSetImplThread impl(const_cast<SingleThreadProxy*>(this))
    [all...]
single_thread_proxy.h 159 class DebugScopedSetImplThread {
161 explicit DebugScopedSetImplThread(Proxy* proxy) : proxy_(proxy) {
167 ~DebugScopedSetImplThread() {
177 DISALLOW_COPY_AND_ASSIGN(DebugScopedSetImplThread);
212 DebugScopedSetImplThread impl_thread_;
proxy.h 117 friend class DebugScopedSetImplThread;
occlusion_tracker_perftest.cc 67 DebugScopedSetImplThread impl_;
tree_synchronizer_unittest.cc 562 DebugScopedSetImplThread impl(&proxy);
601 DebugScopedSetImplThread impl(&proxy);
674 DebugScopedSetImplThread impl(&proxy);
layer_tree_host_impl.cc 159 // construct a DebugScopedSetImplThread object. There is no need to do
163 scoped_ptr<DebugScopedSetImplThread> set_impl_thread;
166 new DebugScopedSetImplThread(layer_tree_host_impl_->proxy()));
    [all...]
layer_tree_host_unittest_context.cc 547 DebugScopedSetImplThread impl(proxy());
    [all...]
layer_tree_host_impl_unittest.cc 393 DebugScopedSetImplThread always_impl_thread_;
    [all...]
  /external/chromium_org/cc/layers/
picture_layer_unittest.cc 55 DebugScopedSetImplThread impl_thread(&proxy);
  /external/chromium_org/cc/resources/
prioritized_resource_unittest.cc 17 #include "cc/trees/single_thread_proxy.h" // For DebugScopedSetImplThread
28 DebugScopedSetImplThread impl_thread(&proxy_);
41 DebugScopedSetImplThread impl_thread(&proxy_);
    [all...]

Completed in 668 milliseconds