Searched refs:LoopRecorder (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_loop_proxy_unittest.cc54 // Make LoopRecorder threadsafe so that there is defined behavior even if a
56 class LoopRecorder : public RefCountedThreadSafe<LoopRecorder> { class in class:base::__anon3854::MessageLoopProxyTest
58 LoopRecorder(MessageLoop** run_on, MessageLoop** deleted_on, function in class:base::__anon3854::MessageLoopProxyTest::LoopRecorder
70 friend class RefCountedThreadSafe<LoopRecorder>;
71 ~LoopRecorder() {
81 static void RecordLoop(scoped_refptr<LoopRecorder> recorder) {
85 static void RecordLoopAndQuit(scoped_refptr<LoopRecorder> recorder) {
117 scoped_refptr<LoopRecorder> task_recoder =
118 new LoopRecorder(
[all...]

Completed in 124 milliseconds