Searched refs:DropdownBackground (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_view.cc29 class DropdownBackground : public views::Background { class in namespace:__anon5247
31 explicit DropdownBackground(BrowserView* browser,
34 virtual ~DropdownBackground() {}
44 DISALLOW_COPY_AND_ASSIGN(DropdownBackground);
47 DropdownBackground::DropdownBackground(BrowserView* browser_view, function in class:__anon5247::DropdownBackground
55 void DropdownBackground::Paint(gfx::Canvas* canvas, views::View* view) const {
129 set_background(new DropdownBackground(host()->browser_view(), left_alpha_mask,

Completed in 814 milliseconds