HomeSort by relevance Sort by last modified time
    Searched full:has_valid_io_context (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/message_loop/
message_pump_win.cc 550 // If |item.has_valid_io_context| is false then |item.context| does not point
553 if (!item.has_valid_io_context || item.context->handler) {
558 DCHECK(!item.has_valid_io_context ||
585 item->handler = KeyToHandler(key, &item->has_valid_io_context);
633 bool has_valid_io_context) {
642 if (!has_valid_io_context)
650 bool* has_valid_io_context) {
651 *has_valid_io_context = ((key & 1) == 0);
message_pump_win.h 324 // |has_valid_io_context| is true if |context| is a valid IOContext
326 bool has_valid_io_context; member in struct:base::MessagePumpForIO::IOItem
338 // |has_valid_io_context| specifies whether completion packets posted to
340 static ULONG_PTR HandlerToKey(IOHandler* handler, bool has_valid_io_context);
343 static IOHandler* KeyToHandler(ULONG_PTR key, bool* has_valid_io_context);

Completed in 287 milliseconds