Home | History | Annotate | Download | only in combobox

Lines Matching defs:Combobox

39 // A non-editable combobox (aka a drop-down list or selector).
40 // Combobox has two distinct parts, the drop down arrow and the text. Combobox
42 // * STYLE_NORMAL: typical combobox, clicking on the text and/or button shows
48 class VIEWS_EXPORT Combobox : public MenuDelegate,
53 // The style of the combobox.
59 // The combobox's class name.
62 // |model| is not owned by the combobox.
63 explicit Combobox(ui::ComboboxModel* model);
64 virtual ~Combobox();
73 // Informs the combobox that its model changed.
86 // Set the accessible name of the combobox.
89 // Visually marks the combobox as having an invalid value selected.
133 // Updates the combobox's content from its model.
171 // The visual style of this combobox.
183 // The accessible name of this combobox.
199 // combobox was closed. The time is used for simulating menu behavior; that
217 // placed on top of this combobox as child views, accept event and manage the
219 // STYLE_NOTIFY_ON_CLICK, a Combobox renders the button images according to
226 base::WeakPtrFactory<Combobox> weak_ptr_factory_;
228 DISALLOW_COPY_AND_ASSIGN(Combobox);