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

/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.h17 class BubbleBorder : public views::Border { class in inherits:views::Border
36 explicit BubbleBorder(ArrowLocation arrow_location) function in class:BubbleBorder
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_;

Completed in 128 milliseconds