Searched refs:autofill_labels_ (Results 1 – 5 of 5) sorted by relevance
93 autofill_labels_ = autofill_labels; in OnGetAutocompleteSuggestions()176 autofill_labels_.push_back(base::string16()); in SendSuggestions()185 autofill_labels_, in SendSuggestions()191 autofill_labels_.clear(); in SendSuggestions()
78 std::vector<base::string16> autofill_labels_; variable
559 autofill_labels_ = autofill_labels; in OnSuggestionsReturned()575 ASSERT_EQ(expected_num_suggestions, autofill_labels_.size()); in CheckSuggestions()581 EXPECT_EQ(expected_labels[i], autofill_labels_[i]); in CheckSuggestions()608 std::vector<base::string16> autofill_labels_; member in autofill::__anonefbb5b310111::TestAutofillExternalDelegate
153 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()
75 std::vector<string16> autofill_labels_; variable