Searched defs:other_possible_usernames (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/common/
H A Dpassword_form_fill_data.h56 UsernamesCollection other_possible_usernames; member in struct:autofill::PasswordFormFillData
H A Dpassword_form.h117 std::vector<base::string16> other_possible_usernames; member in struct:autofill::PasswordForm
/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_form_conversion_utils.cc117 std::vector<base::string16> other_possible_usernames; local
139 // Remove the selected username from other_possible_usernames.
141 DCHECK(!other_possible_usernames.empty());
143 other_possible_usernames.back());
144 other_possible_usernames.pop_back();
156 // username, but will start collecting other_possible_usernames from
158 // unlike username_element, other_possible_usernames is used only for
162 other_possible_usernames.push_back(input_element->value());
171 other_possible_usernames.clear();
186 other_possible_usernames
[all...]

Completed in 179 milliseconds