HomeSort by relevance Sort by last modified time
    Searched refs:BubbleBackground (Results 1 - 8 of 8) 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 {
  /external/chromium_org/ui/views/bubble/
bubble_border.h 193 class VIEWS_EXPORT BubbleBackground : public Background {
195 explicit BubbleBackground(BubbleBorder* border) : border_(border) {}
203 DISALLOW_COPY_AND_ASSIGN(BubbleBackground);
bubble_border.cc 336 void BubbleBackground::Paint(gfx::Canvas* canvas, views::View* view) const {
bubble_frame_view.cc 233 set_background(new views::BubbleBackground(border));
  /external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.cc 321 set_background(new BubbleBackground(bubble_border_));
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc 138 set_background(new views::BubbleBackground(bubble_border));

Completed in 504 milliseconds