Home | History | Annotate | Download | only in views

Lines Matching refs:Insets

23   virtual gfx::Insets GetInsets() const OVERRIDE;
27 const gfx::Insets insets_;
54 gfx::Insets SidedSolidBorder::GetInsets() const {
77 virtual gfx::Insets GetInsets() const OVERRIDE {
82 const gfx::Insets insets_;
89 explicit BorderPainter(Painter* painter, const gfx::Insets& insets)
91 insets_(insets) {
102 virtual gfx::Insets GetInsets() const OVERRIDE {
108 const gfx::Insets insets_;
142 const gfx::Insets& insets) {
143 return new BorderPainter(painter, insets);