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

  /external/chromium/net/disk_cache/
in_flight_io.h 77 // 3. InFlightIO::OnOperationPosted()
116 void OnOperationPosted(BackgroundIO* operation);
in_flight_io.cc 82 void InFlightIO::OnOperationPosted(BackgroundIO* operation) {
file_posix.cc 119 OnOperationPosted(operation);
131 OnOperationPosted(operation);
in_flight_backend_io.cc 458 OnOperationPosted(operation);
  /external/chromium_org/net/disk_cache/
in_flight_io.h 78 // 3. InFlightIO::OnOperationPosted()
120 void OnOperationPosted(BackgroundIO* operation);
in_flight_io.cc 105 void InFlightIO::OnOperationPosted(BackgroundIO* operation) {
file_posix.cc 121 OnOperationPosted(operation.get());
133 OnOperationPosted(operation.get());
in_flight_backend_io.cc 515 OnOperationPosted(operation);

Completed in 215 milliseconds