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

  /external/chromium/net/disk_cache/
in_flight_io.cc 43 void InFlightIO::WaitForPendingIO() {
file_win.cc 258 void File::WaitForPendingIO(int* num_pending_io) {
file_posix.cc 80 // queued (because we are inside WaitForPendingIO), and false if said task is
269 void File::WaitForPendingIO(int* num_pending_io) {
272 GetFileInFlightIO()->WaitForPendingIO();
in_flight_backend_io.cc 439 void InFlightBackendIO::WaitForPendingIO() {
440 InFlightIO::WaitForPendingIO();
  /external/chromium_org/net/disk_cache/
in_flight_io.cc 51 void InFlightIO::WaitForPendingIO() {
file_posix.cc 82 // queued (because we are inside WaitForPendingIO), and false if said task is
278 void File::WaitForPendingIO(int* num_pending_io) {
281 GetFileInFlightIO()->WaitForPendingIO();
file_win.cc 261 void File::WaitForPendingIO(int* num_pending_io) {
in_flight_backend_io.cc 499 void InFlightBackendIO::WaitForPendingIO() {
500 InFlightIO::WaitForPendingIO();

Completed in 451 milliseconds