OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOItem
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/
message_pump_win.h
344
struct
IOItem
{
353
bool MatchCompletedIOItem(IOHandler* filter,
IOItem
* item);
354
bool GetIOItem(DWORD timeout,
IOItem
* item);
355
bool ProcessInternalIOItem(const
IOItem
& item);
363
std::list<
IOItem
> completed_io_;
message_pump_win.cc
496
IOItem
item;
525
bool MessagePumpForIO::GetIOItem(DWORD timeout,
IOItem
* item) {
542
bool MessagePumpForIO::ProcessInternalIOItem(const
IOItem
& item) {
554
bool MessagePumpForIO::MatchCompletedIOItem(IOHandler* filter,
IOItem
* item) {
556
for (std::list<
IOItem
>::iterator it = completed_io_.begin();
/external/chromium_org/base/message_loop/
message_pump_win.h
352
struct
IOItem
{
366
bool MatchCompletedIOItem(IOHandler* filter,
IOItem
* item);
367
bool GetIOItem(DWORD timeout,
IOItem
* item);
368
bool ProcessInternalIOItem(const
IOItem
& item);
384
std::list<
IOItem
> completed_io_;
message_pump_win.cc
547
IOItem
item;
580
bool MessagePumpForIO::GetIOItem(DWORD timeout,
IOItem
* item) {
597
bool MessagePumpForIO::ProcessInternalIOItem(const
IOItem
& item) {
609
bool MessagePumpForIO::MatchCompletedIOItem(IOHandler* filter,
IOItem
* item) {
611
for (std::list<
IOItem
>::iterator it = completed_io_.begin();
Completed in 28 milliseconds