Home | History | Annotate | Download | only in controls

Lines Matching refs:Insets

23 #include "ui/gfx/insets.h"
195 gfx::Insets Label::GetInsets() const {
196 gfx::Insets insets = View::GetInsets();
198 insets += gfx::Insets(kFocusBorderPadding, kFocusBorderPadding,
201 return insets;
218 gfx::Insets insets = GetInsets();
219 prefsize.Enlarge(insets.width(), insets.height());
399 gfx::Insets insets = GetInsets();
400 gfx::Point text_origin(insets.left(), insets.top());