HomeSort by relevance Sort by last modified time
    Searched defs:key_paths (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/installer/util/
copy_reg_key_work_item_unittest.cc 36 const std::wstring key_paths[] = { local
41 for (size_t i = 0; i < arraysize(key_paths); ++i) {
42 const std::wstring& key_path = key_paths[i];
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];
  /system/core/adb/
adb_auth_client.c 38 static char *key_paths[] = { variable
111 char **paths = key_paths;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding_unittest.cc 627 std::vector<IndexedDBKeyPath> key_paths; local
631 key_paths.push_back(IndexedDBKeyPath());
640 key_paths.push_back(IndexedDBKeyPath(base::string16()));
650 key_paths.push_back(IndexedDBKeyPath(ASCIIToUTF16("foo")));
660 key_paths.push_back(IndexedDBKeyPath(ASCIIToUTF16("foo.bar")));
676 key_paths.push_back(IndexedDBKeyPath(array));
688 ASSERT_EQ(key_paths.size(), encoded_paths.size());
689 for (size_t i = 0; i < key_paths.size(); ++i) {
690 IndexedDBKeyPath key_path = key_paths[i];
706 std::vector<IndexedDBKeyPath> key_paths; local
    [all...]

Completed in 762 milliseconds