Searched defs:key_paths (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Ddelete_reg_key_work_item_unittest.cc33 const std::wstring key_paths[] = { local
38 for (size_t i = 0; i < arraysize(key_paths); ++i) {
39 const std::wstring& key_path = key_paths[i];
H A Ddelete_tree_work_item.cc33 const std::vector<base::FilePath>& key_paths)
37 if (!SafeCast(key_paths.size(), &num_key_files_)) {
38 NOTREACHED() << "Impossibly large key_paths collection";
42 std::copy(key_paths.begin(), key_paths.end(), &key_paths_[0]);
30 DeleteTreeWorkItem( const base::FilePath& root_path, const base::FilePath& temp_path, const std::vector<base::FilePath>& key_paths) argument
H A Dwork_item.cc74 const std::vector<base::FilePath>& key_paths) {
75 return new DeleteTreeWorkItem(root_path, temp_path, key_paths);
71 CreateDeleteTreeWorkItem( const base::FilePath& root_path, const base::FilePath& temp_path, const std::vector<base::FilePath>& key_paths) argument
H A Dwork_item_list.cc137 const std::vector<base::FilePath>& key_paths) {
139 key_paths);
134 AddDeleteTreeWorkItem( const base::FilePath& root_path, const base::FilePath& temp_path, const std::vector<base::FilePath>& key_paths) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding_unittest.cc617 std::vector<IndexedDBKeyPath> key_paths; local
621 key_paths.push_back(IndexedDBKeyPath());
630 key_paths.push_back(IndexedDBKeyPath(base::string16()));
640 key_paths.push_back(IndexedDBKeyPath(ASCIIToUTF16("foo")));
650 key_paths.push_back(IndexedDBKeyPath(ASCIIToUTF16("foo.bar")));
666 key_paths.push_back(IndexedDBKeyPath(array));
678 ASSERT_EQ(key_paths.size(), encoded_paths.size());
679 for (size_t i = 0; i < key_paths.size(); ++i) {
680 IndexedDBKeyPath key_path = key_paths[i];
695 std::vector<IndexedDBKeyPath> key_paths; local
766 std::vector<IndexedDBKeyPath> key_paths; local
[all...]

Completed in 410 milliseconds