Home | History | Annotate | Download | only in controls

Lines Matching defs:GetInsets

192   label_width += GetInsets().width();
201 gfx::Insets Label::GetInsets() const {
202 gfx::Insets insets = View::GetInsets();
211 return GetInsets().top() + font_list_.GetBaseline();
224 gfx::Insets insets = GetInsets();
238 gfx::Insets insets = GetInsets();
247 w = std::max(0, w - GetInsets().width());
252 return s.height() + GetInsets().height();
263 return h + GetInsets().height();
415 gfx::Point origin(GetInsets().left(), GetInsets().top());
490 bounds.Inset(GetInsets());