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

/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_view.h15 // The DropdownBarView is an abstract view to draw the UI controls of the
19 class DropdownBarView : public views::View { class in inherits:views::View
21 explicit DropdownBarView(DropdownBarHost* host) function in class:DropdownBarView
25 virtual ~DropdownBarView() {}
51 DISALLOW_COPY_AND_ASSIGN(DropdownBarView);

Completed in 98 milliseconds