Home | History | Annotate | Download | only in autofill

Lines Matching refs:preferred_width

200       const int preferred_width = textfield->GetPreferredSize().width();
201 textfield->SetBounds(bounds.width() - preferred_width, bounds.y(),
202 preferred_width, bounds.height());