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

/external/chromium_org/ui/views/bubble/
H A Dbubble_border.h195 class VIEWS_EXPORT BubbleBackground : public Background { class in namespace:views
197 explicit BubbleBackground(BubbleBorder* border) : border_(border) {} function in class:views::BubbleBackground
205 DISALLOW_COPY_AND_ASSIGN(BubbleBackground);
H A Dbubble_border.cc363 void BubbleBackground::Paint(gfx::Canvas* canvas, views::View* view) const {
H A Dbubble_frame_view.cc250 set_background(new views::BubbleBackground(bubble_border_));
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_scroll_view_container.cc315 set_background(new BubbleBackground(bubble_border_));
/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.cc140 set_background(new views::BubbleBackground(bubble_border.get()));

Completed in 265 milliseconds