Searched refs:ScopedNestableTaskAllower (Results 1 – 3 of 3) sorted by relevance
264 class ScopedNestableTaskAllower {266 explicit ScopedNestableTaskAllower(MessageLoop* loop) in ScopedNestableTaskAllower() function271 ~ScopedNestableTaskAllower() { in ~ScopedNestableTaskAllower()
402 MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); in RunNestedLoop()673 MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); in FuncThatPumps()726 MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); in FuncThatRuns()
540 base::MessageLoop::ScopedNestableTaskAllower allow( in AccumulateWithNestedLoop()