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

  /external/chromium_org/base/
sync_socket_win.cc 269 : shutdown_event_(true, false), file_operation_(true, false) {
274 file_operation_(true, false) {
294 length, &file_operation_, &shutdown_event_, this, kWaitTimeOutInMs);
300 &file_operation_, &shutdown_event_, this, INFINITE);
308 &file_operation_, &shutdown_event_, this, timeout.InMilliseconds());
sync_socket.h 128 WaitableEvent file_operation_; member in class:base::CancelableSyncSocket

Completed in 114 milliseconds