Home | History | Annotate | Download | only in bubble

Lines Matching refs:Border

11 #include "views/border.h"
15 // Renders a border, with optional arrow, and a custom dropshadow.
17 class BubbleBorder : public views::Border {
43 // Returns the radius of the corner of the border.
45 // We can't safely calculate a border radius by comparing the sizes of the
102 // Overridden from views::Border:
111 // Overridden from views::Border:
131 // Border graphics.
161 explicit BubbleBackground(BubbleBorder* border) : border_(border) {}