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

  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.h 17 class BubbleBorder : public views::Border {
36 explicit BubbleBorder(ArrowLocation arrow_location)
109 virtual ~BubbleBorder() { }
154 DISALLOW_COPY_AND_ASSIGN(BubbleBorder);
157 // A Background that clips itself to the specified BubbleBorder and uses
158 // the background color of the BubbleBorder.
161 explicit BubbleBackground(BubbleBorder* border) : border_(border) {}
167 BubbleBorder* border_;
  /external/chromium_org/ui/views/bubble/
bubble_border.cc 99 BorderImages* GetBorderImages(BubbleBorder::Shadow shadow) {
101 static BorderImages* kBorderImages[BubbleBorder::SHADOW_COUNT] = { NULL };
103 CHECK_LT(shadow, BubbleBorder::SHADOW_COUNT);
109 case BubbleBorder::SHADOW:
114 case BubbleBorder::NO_SHADOW:
115 case BubbleBorder::NO_SHADOW_OPAQUE_BORDER:
118 case BubbleBorder::BIG_SHADOW:
121 case BubbleBorder::SMALL_SHADOW:
124 case BubbleBorder::SHADOW_COUNT:
134 BubbleBorder::BubbleBorder(Arrow arrow, Shadow shadow, SkColor color
    [all...]
bubble_border.h 25 class VIEWS_EXPORT BubbleBorder : public Border {
83 BubbleBorder(Arrow arrow, Shadow shadow, SkColor color);
84 virtual ~BubbleBorder();
188 DISALLOW_COPY_AND_ASSIGN(BubbleBorder);
191 // A Background that clips itself to the specified BubbleBorder and uses
192 // the background color of the BubbleBorder.
195 explicit BubbleBackground(BubbleBorder* border) : border_(border) {}
201 BubbleBorder* border_;

Completed in 354 milliseconds