Searched refs:extra_text (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.cc120 const base::string16& extra_text,
126 extra_text(extra_text),
115 SuggestionState( bool visible, const base::string16& vertically_compact_text, const base::string16& horizontally_compact_text, const gfx::Image& icon, const base::string16& extra_text, const gfx::Image& extra_icon) argument
H A Dautofill_dialog_types.h147 const base::string16& extra_text,
162 base::string16 extra_text; member in struct:autofill::SuggestionState
H A Dautofill_dialog_controller_unittest.cc2036 EXPECT_TRUE(suggestion_state.extra_text.empty());
2050 EXPECT_FALSE(suggestion_state.extra_text.empty());
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1112 sizing_view.SetTextfield(state_.extra_text, state_.extra_icon);
1148 SetTextfield(state_.extra_text, state_.extra_icon);

Completed in 112 milliseconds