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

  /external/chromium_org/cc/trees/
single_thread_proxy.h 173 : impl_thread_(proxy), main_thread_blocked_(proxy) {}
176 DebugScopedSetImplThread impl_thread_; member in class:cc::DebugScopedSetImplThreadAndMainThreadBlocked
  /external/chromium_org/cc/test/
layer_tree_test.cc 518 DCHECK(!impl_thread_ || impl_thread_->message_loop_proxy().get());
523 impl_thread_ ? impl_thread_->message_loop_proxy() : NULL);
663 impl_thread_.reset(new base::Thread("Compositor"));
664 ASSERT_TRUE(impl_thread_->Start());
layer_tree_test.h 215 scoped_ptr<base::Thread> impl_thread_; member in class:cc::LayerTreeTest
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 99 impl_thread_("ImplThread"),
107 impl_thread_.Start();
113 impl_thread_.message_loop_proxy());
250 base::Thread impl_thread_; member in class:cc::__anon7291::TiledLayerTest
    [all...]

Completed in 73 milliseconds