Searched refs:PassPlatformFile (Results 1 - 5 of 5) sorted by relevance

/external/chromium/base/
H A Dplatform_file.h142 // void MaybeProcessFile(PassPlatformFile pass_file) {
151 // MaybeProcessFile(PassPlatformFile(&file));
156 class BASE_API PassPlatformFile { class in namespace:base
158 explicit PassPlatformFile(PlatformFile* value) : value_(value) { function in class:base::PassPlatformFile
H A Dfile_util_proxy.h38 PassPlatformFile,
41 PassPlatformFile,
H A Dfile_util_proxy.cc152 callback_->Run(error_code(), base::PassPlatformFile(&file_handle_),
202 callback_->Run(error_code(), base::PassPlatformFile(&file_handle_),
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.h160 base::PassPlatformFile file,
168 base::PassPlatformFile file,
H A Dclient_side_detection_service.cc183 base::PassPlatformFile file,
208 base::PassPlatformFile file,

Completed in 74 milliseconds