HomeSort by relevance Sort by last modified time
    Searched refs:item_key (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_models.cc 83 void SuggestionsMenuModel::SetCheckedItem(const std::string& item_key) {
85 if (items_[i].key == item_key) {
98 void SuggestionsMenuModel::SetEnabled(const std::string& item_key,
100 items_[GetItemIndex(item_key)].enabled = enabled;
126 size_t SuggestionsMenuModel::GetItemIndex(const std::string& item_key) {
128 if (items_[i].key == item_key)
autofill_dialog_models.h 74 void SetCheckedItem(const std::string& item_key);
80 void SetEnabled(const std::string& item_key, bool enabled);
101 size_t GetItemIndex(const std::string& item_key);
autofill_dialog_controller_impl.cc 1633 std::string item_key = model->GetItemKeyForCheckedItem(); local
1690 const std::string item_key = model->GetItemKeyForCheckedItem(); local
1711 const std::string item_key = model->GetItemKeyForCheckedItem(); local
1740 std::string item_key = model->GetItemKeyForCheckedItem(); local
3876 std::string item_key = model->GetItemKeyForCheckedItem(); local
4077 std::string item_key = SuggestionsMenuModelForSection(SECTION_BILLING)-> local
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
person.cc 26 // first value associated with item_key in the first dictionary in that list.
30 // item_key: TARGET_VALUE,
41 const char item_key[]) {
55 if (!sub_dict->GetString(item_key, &value))
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py 626 for item_key, item_value in sorted(value.iteritems()):
628 self._XCPrintableValue(tabs + 1, item_key, flatten_list) + ' = ' + \
    [all...]

Completed in 391 milliseconds