Searched defs:files_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/
H A Dmock_browsing_data_indexed_db_helper.h53 std::map<const FilePath::StringType, bool> files_; member in class:MockBrowsingDataIndexedDBHelper
H A Dmock_browsing_data_local_storage_helper.h53 std::map<const FilePath::StringType, bool> files_; member in class:MockBrowsingDataLocalStorageHelper
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.h58 vector<FileInfo> files_; member in class:google::protobuf::compiler::ZipWriter
H A Dimporter_unittest.cc82 files_[name] = contents;
87 const char* contents = FindPtrOrNull(files_, filename);
96 hash_map<string, const char*> files_; member in class:google::protobuf::compiler::__anon8714::MockSourceTree
H A Dcommand_line_interface.cc251 map<string, string*> files_; member in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputDirectory
287 STLDeleteValues(&files_);
300 for (map<string, string*>::const_iterator iter = files_.begin();
301 iter != files_.end(); ++iter) {
388 for (map<string, string*>::const_iterator iter = files_.begin();
389 iter != files_.end(); ++iter) {
407 string** map_slot = &files_["META-INF/MANIFEST.MF"];
450 string** map_slot = &directory_->files_[filename_];
/external/chromium/net/disk_cache/
H A Dentry_impl.h181 // Deletes the data pointed by address, maybe backed by files_[index].
251 scoped_refptr<File> files_[kNumStreams + 1]; member in class:disk_cache::EntryImpl
/external/webrtc/test/testsupport/
H A Dfileutils_unittest.cc49 files_.push_back(resources_path + kTestName + "." + kExtension);
50 files_.push_back(resources_path + kTestName + "_32." + kExtension);
51 files_.push_back(resources_path + kTestName + "_64." + kExtension);
52 files_.push_back(resources_path + kTestName + "_linux." + kExtension);
53 files_.push_back(resources_path + kTestName + "_mac." + kExtension);
54 files_.push_back(resources_path + kTestName + "_win." + kExtension);
55 files_.push_back(resources_path + kTestName + "_linux_32." + kExtension);
56 files_.push_back(resources_path + kTestName + "_mac_32." + kExtension);
57 files_.push_back(resources_path + kTestName + "_win_32." + kExtension);
58 files_
89 static FileList files_; member in class:webrtc::FileUtilsTest
95 FileList FileUtilsTest::files_; member in class:webrtc::FileUtilsTest
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc86 STLDeleteValues(&files_);
91 string* expected_contents = FindPtrOrNull(files_, virtual_filename);
108 string** map_slot = &files_[filename];
116 map<string, string*> files_; member in class:google::protobuf::compiler::cpp::__anon8705::MockOutputDirectory
/external/chromium/net/tools/flip_server/
H A Dmem_cache.h127 Files files_; member in class:net::MemoryCache
/external/chromium/base/
H A Dfile_util_unittest.cc141 EXPECT_TRUE(files_.end() == files_.find(path))
145 files_.insert(path);
151 return files_.find(file.value()) != files_.end();
155 return static_cast<int>(files_.size());
159 std::set<FilePath::StringType> files_; member in class:__anon1086::FindResultCollector
/external/v8/src/
H A Dd8.cc1104 no_(no), files_(files) { }
1107 delete[] files_;
1113 char* files_; member in class:v8::ShellThread
1118 char* ptr = files_;

Completed in 268 milliseconds