Searched defs:value_text_width (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/autofill/
H A Dautofill_popup_view_gtk.cc226 int value_text_width = controller_->GetNameFontForRow(index).GetStringWidth( local
238 entry_rect.width() - value_text_width - kEndPadding : kEndPadding;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_views.cc255 int value_text_width = controller_->GetNameFontForRow(index).GetStringWidth( local
258 entry_rect.width() - value_text_width - kEndPadding : kEndPadding;

Completed in 73 milliseconds