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 187 class VIEWS_EXPORT BubbleBackground : public Background {
189 explicit BubbleBackground(BubbleBorder* border) : border_(border) {}
197 DISALLOW_COPY_AND_ASSIGN(BubbleBackground);
bubble_border.cc 362 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 317 set_background(new BubbleBackground(bubble_border_));
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc 139 set_background(new views::BubbleBackground(bubble_border));

Completed in 281 milliseconds