Searched refs:OnExitNestedRunLoop (Results 1 – 10 of 10) 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()
492 MOCK_METHOD0(OnExitNestedRunLoop, void());543 EXPECT_CALL(nesting_observer, OnExitNestedRunLoop()).Times(2); in TEST_P()