Searched defs:ScopedNestableTaskAllower (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_loop.h69 // MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current());
314 // Please utilize |ScopedNestableTaskAllower| instead of calling these methods
332 class ScopedNestableTaskAllower { class in class:base::MessageLoop
334 explicit ScopedNestableTaskAllower(MessageLoop* loop) function in class:base::MessageLoop::ScopedNestableTaskAllower
339 ~ScopedNestableTaskAllower() {

Completed in 73 milliseconds