Searched refs:MessageLoopForUI (Results 1 – 5 of 5) sorted by relevance
682 MessageLoopForUI::MessageLoopForUI(Type type) : MessageLoop(type) { in MessageLoopForUI() function in base::MessageLoopForUI691 MessageLoopCurrentForUI MessageLoopForUI::current() { in current()696 bool MessageLoopForUI::IsCurrent() { in IsCurrent()701 void MessageLoopForUI::Attach() { in Attach()707 void MessageLoopForUI::Abort() { in Abort()711 bool MessageLoopForUI::IsAborted() { in IsAborted()715 void MessageLoopForUI::QuitWhenIdle(base::OnceClosure callback) { in QuitWhenIdle()722 void MessageLoopForUI::EnableWmQuit() { in EnableWmQuit()
359 class BASE_EXPORT MessageLoopForUI : public MessageLoop {361 explicit MessageLoopForUI(Type type = TYPE_UI);398 static_assert(sizeof(MessageLoop) == sizeof(MessageLoopForUI),
135 auto* loop_for_ui = static_cast<MessageLoopForUI*>(loop); in Get()166 static_cast<MessageLoopForUI*>(current_)->Attach(); in Attach()172 static_cast<MessageLoopForUI*>(current_)->Abort(); in Abort()
1834 static_cast<MessageLoopForUI*>(&loop)->EnableWmQuit(); in TEST_P()
34 +// TODO: Remove these once the GLib MessageLoopForUI isn't being used: