Home
last modified time | relevance | path

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

/external/chromium/base/
Dmessage_pump_win.h344 struct IOItem { struct
353 bool MatchCompletedIOItem(IOHandler* filter, IOItem* item); argument
354 bool GetIOItem(DWORD timeout, IOItem* item);
355 bool ProcessInternalIOItem(const IOItem& item);
363 std::list<IOItem> completed_io_;
Dmessage_pump_win.cc496 IOItem item; in WaitForIOCompletion()
525 bool MessagePumpForIO::GetIOItem(DWORD timeout, IOItem* item) { in GetIOItem()
542 bool MessagePumpForIO::ProcessInternalIOItem(const IOItem& item) { in ProcessInternalIOItem()
554 bool MessagePumpForIO::MatchCompletedIOItem(IOHandler* filter, IOItem* item) { in MatchCompletedIOItem()
556 for (std::list<IOItem>::iterator it = completed_io_.begin(); in MatchCompletedIOItem()