Home
last modified time | relevance | path

Searched refs:autofill_icons_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Dautocomplete_history_manager.cc154 autofill_icons_ = autofill_icons; in OnGetAutocompleteSuggestions()
233 autofill_icons_.push_back(string16()); in SendSuggestions()
243 autofill_icons_, in SendSuggestions()
249 autofill_icons_.clear(); in SendSuggestions()
Dautocomplete_history_manager.h76 std::vector<string16> autofill_icons_; variable