Home | History | Annotate | Download | only in message_loop

Lines Matching refs:NestingObserver

374 // A NestingObserver that tracks the number of nested message loop starts it
376 class TestNestingObserver : public MessageLoop::NestingObserver {
383 // MessageLoop::NestingObserver:
417 // Tests that a NestingObserver is notified when a nested message loop begins.