Searched defs:IOContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dmessage_pump_win.h201 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 { struct in class:base::MessagePumpForIO
[all...]
H A Dmessage_loop.h576 typedef base::MessagePumpForIO::IOContext IOContext; typedef in class:MessageLoopForIO

Completed in 52 milliseconds