Searched refs:key_paths (Results 1 – 9 of 9) sorted by relevance
33 const std::vector<base::FilePath>& key_paths) in DeleteTreeWorkItem() argument37 if (!SafeCast(key_paths.size(), &num_key_files_)) { in DeleteTreeWorkItem()42 std::copy(key_paths.begin(), key_paths.end(), &key_paths_[0]); in DeleteTreeWorkItem()
33 const std::wstring key_paths[] = { in TEST_F() local38 for (size_t i = 0; i < arraysize(key_paths); ++i) { in TEST_F()39 const std::wstring& key_path = key_paths[i]; in TEST_F()
74 const std::vector<base::FilePath>& key_paths) { in CreateDeleteTreeWorkItem() argument75 return new DeleteTreeWorkItem(root_path, temp_path, key_paths); in CreateDeleteTreeWorkItem()
33 const std::vector<base::FilePath>& key_paths);
137 const std::vector<base::FilePath>& key_paths) { in AddDeleteTreeWorkItem() argument139 key_paths); in AddDeleteTreeWorkItem()
202 std::vector<base::FilePath> key_paths(1, key_path); in TEST_F() local205 key_paths)); in TEST_F()
84 const std::vector<base::FilePath>& key_paths);
121 const std::vector<base::FilePath>& key_paths);
617 std::vector<IndexedDBKeyPath> key_paths; in TEST() local621 key_paths.push_back(IndexedDBKeyPath()); in TEST()630 key_paths.push_back(IndexedDBKeyPath(base::string16())); in TEST()640 key_paths.push_back(IndexedDBKeyPath(ASCIIToUTF16("foo"))); in TEST()650 key_paths.push_back(IndexedDBKeyPath(ASCIIToUTF16("foo.bar"))); in TEST()666 key_paths.push_back(IndexedDBKeyPath(array)); in TEST()678 ASSERT_EQ(key_paths.size(), encoded_paths.size()); in TEST()679 for (size_t i = 0; i < key_paths.size(); ++i) { in TEST()680 IndexedDBKeyPath key_path = key_paths[i]; in TEST()695 std::vector<IndexedDBKeyPath> key_paths; in TEST() local[all …]