Searched refs:BubbleBackground (Results 1 – 3 of 3) sorted by relevance
159 class BubbleBackground : public views::Background {161 explicit BubbleBackground(BubbleBorder* border) : border_(border) {} in BubbleBackground() function169 DISALLOW_COPY_AND_ASSIGN(BubbleBackground);
22 set_background(new BubbleBackground(bubble_border_)); in Init()
426 void BubbleBackground::Paint(gfx::Canvas* canvas, views::View* view) const { in Paint()