Home | History | Annotate | Download | only in autofill

Lines Matching defs:GetInsets

392   virtual gfx::Insets GetInsets() const OVERRIDE {
401 int label_width = width - GetInsets().width();
408 return child_at(0)->GetHeightForWidth(label_width) + GetInsets().height();
412 // Surprisingly, GetContentsBounds() doesn't consult GetInsets().
414 bounds.Inset(GetInsets());
682 gfx::Insets AutofillDialogViews::OverlayView::GetInsets() const {
1478 gfx::Insets insets = GetInsets();
1697 bounds.Inset(group->suggested_button->GetInsets());