Lines Matching refs:run_loop_
116 run_loop_->Quit(); in MethodCallback()
124 run_loop_->Quit(); in PropertiesChangedTestTimeout()
134 run_loop_->Quit(); in ObjectAdded()
141 run_loop_->Quit(); in ObjectRemoved()
158 run_loop_->Quit(); in OnPropertyChanged()
167 run_loop_.reset(new base::RunLoop); in WaitForObject()
168 run_loop_->Run(); in WaitForObject()
178 run_loop_.reset(new base::RunLoop); in WaitForRemoveObject()
179 run_loop_->Run(); in WaitForRemoveObject()
186 run_loop_.reset(new base::RunLoop); in WaitForMethodCallback()
187 run_loop_->Run(); in WaitForMethodCallback()
209 std::unique_ptr<base::RunLoop> run_loop_; member in dbus::ObjectManagerTest
389 run_loop_.reset(new base::RunLoop); in TEST_F()
393 run_loop_->QuitClosure())); in TEST_F()
394 run_loop_->Run(); in TEST_F()
414 run_loop_.reset(new base::RunLoop); in TEST_F()
415 run_loop_->Run(); in TEST_F()