Searched defs:platform_file_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/disk_cache/
H A Dfile.h81 base::PlatformFile platform_file_; // Regular, asynchronous IO handle. member in class:disk_cache::File
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dlocal_file_reader.h63 base::PlatformFile platform_file_; member in class:drive::util::LocalFileReader
H A Dlocal_file_reader.cc92 platform_file_(base::kInvalidPlatformFileValue) {
97 PostCloseIfNeeded(task_runner_.get(), platform_file_);
100 base::PlatformFile* ptr() { return &platform_file_; }
103 base::PlatformFile result = platform_file_;
104 platform_file_ = base::kInvalidPlatformFileValue;
110 base::PlatformFile platform_file_; member in class:drive::util::LocalFileReader::ScopedPlatformFile
118 platform_file_(base::kInvalidPlatformFileValue),
124 PostCloseIfNeeded(sequenced_task_runner_.get(), platform_file_);
131 DCHECK_EQ(base::kInvalidPlatformFileValue, platform_file_);
150 DCHECK_NE(base::kInvalidPlatformFileValue, platform_file_);
[all...]
/external/chromium_org/net/disk_cache/
H A Dfile.h87 base::PlatformFile platform_file_; // Regular, asynchronous IO handle. member in class:disk_cache::File

Completed in 178 milliseconds