Home | History | Annotate | Download | only in base

Lines Matching defs:MessagePumpForIO

408 // MessagePumpForIO public:
410 MessagePumpForIO::MessagePumpForIO() {
415 void MessagePumpForIO::ScheduleWork() {
426 void MessagePumpForIO::ScheduleDelayedWork(const TimeTicks& delayed_work_time) {
433 void MessagePumpForIO::RegisterIOHandler(HANDLE file_handle,
441 // MessagePumpForIO private:
443 void MessagePumpForIO::DoRunLoop() {
483 void MessagePumpForIO::WaitForWork() {
495 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
525 bool MessagePumpForIO::GetIOItem(DWORD timeout, IOItem* item) {
542 bool MessagePumpForIO::ProcessInternalIOItem(const IOItem& item) {
543 if (this == reinterpret_cast<MessagePumpForIO*>(item.context) &&
544 this == reinterpret_cast<MessagePumpForIO*>(item.handler)) {
554 bool MessagePumpForIO::MatchCompletedIOItem(IOHandler* filter, IOItem* item) {
567 void MessagePumpForIO::AddIOObserver(IOObserver *obs) {
571 void MessagePumpForIO::RemoveIOObserver(IOObserver *obs) {
575 void MessagePumpForIO::WillProcessIOEvent() {
579 void MessagePumpForIO::DidProcessIOEvent() {