Home | History | Annotate | Download | only in base

Lines Matching refs:handler

434                                          IOHandler* handler) {
435 ULONG_PTR key = reinterpret_cast<ULONG_PTR>(handler);
506 if (item.context->handler) {
507 if (filter && item.handler != filter) {
511 DCHECK_EQ(item.context->handler, item.handler);
513 item.handler->OnIOCompleted(item.context, item.bytes_transfered,
518 // The handler must be gone by now, just cleanup the mess.
537 item->handler = reinterpret_cast<IOHandler*>(key);
544 this == reinterpret_cast<MessagePumpForIO*>(item.handler)) {
558 if (!filter || it->handler == filter) {