Lines Matching refs:Insets
24 virtual gfx::Insets GetInsets() const OVERRIDE;
29 const gfx::Insets insets_;
56 gfx::Insets SidedSolidBorder::GetInsets() const {
83 virtual gfx::Insets GetInsets() const OVERRIDE {
92 const gfx::Insets insets_;
99 explicit BorderPainter(Painter* painter, const gfx::Insets& insets)
101 insets_(insets) {
112 virtual gfx::Insets GetInsets() const OVERRIDE {
122 const gfx::Insets insets_;
156 const gfx::Insets& insets) {
157 return new BorderPainter(painter, insets);