Searched refs:BubbleBackground (Results 1 – 5 of 5) sorted by relevance
195 class VIEWS_EXPORT BubbleBackground : public Background {197 explicit BubbleBackground(BubbleBorder* border) : border_(border) {} in BubbleBackground() function205 DISALLOW_COPY_AND_ASSIGN(BubbleBackground);
250 set_background(new views::BubbleBackground(bubble_border_)); in SetBubbleBorder()
363 void BubbleBackground::Paint(gfx::Canvas* canvas, views::View* view) const { in Paint()
315 set_background(new BubbleBackground(bubble_border_)); in CreateBubbleBorder()
140 set_background(new views::BubbleBackground(bubble_border.get())); in FullscreenExitView()