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

  /external/chromium_org/ui/views/bubble/
bubble_border.cc 123 BorderImages* GetBorderImages(BubbleBorder::Shadow shadow) {
125 static BorderImages* kBorderImages[BubbleBorder::SHADOW_COUNT] = { NULL };
127 CHECK_LT(shadow, BubbleBorder::SHADOW_COUNT);
133 case BubbleBorder::NO_SHADOW:
134 case BubbleBorder::NO_SHADOW_OPAQUE_BORDER:
137 case BubbleBorder::BIG_SHADOW:
140 case BubbleBorder::SMALL_SHADOW:
143 case BubbleBorder::SHADOW_COUNT:
153 BubbleBorder::BubbleBorder(Arrow arrow, Shadow shadow, SkColor color
    [all...]
bubble_border.h 26 class VIEWS_EXPORT BubbleBorder : public Border {
83 BubbleBorder(Arrow arrow, Shadow shadow, SkColor color);
84 virtual ~BubbleBorder();
190 DISALLOW_COPY_AND_ASSIGN(BubbleBorder);
193 // A Background that clips itself to the specified BubbleBorder and uses
194 // the background color of the BubbleBorder.
197 explicit BubbleBackground(BubbleBorder* border) : border_(border) {}
203 BubbleBorder* border_;

Completed in 114 milliseconds