Home | History | Annotate | Download | only in views

Lines Matching refs:Border

64 class Border;
237 // enclosed by the view's border.
247 // Returns the insets of the current border. If there is no border an empty
514 // The border object is owned by this object and may be NULL.
515 virtual void SetBorder(scoped_ptr<Border> b);
516 const Border* border() const { return border_.get(); }
517 Border* border() { return border_.get(); }
1099 // Override to paint a border not specified by SetBorder().
1558 // Border.
1559 scoped_ptr<Border> border_;