Searched defs:Combobox (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.h40 // Combobox has two distinct parts, the drop down arrow and the text. Combobox
48 class VIEWS_EXPORT Combobox : public MenuDelegate, class in namespace:views
63 explicit Combobox(ui::ComboboxModel* model);
64 virtual ~Combobox();
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);
H A Dcombobox.cc225 const char Combobox::kViewClassName[] = "views/Combobox";
228 // Combobox, public:
230 Combobox::Combobox(ui::ComboboxModel* model) function in class:views::Combobox
274 Combobox::~Combobox() {
279 const gfx::FontList& Combobox::GetFontList() {
284 void Combobox::SetStyle(Style style) {
297 void Combobox
[all...]

Completed in 125 milliseconds