Home | History | Annotate | Download | only in autofill

Lines Matching refs:SuggestionView

153 // This class handles layout for the first row of a SuggestionView.
1050 // AutofillDialogViews::SuggestionView -----------------------------------------
1052 AutofillDialogViews::SuggestionView::SuggestionView(
1087 AutofillDialogViews::SuggestionView::~SuggestionView() {}
1089 gfx::Size AutofillDialogViews::SuggestionView::GetPreferredSize() const {
1095 int AutofillDialogViews::SuggestionView::GetHeightForWidth(int width) const {
1101 bool AutofillDialogViews::SuggestionView::CanUseVerticallyCompactText(
1107 // paints we don't want, so create another SuggestionView to calculate
1109 SuggestionView sizing_view(NULL);
1136 void AutofillDialogViews::SuggestionView::OnBoundsChanged(
1141 void AutofillDialogViews::SuggestionView::SetState(
1152 void AutofillDialogViews::SuggestionView::SetLabelText(
1167 void AutofillDialogViews::SuggestionView::SetIcon(
1173 void AutofillDialogViews::SuggestionView::SetTextfield(
1181 void AutofillDialogViews::SuggestionView::UpdateLabelText() {
1910 group->suggested_info = new SuggestionView(this);