Home | History | Annotate | Download | only in controls

Lines Matching refs:GetInsets

178   label_width += GetInsets().width();
195 gfx::Insets Label::GetInsets() const {
196 gfx::Insets insets = View::GetInsets();
205 return GetInsets().top() + font_.GetBaseline();
218 gfx::Insets insets = GetInsets();
227 w = std::max(0, w - GetInsets().width());
232 return s.height() + GetInsets().height();
242 return h + GetInsets().height();
399 gfx::Insets insets = GetInsets();
472 bounds.Inset(GetInsets());