Home | History | Annotate | Download | only in controls

Lines Matching refs:Border

10 #include "ui/views/border.h"
20 // A Border class to draw a focused border around a field (e.g textfield).
21 class VIEWS_EXPORT FocusableBorder : public Border {
25 // Sets the insets of the border.
28 // Sets the color of this border.
30 // Reverts the color of this border to the system default.
33 // Overridden from Border:
41 // The color to paint the border when |use_default_color_| is false.
44 // Whether the system border color should be used. True unless SetColor has