HomeSort by relevance Sort by last modified time
    Searched defs:PassPlatformFile (Results 1 - 2 of 2) 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) {
  /external/chromium_org/base/
platform_file.h 220 // void MaybeProcessFile(PassPlatformFile pass_file) {
229 // MaybeProcessFile(PassPlatformFile(&file));
234 class BASE_EXPORT PassPlatformFile {
236 explicit PassPlatformFile(PlatformFile* value) : value_(value) {

Completed in 2726 milliseconds