Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop.h334 class ScopedNestableTaskAllower {
336 explicit ScopedNestableTaskAllower(MessageLoop* loop) in ScopedNestableTaskAllower() function
341 ~ScopedNestableTaskAllower() { in ~ScopedNestableTaskAllower()
Dmessage_loop_test.cc402 MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); in RunNestedLoop()
676 MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); in FuncThatPumps()
735 MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); in FuncThatRuns()
/external/libmojo/mojo/message_pump/
Dhandle_watcher_unittest.cc428 base::MessageLoop::ScopedNestableTaskAllower scoper( in RunStressTest()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dconnector_unittest.cc540 base::MessageLoop::ScopedNestableTaskAllower allow( in AccumulateWithNestedLoop()