Home | History | Annotate | Download | only in views

Lines Matching refs:insets_

29   const gfx::Insets insets_;
40 insets_(top, left, bottom, right) {
45 canvas->FillRect(gfx::Rect(0, 0, view.width(), insets_.top()), color_);
47 canvas->FillRect(gfx::Rect(0, 0, insets_.left(), view.height()), color_);
49 canvas->FillRect(gfx::Rect(0, view.height() - insets_.bottom(), view.width(),
50 insets_.bottom()), color_);
52 canvas->FillRect(gfx::Rect(view.width() - insets_.right(), 0, insets_.right(),
57 return insets_;
61 return gfx::Size(insets_.width(), insets_.height());
78 : insets_(top, left, bottom, right) {}
84 return insets_;
92 const gfx::Insets insets_;
101 insets_(insets) {
113 return insets_;
122 const gfx::Insets insets_;