/external/chromium_org/content/renderer/pepper/ |
host_array_buffer_var.cc | 87 base::PlatformFile platform_file = local 96 *plugin_shm_handle = BrokerGetFileHandleForProcess(platform_file, p, false);
|
pepper_video_capture_host.cc | 237 base::PlatformFile platform_file = local 247 dispatcher->ShareHandleWithRemote(platform_file, false),
|
/external/chromium/net/disk_cache/ |
file_win.cc | 110 base::PlatformFile File::platform_file() const { function in class:disk_cache::File 238 HANDLE file = platform_file(); 248 HANDLE file = platform_file();
|
file_posix.cc | 193 base::PlatformFile File::platform_file() const { function in class:disk_cache::File
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
local_file_reader.cc | 13 #include "base/platform_file.h" 26 // Returns the net::Error code. If succeeded, |platform_file| is set to point 31 base::PlatformFile* platform_file) { 32 DCHECK(platform_file); 33 DCHECK_EQ(base::kInvalidPlatformFileValue, *platform_file); 56 *platform_file = file; 60 // Reads the data from the |platform_file| and copies it to the |buffer| at 64 int ReadOnBlockingPool(base::PlatformFile platform_file, 67 DCHECK_NE(base::kInvalidPlatformFileValue, platform_file); 69 platform_file, buffer->data(), buffer_length) 133 ScopedPlatformFile* platform_file = local [all...] |
async_file_util.cc | 10 #include "base/platform_file.h" 133 base::PlatformFile platform_file = base::kInvalidPlatformFileValue; local 135 base::PassPlatformFile(&platform_file),
|
/external/chromium_org/net/disk_cache/ |
file_posix.cc | 61 base::PlatformFile File::platform_file() const { function in class:disk_cache::File
|
file_ios.cc | 193 base::PlatformFile File::platform_file() const { function in class:disk_cache::File
|
file_win.cc | 113 base::PlatformFile File::platform_file() const { function in class:disk_cache::File 241 HANDLE file = platform_file(); 251 HANDLE file = platform_file();
|
/external/chromium_org/ppapi/proxy/ |
ppb_buffer_proxy.cc | 143 base::PlatformFile platform_file = local 152 dispatcher->ShareHandleWithRemote(platform_file, false), size);
|
/external/chromium_org/chrome/utility/media_galleries/ |
pmp_column_reader_unittest.cc | 10 #include "base/platform_file.h" 38 base::PlatformFile platform_file = local 40 if (platform_file == base::kInvalidPlatformFileValue) 43 bool read_success = reader->ReadFile(platform_file, expected_type); 45 base::ClosePlatformFile(platform_file);
|
/external/chromium_org/third_party/zlib/google/ |
zip_reader_unittest.cc | 15 #include "base/platform_file.h" 58 base::PlatformFile platform_file() { return file_; } function in class:__anon14588::PlatformFileWrapper 142 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); 180 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); 234 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); 256 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); 261 ASSERT_TRUE(reader.ExtractCurrentEntryToFd(out_fd_w.platform_file()));
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_usage_cache.cc | 247 base::PlatformFile platform_file = local 258 inserted.first->second = platform_file; 259 *file = platform_file;
|
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
net_internals_ui.cc | 21 #include "base/platform_file.h" 327 PlatformFile platform_file = pass_platform_file.ReleaseValue(); local 329 platform_file, 331 callback, PassPlatformFile(&platform_file), file_path)); [all...] |