Home
last modified time | relevance | path

Searched refs:reply_recoder (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_task_runner_unittest.cc114 scoped_refptr<LoopRecorder> reply_recoder = in TEST_F() local
119 Bind(&RecordLoopAndQuit, reply_recoder))); in TEST_F()
123 reply_recoder = NULL; in TEST_F()
147 scoped_refptr<LoopRecorder> reply_recoder = in TEST_F() local
158 Bind(&RecordLoopAndQuit, reply_recoder))); in TEST_F()
164 ASSERT_TRUE(reply_recoder->HasOneRef()); in TEST_F()
181 scoped_refptr<LoopRecorder> reply_recoder = in TEST_F() local
187 Bind(&RecordLoopAndQuit, reply_recoder))); in TEST_F()
191 reply_recoder = NULL; in TEST_F()
216 scoped_refptr<LoopRecorder> reply_recoder = in TEST_F() local
[all …]