Home
last modified time | relevance | path

Searched refs:child_key (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/libaddressinput/src/cpp/src/
Daddress_input_helper.cc172 LookupKey child_key; in CheckChildrenForPostCodeMatches() local
173 child_key.FromLookupKey(lookup_key, *child_it); in CheckChildrenForPostCodeMatches()
174 CheckChildrenForPostCodeMatches(address, child_key, node, hierarchy); in CheckChildrenForPostCodeMatches()
/external/chromium_org/webkit/browser/fileapi/
Dsandbox_directory_database.cc429 std::string child_key = GetChildLookupKey(parent_id, name); in GetChildWithName() local
432 db_->Get(leveldb::ReadOptions(), child_key, &child_id_string); in GetChildWithName()
528 std::string child_key = GetChildLookupKey(info.parent_id, info.name); in AddFileInfo() local
531 db_->Get(leveldb::ReadOptions(), child_key, &child_id_string); in AddFileInfo()
895 std::string child_key = GetChildLookupKey(info.parent_id, info.name); in AddFileInfoHelper() local
896 batch->Put(child_key, id_string); in AddFileInfoHelper()
/external/chromium_org/chrome/browser/extensions/
Dmenu_manager.cc430 const MenuItem::ExtensionKey& child_key = child->id().extension_key; in ChangeParent() local
431 MenuItemMap::iterator i = context_items_.find(child_key); in ChangeParent()
450 const MenuItem::ExtensionKey& child_key = child->id().extension_key; in ChangeParent() local
451 context_items_[child_key].push_back(child); in ChangeParent()
453 SanitizeRadioList(context_items_[child_key]); in ChangeParent()
/external/chromium_org/chrome/installer/setup/
Duninstall.cc1015 base::string16 child_key; in DeleteChromeRegistrationKeys() local
1022 child_key.assign(parent_key).append(ShellUtil::kRegShellOpen); in DeleteChromeRegistrationKeys()
1023 InstallUtil::DeleteRegistryKeyIf(root, parent_key, child_key, in DeleteChromeRegistrationKeys()
/external/chromium_org/net/disk_cache/
Dentry_unittest.cc2222 std::string child_key[2]; in TEST_F() local
2227 child_key[count++] = entry->GetKey(); in TEST_F()
2231 ASSERT_EQ(net::OK, OpenEntry(child_key[i], &entry)); in TEST_F()