Searched defs:impl_thread (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_context.cc1610 scoped_ptr<base::Thread> impl_thread; local
1612 impl_thread.reset(new base::Thread("LayerTreeTest"));
1613 ASSERT_TRUE(impl_thread->Start());
1614 ASSERT_TRUE(impl_thread->message_loop_proxy().get());
1622 impl_thread ? impl_thread->message_loop_proxy() : NULL);

Completed in 65 milliseconds