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

  /external/chromium/base/
platform_file.h 142 // void MaybeProcessFile(PassPlatformFile pass_file) {
151 // MaybeProcessFile(PassPlatformFile(&file));
156 class BASE_API PassPlatformFile {
158 explicit PassPlatformFile(PlatformFile* value) : value_(value) {
file_util_proxy.h 38 PassPlatformFile,
41 PassPlatformFile,
file_util_proxy.cc 152 callback_->Run(error_code(), base::PassPlatformFile(&file_handle_),
202 callback_->Run(error_code(), base::PassPlatformFile(&file_handle_),
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 160 base::PassPlatformFile file,
168 base::PassPlatformFile file,
client_side_detection_service.cc 183 base::PassPlatformFile file,
208 base::PassPlatformFile file,

Completed in 154 milliseconds