Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop.h329 class ScopedNestableTaskAllower {
331 explicit ScopedNestableTaskAllower(MessageLoop* loop) in ScopedNestableTaskAllower() function
336 ~ScopedNestableTaskAllower() { in ~ScopedNestableTaskAllower()
Dmessage_loop_test.cc627 MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); in FuncThatPumps()
699 MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); in FuncThatRuns()