Searched defs:PassPlatformFile (Results 1 - 1 of 1) 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

Completed in 102 milliseconds