HomeSort by relevance Sort by last modified time
    Searched defs:IOContext (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
message_pump_win.h 201 struct IOContext;
213 // context_ = new IOContext;
226 // virtual void OnIOCompleted(IOContext* context, DWORD bytes_transfered,
238 // IOContext* context_;
252 // virtual void OnIOCompleted(IOContext* context, DWORD bytes_transfered,
259 // IOContext* context = new IOContext;
284 virtual void OnIOCompleted(IOContext* context, DWORD bytes_transfered,
307 // called anymore, and instead, the IOContext should be deleted when the OS
312 struct IOContext {
    [all...]
message_loop.h 576 typedef base::MessagePumpForIO::IOContext IOContext;
  /external/chromium_org/base/message_loop/
message_pump_win.h 208 struct IOContext;
220 // context_ = new IOContext;
233 // virtual void OnIOCompleted(IOContext* context, DWORD bytes_transfered,
245 // IOContext* context_;
259 // virtual void OnIOCompleted(IOContext* context, DWORD bytes_transfered,
266 // IOContext* context = new IOContext;
291 virtual void OnIOCompleted(IOContext* context, DWORD bytes_transfered,
314 // called anymore, and instead, the IOContext should be deleted when the OS
319 struct IOContext {
    [all...]
message_loop.h 626 typedef MessagePumpForIO::IOContext IOContext;

Completed in 81 milliseconds