Searched defs:BubbleBorder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/bubble/
H A Dbubble_border.cc95 BorderImages* GetBorderImages(BubbleBorder::Shadow shadow) {
97 static BorderImages* kBorderImages[BubbleBorder::SHADOW_COUNT] = { NULL };
99 CHECK_LT(shadow, BubbleBorder::SHADOW_COUNT);
105 case BubbleBorder::NO_SHADOW:
106 case BubbleBorder::NO_SHADOW_OPAQUE_BORDER:
109 case BubbleBorder::BIG_SHADOW:
112 case BubbleBorder::SMALL_SHADOW:
115 case BubbleBorder::SHADOW_COUNT:
125 const int BubbleBorder::kStroke = 1;
127 BubbleBorder function in class:views::BubbleBorder
[all...]
H A Dbubble_border.h54 class VIEWS_EXPORT BubbleBorder : public Border { class in namespace:views
111 BubbleBorder(Arrow arrow, Shadow shadow, SkColor color);
112 virtual ~BubbleBorder();
226 DISALLOW_COPY_AND_ASSIGN(BubbleBorder);
229 // A Background that clips itself to the specified BubbleBorder and uses
230 // the background color of the BubbleBorder.
233 explicit BubbleBackground(BubbleBorder* border) : border_(border) {}
239 BubbleBorder* border_;

Completed in 725 milliseconds