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 209 : impl_thread_(proxy), main_thread_blocked_(proxy) {}
212 DebugScopedSetImplThread impl_thread_; member in class:cc::DebugScopedSetImplThreadAndMainThreadBlocked
  /external/chromium_org/cc/test/
layer_tree_test.cc 509 DCHECK(!impl_thread_ || impl_thread_->message_loop_proxy().get());
515 impl_thread_ ? impl_thread_->message_loop_proxy() : NULL);
621 impl_thread_.reset(new base::Thread("Compositor"));
622 ASSERT_TRUE(impl_thread_->Start());
layer_tree_test.h 212 scoped_ptr<base::Thread> impl_thread_; member in class:cc::LayerTreeTest
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 100 impl_thread_("ImplThread"),
108 impl_thread_.Start();
114 impl_thread_.message_loop_proxy());
256 base::Thread impl_thread_; member in class:cc::__anon7338::TiledLayerTest
    [all...]

Completed in 450 milliseconds