Searched refs:OnExitNestedRunLoop (Results 1 – 9 of 9) sorted by relevance
252 void ThreadControllerImpl::OnExitNestedRunLoop() { in OnExitNestedRunLoop() function in base::sequence_manager::internal::ThreadControllerImpl260 nesting_observer_->OnExitNestedRunLoop(); in OnExitNestedRunLoop()
33 virtual void OnExitNestedRunLoop() = 0;
51 void OnExitNestedRunLoop() override;
188 main_thread_only().nesting_observer->OnExitNestedRunLoop(); in Run()
241 void OnExitNestedRunLoop() override;
258 void SequenceManagerImpl::OnExitNestedRunLoop() { in OnExitNestedRunLoop() function in base::sequence_manager::internal::SequenceManagerImpl274 main_thread_only().observer->OnExitNestedRunLoop(); in OnExitNestedRunLoop()
1614 MOCK_METHOD0(OnExitNestedRunLoop, void());
137 virtual void OnExitNestedRunLoop() {} in OnExitNestedRunLoop() function
304 observer.OnExitNestedRunLoop(); in AfterRun()