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

/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc625 class TestIOHandler : public MessageLoopForIO::IOHandler { class in namespace:base::__anon3856
627 TestIOHandler(const wchar_t* name, HANDLE signal, bool wait);
645 TestIOHandler::TestIOHandler(const wchar_t* name, HANDLE signal, bool wait) function in class:base::__anon3856::TestIOHandler
656 void TestIOHandler::Init() {
666 void TestIOHandler::OnIOCompleted(MessageLoopForIO::IOContext* context,
672 void TestIOHandler::WaitForIO() {
694 TestIOHandler handler(kPipeName, callback_called, false);
695 thread_loop->PostTask(FROM_HERE, Bind(&TestIOHandler::Init,
735 TestIOHandler handler
[all...]
/external/chromium/base/
H A Dmessage_loop_unittest.cc1222 class TestIOHandler : public MessageLoopForIO::IOHandler { class in inherits:MessageLoopForIO::IOHandler
1224 TestIOHandler(const wchar_t* name, HANDLE signal, bool wait);
1242 TestIOHandler::TestIOHandler(const wchar_t* name, HANDLE signal, bool wait) function in class:TestIOHandler
1253 void TestIOHandler::Init() {
1263 void TestIOHandler::OnIOCompleted(MessageLoopForIO::IOContext* context,
1269 void TestIOHandler::WaitForIO() {
1276 explicit IOHandlerTask(TestIOHandler* handler) : handler_(handler) {}
1282 TestIOHandler* handler_;
1302 TestIOHandler handle
[all...]

Completed in 63 milliseconds