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 22 DebugScopedSetImplThread set_impl_thread_;
  /external/chromium_org/cc/trees/
single_thread_proxy.h 123 class DebugScopedSetImplThread {
125 explicit DebugScopedSetImplThread(Proxy* proxy) : proxy_(proxy) {
131 ~DebugScopedSetImplThread() {
141 DISALLOW_COPY_AND_ASSIGN(DebugScopedSetImplThread);
176 DebugScopedSetImplThread impl_thread_;
single_thread_proxy.cc 47 DebugScopedSetImplThread impl(this);
62 DebugScopedSetImplThread impl(this);
80 DebugScopedSetImplThread impl(this);
101 DebugScopedSetImplThread impl(this);
139 DebugScopedSetImplThread impl(this);
221 DebugScopedSetImplThread impl(this);
353 DebugScopedSetImplThread impl(this);
376 DebugScopedSetImplThread impl(const_cast<SingleThreadProxy*>(this));
386 DebugScopedSetImplThread impl(this);
414 DebugScopedSetImplThread impl(this)
    [all...]
proxy.h 103 friend class DebugScopedSetImplThread;
occlusion_tracker_perftest.cc 67 DebugScopedSetImplThread impl_;
tree_synchronizer_unittest.cc 559 DebugScopedSetImplThread impl(&proxy);
598 DebugScopedSetImplThread impl(&proxy);
671 DebugScopedSetImplThread impl(&proxy);
layer_tree_host_impl.cc 148 // construct a DebugScopedSetImplThread object. There is no need to do
152 scoped_ptr<DebugScopedSetImplThread> set_impl_thread;
155 new DebugScopedSetImplThread(layer_tree_host_impl_->proxy()));
    [all...]
layer_tree_host_unittest_context.cc 446 DebugScopedSetImplThread impl(proxy());
    [all...]
layer_tree_host_impl_unittest.cc 391 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_);
37 DebugScopedSetImplThread impl_thread(&proxy_);
    [all...]

Completed in 195 milliseconds