HomeSort by relevance Sort by last modified time
    Searched defs:other_possible_usernames (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/autofill/content/renderer/
password_form_conversion_utils.cc 77 std::vector<base::string16> other_possible_usernames; local
99 // Remove the selected username from other_possible_usernames.
100 if (!other_possible_usernames.empty() &&
102 other_possible_usernames.resize(other_possible_usernames.size() - 1);
111 // other_possible_usernames is used only for autofill, not for form
114 other_possible_usernames.push_back(input_element->value());
147 password_form->other_possible_usernames.swap(other_possible_usernames);
  /external/chromium_org/components/autofill/core/common/
password_form_fill_data.h 56 UsernamesCollection other_possible_usernames; member in struct:autofill::PasswordFormFillData
password_form.h 117 std::vector<base::string16> other_possible_usernames; member in struct:autofill::PasswordForm

Completed in 183 milliseconds