Home
last modified time | relevance | path

Searched refs:MessageLoopCurrentForIO (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_io_posix_unittest.cc138 MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
157 MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
174 MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
187 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
213 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
236 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
265 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
286 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
307 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in TEST_F()
329 ASSERT_TRUE(MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StopWatchingAndWatchAgain()
[all …]
Dmessage_loop_current.cc182 MessageLoopCurrentForIO MessageLoopCurrentForIO::Get() { in Get()
187 return MessageLoopCurrentForIO( in Get()
192 bool MessageLoopCurrentForIO::IsSet() { in IsSet()
200 HRESULT MessageLoopCurrentForIO::RegisterIOHandler( in RegisterIOHandler()
207 bool MessageLoopCurrentForIO::RegisterJobObject( in RegisterJobObject()
214 bool MessageLoopCurrentForIO::WaitForIOCompletion( in WaitForIOCompletion()
221 bool MessageLoopCurrentForIO::WatchFileDescriptor( in WatchFileDescriptor()
236 bool MessageLoopCurrentForIO::WatchZxHandle( in WatchZxHandle()
Dmessage_loop_current.h247 class BASE_EXPORT MessageLoopCurrentForIO : public MessageLoopCurrent {
251 static MessageLoopCurrentForIO Get();
256 MessageLoopCurrentForIO* operator->() { return this; }
287 MessageLoopCurrentForIO(MessageLoop* current, MessagePumpForIO* pump) in MessageLoopCurrentForIO() function
Dmessage_loop.h226 friend class MessageLoopCurrentForIO; variable
418 static MessageLoopCurrentForIO current();
Dmessage_loop.cc733 MessageLoopCurrentForIO MessageLoopForIO::current() { in current()
734 return MessageLoopCurrentForIO::Get(); in current()
739 return MessageLoopCurrentForIO::IsSet(); in IsCurrent()
Dmessage_loop_unittest.cc653 MessageLoopCurrentForIO::Get()->RegisterIOHandler(file_.Get(), this); in Init()
670 EXPECT_TRUE(MessageLoopCurrentForIO::Get()->WaitForIOCompletion(300, this)); in WaitForIO()
671 EXPECT_TRUE(MessageLoopCurrentForIO::Get()->WaitForIOCompletion(400, this)); in WaitForIO()
/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.cc107 MessageLoopCurrentForIO::Get()->RemoveDestructionObserver(this); in ~Watcher()
113 if (!MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StartWatching()
122 MessageLoopCurrentForIO::Get()->AddDestructionObserver(this); in StartWatching()
/external/libchrome/libchrome_tools/patch/
Dmessage_loop.patch23 friend class MessageLoopCurrentForIO;
/external/libchrome/mojo/core/
Dchannel_posix.cc299 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StartOnIOThread()
305 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in StartOnIOThread()
325 base::MessageLoopCurrentForIO::Get()->WatchFileDescriptor( in WaitForWriteOnIOThreadNoLock()
Dchannel_win.cc140 base::MessageLoopCurrentForIO::Get()->RegisterIOHandler(handle_.Get(), in StartOnIOThread()
Dchannel_fuchsia.cc296 base::MessageLoopCurrentForIO::Get()->WatchZxHandle( in StartOnIOThread()