file_index 101 chrome/browser/ui/views/select_file_dialog_extension_unittest.cc EXPECT_EQ(kFileIndex, listener->file_index()); file_index 113 chrome/browser/ui/views/select_file_dialog_extension_unittest.cc EXPECT_EQ(-1, listener->file_index()); file_index 247 content/child/npapi/plugin_instance.cc for (unsigned int file_index = 0; file_index < files_created_.size(); file_index 248 content/child/npapi/plugin_instance.cc file_index++) { file_index 249 content/child/npapi/plugin_instance.cc base::DeleteFile(files_created_[file_index], false); file_index 144 content/renderer/pepper/url_request_info_util.cc int file_index = 0; file_index 155 content/renderer/pepper/url_request_info_util.cc file_index++; file_index 137 native_client_sdk/src/examples/demo/nacl_io/handlers.c static FILE* GetFileFromIndexString(const char* s, int* file_index) { file_index 139 native_client_sdk/src/examples/demo/nacl_io/handlers.c (void**)g_OpenFiles, MAX_OPEN_FILES, s, file_index); file_index 193 native_client_sdk/src/examples/demo/nacl_io/handlers.c int file_index; file_index 211 native_client_sdk/src/examples/demo/nacl_io/handlers.c file_index = AddFileToMap(file); file_index 212 native_client_sdk/src/examples/demo/nacl_io/handlers.c if (file_index == -1) { file_index 218 native_client_sdk/src/examples/demo/nacl_io/handlers.c *output = PrintfToNewString("fopen\1%s\1%d", filename, file_index); file_index 446 native_client_sdk/src/examples/demo/nacl_io/handlers.c int file_index; file_index 456 native_client_sdk/src/examples/demo/nacl_io/handlers.c file = GetFileFromIndexString(file_index_string, &file_index); file_index 469 native_client_sdk/src/examples/demo/nacl_io/handlers.c RemoveFileFromMap(file_index); file_index 112 net/disk_cache/blockfile/block_bitmaps_v3.cc int file_index = address.FileNumber(); file_index 113 net/disk_cache/blockfile/block_bitmaps_v3.cc if (static_cast<unsigned int>(file_index) >= bitmaps_.size()) file_index 116 net/disk_cache/blockfile/block_bitmaps_v3.cc return file_index; file_index 307 net/disk_cache/blockfile/block_files.cc int file_index = address.FileNumber(); file_index 308 net/disk_cache/blockfile/block_files.cc if (static_cast<unsigned int>(file_index) >= block_files_.size() || file_index 309 net/disk_cache/blockfile/block_files.cc !block_files_[file_index]) { file_index 311 net/disk_cache/blockfile/block_files.cc if (!OpenBlockFile(file_index)) file_index 314 net/disk_cache/blockfile/block_files.cc DCHECK_GE(block_files_.size(), static_cast<unsigned int>(file_index)); file_index 315 net/disk_cache/blockfile/block_files.cc return block_files_[file_index]; file_index 623 net/disk_cache/blockfile/block_files.cc int file_index = header->next_file; file_index 625 net/disk_cache/blockfile/block_files.cc DCHECK(block_files_.size() >= static_cast<unsigned int>(file_index)); file_index 630 net/disk_cache/blockfile/block_files.cc base::FilePath name = Name(file_index); file_index 633 net/disk_cache/blockfile/block_files.cc block_files_[file_index]->Release(); file_index 634 net/disk_cache/blockfile/block_files.cc block_files_[file_index] = NULL; file_index 106 net/disk_cache/simple/simple_synchronous_entry.cc bool CanOmitEmptyFile(int file_index) { file_index 107 net/disk_cache/simple/simple_synchronous_entry.cc DCHECK_LE(0, file_index); file_index 108 net/disk_cache/simple/simple_synchronous_entry.cc DCHECK_GT(disk_cache::kSimpleEntryFileCount, file_index); file_index 109 net/disk_cache/simple/simple_synchronous_entry.cc return file_index == disk_cache::simple_util::GetFileIndexFromStreamIndex(2); file_index 149 net/disk_cache/simple/simple_synchronous_entry.cc const int file_index = GetFileIndexFromStreamIndex(stream_index); file_index 151 net/disk_cache/simple/simple_synchronous_entry.cc file_index == 0 ? data_size_[0] + data_size_[1] + sizeof(SimpleFileEOF) file_index 156 net/disk_cache/simple/simple_synchronous_entry.cc int SimpleEntryStat::GetFileSize(const std::string& key, int file_index) const { file_index 158 net/disk_cache/simple/simple_synchronous_entry.cc file_index == 0 ? data_size_[0] + data_size_[1] + sizeof(SimpleFileEOF) file_index 284 net/disk_cache/simple/simple_synchronous_entry.cc int file_index = GetFileIndexFromStreamIndex(in_entry_op.index); file_index 288 net/disk_cache/simple/simple_synchronous_entry.cc DCHECK(!empty_file_omitted_[file_index]); file_index 289 net/disk_cache/simple/simple_synchronous_entry.cc File* file = const_cast<File*>(&files_[file_index]); file_index 313 net/disk_cache/simple/simple_synchronous_entry.cc int file_index = GetFileIndexFromStreamIndex(index); file_index 322 net/disk_cache/simple/simple_synchronous_entry.cc if (empty_file_omitted_[file_index]) { file_index 333 net/disk_cache/simple/simple_synchronous_entry.cc if (!MaybeCreateFile(file_index, FILE_REQUIRED, &error)) { file_index 340 net/disk_cache/simple/simple_synchronous_entry.cc if (!InitializeCreatedFile(file_index, &result)) { file_index 347 net/disk_cache/simple/simple_synchronous_entry.cc DCHECK(!empty_file_omitted_[file_index]); file_index 353 net/disk_cache/simple/simple_synchronous_entry.cc if (!files_[file_index].SetLength(file_eof_offset)) { file_index 361 net/disk_cache/simple/simple_synchronous_entry.cc if (files_[file_index].Write(file_offset, in_buf->data(), buf_len) != file_index 375 net/disk_cache/simple/simple_synchronous_entry.cc if (!files_[file_index].SetLength(file_eof_offset)) { file_index 639 net/disk_cache/simple/simple_synchronous_entry.cc const int file_index = GetFileIndexFromStreamIndex(stream_index); file_index 640 net/disk_cache/simple/simple_synchronous_entry.cc if (empty_file_omitted_[file_index]) file_index 655 net/disk_cache/simple/simple_synchronous_entry.cc !files_[file_index].SetLength(eof_offset)) { file_index 661 net/disk_cache/simple/simple_synchronous_entry.cc if (files_[file_index].Write(eof_offset, file_index 720 net/disk_cache/simple/simple_synchronous_entry.cc int file_index, file_index 724 net/disk_cache/simple/simple_synchronous_entry.cc FilePath filename = GetFilenameFromFileIndex(file_index); file_index 726 net/disk_cache/simple/simple_synchronous_entry.cc files_[file_index].Initialize(filename, flags); file_index 727 net/disk_cache/simple/simple_synchronous_entry.cc *out_error = files_[file_index].error_details(); file_index 729 net/disk_cache/simple/simple_synchronous_entry.cc if (CanOmitEmptyFile(file_index) && !files_[file_index].IsValid() && file_index 731 net/disk_cache/simple/simple_synchronous_entry.cc empty_file_omitted_[file_index] = true; file_index 735 net/disk_cache/simple/simple_synchronous_entry.cc return files_[file_index].IsValid(); file_index 739 net/disk_cache/simple/simple_synchronous_entry.cc int file_index, file_index 744 net/disk_cache/simple/simple_synchronous_entry.cc if (CanOmitEmptyFile(file_index) && file_required == FILE_NOT_REQUIRED) { file_index 745 net/disk_cache/simple/simple_synchronous_entry.cc empty_file_omitted_[file_index] = true; file_index 749 net/disk_cache/simple/simple_synchronous_entry.cc FilePath filename = GetFilenameFromFileIndex(file_index); file_index 751 net/disk_cache/simple/simple_synchronous_entry.cc files_[file_index].Initialize(filename, flags); file_index 752 net/disk_cache/simple/simple_synchronous_entry.cc *out_error = files_[file_index].error_details(); file_index 754 net/disk_cache/simple/simple_synchronous_entry.cc empty_file_omitted_[file_index] = false; file_index 756 net/disk_cache/simple/simple_synchronous_entry.cc return files_[file_index].IsValid(); file_index 999 net/disk_cache/simple/simple_synchronous_entry.cc int file_index, file_index 1008 net/disk_cache/simple/simple_synchronous_entry.cc int bytes_written = files_[file_index].Write( file_index 1015 net/disk_cache/simple/simple_synchronous_entry.cc bytes_written = files_[file_index].Write(sizeof(header), key_.data(), file_index 1108 net/disk_cache/simple/simple_synchronous_entry.cc int file_index = GetFileIndexFromStreamIndex(index); file_index 1109 net/disk_cache/simple/simple_synchronous_entry.cc File* file = const_cast<File*>(&files_[file_index]); file_index 1139 net/disk_cache/simple/simple_synchronous_entry.cc const int file_index) { file_index 1141 net/disk_cache/simple/simple_synchronous_entry.cc GetFilenameFromEntryHashAndFileIndex(entry_hash, file_index)); file_index 1176 net/disk_cache/simple/simple_synchronous_entry.cc FilePath SimpleSynchronousEntry::GetFilenameFromFileIndex(int file_index) { file_index 1178 net/disk_cache/simple/simple_synchronous_entry.cc GetFilenameFromEntryHashAndFileIndex(entry_hash_, file_index)); file_index 46 net/disk_cache/simple/simple_synchronous_entry.h int GetLastEOFOffsetInFile(const std::string& key, int file_index) const; file_index 47 net/disk_cache/simple/simple_synchronous_entry.h int GetFileSize(const std::string& key, int file_index) const; file_index 215 net/disk_cache/simple/simple_synchronous_entry.h bool MaybeOpenFile(int file_index, file_index 220 net/disk_cache/simple/simple_synchronous_entry.h bool MaybeCreateFile(int file_index, file_index 299 net/disk_cache/simple/simple_synchronous_entry.h int file_index); file_index 305 net/disk_cache/simple/simple_synchronous_entry.h base::FilePath GetFilenameFromFileIndex(int file_index); file_index 83 net/disk_cache/simple/simple_util.cc int file_index) { file_index 84 net/disk_cache/simple/simple_util.cc return base::StringPrintf("%016" PRIx64 "_%1d", entry_hash, file_index); file_index 92 net/disk_cache/simple/simple_util.cc int file_index) { file_index 94 net/disk_cache/simple/simple_util.cc base::StringPrintf("_%1d", file_index); file_index 45 net/disk_cache/simple/simple_util.h int file_index); file_index 49 net/disk_cache/simple/simple_util.h int file_index);