Home | History | Annotate | Download | only in autofill

Lines Matching refs:combobox

20 #include "ui/views/controls/combobox/combobox_listener.h"
38 class Combobox;
147 virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;
293 typedef std::map<ServerFieldType, views::Combobox*> ComboboxMap;
576 // Gets the combobox view that is shown for the given |type|, or NULL.
577 views::Combobox* ComboboxForType(ServerFieldType type);
579 // Returns the associated ServerFieldType for |combobox|.
580 ServerFieldType TypeForCombobox(const views::Combobox* combobox) const;
675 // Map from input view (textfield or combobox) to error string.