Home
last modified time | relevance | path

Searched refs:MessageLoopCurrentForUI (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_loop_current.cc126 MessageLoopCurrentForUI MessageLoopCurrentForUI::Get() { in Get()
136 return MessageLoopCurrentForUI( in Get()
141 bool MessageLoopCurrentForUI::IsSet() { in IsSet()
153 bool MessageLoopCurrentForUI::WatchFileDescriptor( in WatchFileDescriptor()
165 void MessageLoopCurrentForUI::Attach() { in Attach()
171 void MessageLoopCurrentForUI::Abort() { in Abort()
H A Dmessage_loop_current.h197 class BASE_EXPORT MessageLoopCurrentForUI : public MessageLoopCurrent {
201 static MessageLoopCurrentForUI Get();
206 MessageLoopCurrentForUI* operator->() { return this; }
237 MessageLoopCurrentForUI(MessageLoop* current, MessagePumpForUI* pump) in MessageLoopCurrentForUI() function
H A Dmessage_loop.h227 friend class MessageLoopCurrentForUI; variable
367 static MessageLoopCurrentForUI current();
H A Dmessage_loop.cc693 MessageLoopCurrentForUI MessageLoopForUI::current() { in current()
694 return MessageLoopCurrentForUI::Get(); in current()
699 return MessageLoopCurrentForUI::IsSet(); in IsCurrent()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/message_loop/
Dmessage_loop_current.h200 class BASE_EXPORT MessageLoopCurrentForUI : public MessageLoopCurrent {
204 static MessageLoopCurrentForUI Get();
209 MessageLoopCurrentForUI* operator->() { return this; }
240 MessageLoopCurrentForUI(MessageLoop* current, MessagePumpForUI* pump) in MessageLoopCurrentForUI() function
Dmessage_loop.h230 friend class MessageLoopCurrentForUI; variable
370 static MessageLoopCurrentForUI current();
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/message_loop/
Dmessage_loop_current.h200 class BASE_EXPORT MessageLoopCurrentForUI : public MessageLoopCurrent {
204 static MessageLoopCurrentForUI Get();
209 MessageLoopCurrentForUI* operator->() { return this; }
240 MessageLoopCurrentForUI(MessageLoop* current, MessagePumpForUI* pump) in MessageLoopCurrentForUI() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/message_loop/
Dmessage_loop.h230 friend class MessageLoopCurrentForUI; variable
370 static MessageLoopCurrentForUI current();
/aosp_15_r20/external/libchrome/base/test/android/
H A Djava_handler_thread_helpers.cc27 base::MessageLoopCurrentForUI::Get()->Abort(); in ThrowExceptionAndAbort()