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

/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Daddress_input_helper.cc174 LookupKey child_key; local
175 child_key.FromLookupKey(lookup_key, *child_it);
176 CheckChildrenForPostCodeMatches(address, child_key, node, hierarchy);
/external/chromium_org/storage/browser/fileapi/
H A Dsandbox_directory_database.cc430 std::string child_key = GetChildLookupKey(parent_id, name); local
433 db_->Get(leveldb::ReadOptions(), child_key, &child_id_string);
529 std::string child_key = GetChildLookupKey(info.parent_id, info.name); local
532 db_->Get(leveldb::ReadOptions(), child_key, &child_id_string);
897 std::string child_key = GetChildLookupKey(info.parent_id, info.name); local
898 batch->Put(child_key, id_string);
/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.cc433 const MenuItem::ExtensionKey& child_key = child->id().extension_key; local
434 MenuItemMap::iterator i = context_items_.find(child_key);
453 const MenuItem::ExtensionKey& child_key = child->id().extension_key; local
454 context_items_[child_key].push_back(child);
456 SanitizeRadioList(context_items_[child_key]);
/external/chromium_org/chrome/installer/setup/
H A Duninstall.cc1029 base::string16 child_key; local
1036 child_key.assign(parent_key).append(ShellUtil::kRegShellOpen);
1037 InstallUtil::DeleteRegistryKeyIf(root, parent_key, child_key,
/external/chromium_org/net/disk_cache/
H A Dentry_unittest.cc2222 std::string child_key[2];
2227 child_key[count++] = entry->GetKey();
2231 ASSERT_EQ(net::OK, OpenEntry(child_key[i], &entry));

Completed in 201 milliseconds