HomeSort by relevance Sort by last modified time
    Searched refs:BubbleBackground (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.h 159 class BubbleBackground : public views::Background {
161 explicit BubbleBackground(BubbleBorder* border) : border_(border) {}
169 DISALLOW_COPY_AND_ASSIGN(BubbleBackground);
border_contents.cc 22 set_background(new BubbleBackground(bubble_border_));
bubble_border.cc 426 void BubbleBackground::Paint(gfx::Canvas* canvas, views::View* view) const {

Completed in 156 milliseconds