OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:key_paths
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/installer/util/
delete_reg_key_work_item_unittest.cc
33
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];
/external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding_unittest.cc
617
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 366 milliseconds