Searched refs:BubbleBackground (Results 1 – 5 of 5) sorted by relevance
231 class VIEWS_EXPORT BubbleBackground : public Background {233 explicit BubbleBackground(BubbleBorder* border) : border_(border) {} in BubbleBackground() function241 DISALLOW_COPY_AND_ASSIGN(BubbleBackground);
252 set_background(new views::BubbleBackground(bubble_border_)); in SetBubbleBorder()
341 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()