Searched defs:item_key (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dperson.cc25 // first value associated with item_key in the first dictionary in that list.
29 // item_key: TARGET_VALUE,
40 const char item_key[]) {
54 if (!sub_dict->GetString(item_key, &value))
38 GetTargetValue(const base::DictionaryValue& dict, const char list_key[], const char item_key[]) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_models.cc81 void SuggestionsMenuModel::SetCheckedItem(const std::string& item_key) { argument
83 if (items_[i].key == item_key) {
96 void SuggestionsMenuModel::SetEnabled(const std::string& item_key, argument
98 items_[GetItemIndex(item_key)].enabled = enabled;
124 size_t SuggestionsMenuModel::GetItemIndex(const std::string& item_key) { argument
126 if (items_[i].key == item_key)
H A Dautofill_dialog_controller_impl.cc1662 std::string item_key = model->GetItemKeyForCheckedItem(); local
1663 if (item_key == kSameAsBillingKey) {
1669 if (!IsASuggestionItemKey(item_key))
1676 if (HasInvalidAddress(*GetManager()->GetProfileByGUID(item_key)))
1719 const std::string item_key = model->GetItemKeyForCheckedItem(); local
1720 if (!IsASuggestionItemKey(item_key))
1724 if (!base::StringToInt(item_key, &index) || index < 0 ||
1740 const std::string item_key = model->GetItemKeyForCheckedItem(); local
1741 if (!IsASuggestionItemKey(item_key))
1745 if (!base::StringToInt(item_key,
1769 std::string item_key = model->GetItemKeyForCheckedItem(); local
3932 std::string item_key = model->GetItemKeyForCheckedItem(); local
4133 std::string item_key = SuggestionsMenuModelForSection(SECTION_BILLING)-> local
[all...]

Completed in 98 milliseconds