Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc622 class TestIOHandler : public MessagePumpForIO::IOHandler { class
624 TestIOHandler(const wchar_t* name, HANDLE signal, bool wait);
643 TestIOHandler::TestIOHandler(const wchar_t* name, HANDLE signal, bool wait) in TestIOHandler() function in base::__anon9ed8289d0111::TestIOHandler
652 void TestIOHandler::Init() { in Init()
662 void TestIOHandler::OnIOCompleted(MessagePumpForIO::IOContext* context, in OnIOCompleted()
669 void TestIOHandler::WaitForIO() { in WaitForIO()
688 TestIOHandler handler(kPipeName, callback_called.Get(), false); in RunTest_IOHandler()
690 FROM_HERE, BindOnce(&TestIOHandler::Init, Unretained(&handler))); in RunTest_IOHandler()
726 TestIOHandler handler1(kPipeName1, callback1_called.Get(), false); in RunTest_WaitForIO()
727 TestIOHandler handler2(kPipeName2, callback2_called.Get(), true); in RunTest_WaitForIO()
[all …]