Home
last modified time | relevance | path

Searched refs:ScopedNestableTaskAllower (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop.h264 class ScopedNestableTaskAllower {
266 explicit ScopedNestableTaskAllower(MessageLoop* loop) in ScopedNestableTaskAllower() function
271 ~ScopedNestableTaskAllower() { in ~ScopedNestableTaskAllower()
Dmessage_loop_test.cc402 MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); in RunNestedLoop()
673 MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); in FuncThatPumps()
726 MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); in FuncThatRuns()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dconnector_unittest.cc540 base::MessageLoop::ScopedNestableTaskAllower allow( in AccumulateWithNestedLoop()