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

/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_view.h19 // The DropdownBarView is an abstract view to draw the UI controls of the
23 class DropdownBarView : public views::AccessiblePaneView, class in inherits:views::AccessiblePaneView,DropdownBarHostDelegate
26 explicit DropdownBarView(DropdownBarHost* host);
27 virtual ~DropdownBarView();
59 DISALLOW_COPY_AND_ASSIGN(DropdownBarView);
H A Ddropdown_bar_view.cc90 DropdownBarView::DropdownBarView(DropdownBarHost* host) function in class:DropdownBarView
95 DropdownBarView::~DropdownBarView() {
101 void DropdownBarView::SetAnimationOffset(int offset) {
107 void DropdownBarView::OnPaint(gfx::Canvas* canvas) {
127 void DropdownBarView::SetBackground(const gfx::ImageSkia* left_alpha_mask,
133 void DropdownBarView::SetBorderFromIds(int left_border_image_id,

Completed in 351 milliseconds