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

  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_runner.cc 679 std::map<OperationID, StatusCallback>::iterator found_cancel = local
681 if (found_cancel != stray_cancel_callbacks_.end()) {
684 found_cancel->second.Run(base::File::FILE_ERROR_INVALID_OPERATION);
685 stray_cancel_callbacks_.erase(found_cancel);

Completed in 106 milliseconds