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

  /external/chromium_org/base/
sync_socket_win.cc 292 : shutdown_event_(true, false), file_operation_(true, false) {
297 file_operation_(true, false) {
317 length, &file_operation_, &shutdown_event_, this, kWaitTimeOutInMs);
323 &file_operation_, &shutdown_event_, this, INFINITE);
331 &file_operation_, &shutdown_event_, this, timeout.InMilliseconds());
sync_socket.h 144 WaitableEvent file_operation_; member in class:base::CancelableSyncSocket

Completed in 231 milliseconds