Home | History | Annotate | Download | only in autofill

Lines Matching defs:SuggestionsMenuModel

24 // SuggestionsMenuModel ----------------------------------------------------
26 SuggestionsMenuModel::SuggestionsMenuModel(
32 SuggestionsMenuModel::~SuggestionsMenuModel() {}
34 void SuggestionsMenuModel::AddKeyedItem(
41 void SuggestionsMenuModel::AddKeyedItemWithIcon(
49 void SuggestionsMenuModel::AddKeyedItemWithMinorText(
57 void SuggestionsMenuModel::AddKeyedItemWithMinorTextAndIcon(
66 void SuggestionsMenuModel::Reset() {
72 std::string SuggestionsMenuModel::GetItemKeyAt(int index) const {
76 std::string SuggestionsMenuModel::GetItemKeyForCheckedItem() const {
83 void SuggestionsMenuModel::SetCheckedItem(const std::string& item_key) {
93 void SuggestionsMenuModel::SetCheckedIndex(size_t index) {
98 void SuggestionsMenuModel::SetEnabled(const std::string& item_key,
103 bool SuggestionsMenuModel::IsCommandIdChecked(
108 bool SuggestionsMenuModel::IsCommandIdEnabled(
116 bool SuggestionsMenuModel::GetAcceleratorForCommandId(
122 void SuggestionsMenuModel::ExecuteCommand(int command_id, int event_flags) {
126 size_t SuggestionsMenuModel::GetItemIndex(const std::string& item_key) {