Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dautocomplete_history_manager.cc153 autofill_labels_ = autofill_labels; in OnGetAutocompleteSuggestions()
232 autofill_labels_.push_back(string16()); in SendSuggestions()
242 autofill_labels_, in SendSuggestions()
248 autofill_labels_.clear(); in SendSuggestions()
Dautocomplete_history_manager.h75 std::vector<string16> autofill_labels_; variable