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

  /external/chromium_org/components/autofill/core/common/
password_form_fill_data.cc 69 !iter->second->other_possible_usernames.empty()) {
70 // Note that there may be overlap between other_possible_usernames and
71 // other saved usernames or with other other_possible_usernames. For now
78 result->other_possible_usernames[key] =
79 iter->second->other_possible_usernames;
password_form_fill_data.h 56 UsernamesCollection other_possible_usernames; member in struct:autofill::PasswordFormFillData
autofill_messages.h 93 IPC_STRUCT_TRAITS_MEMBER(other_possible_usernames)
  /external/chromium_org/components/autofill/core/browser/
password_autofill_manager.cc 73 = fill_data.other_possible_usernames.begin();
74 usernames_iter != fill_data.other_possible_usernames.end();
  /external/chromium_org/content/renderer/
password_form_conversion_utils.cc 25 password_form->other_possible_usernames.insert(
26 password_form->other_possible_usernames.begin(),
  /external/chromium_org/content/public/common/
password_form.h 116 std::vector<string16> other_possible_usernames; member in struct:content::PasswordForm
common_param_traits_macros.h 58 IPC_STRUCT_TRAITS_MEMBER(other_possible_usernames)
  /external/chromium_org/chrome/browser/password_manager/
password_form_manager_unittest.cc 93 saved_match_.other_possible_usernames.push_back(
367 // |other_possible_usernames| set anymore.
376 other_possible_usernames.size());
386 string16 new_username = saved_match()->other_possible_usernames[0];
396 // |other_possible_usernames| should also be empty, but username_value should
406 other_possible_usernames.size());
516 credentials.other_possible_usernames.push_back(ASCIIToUTF16("543-43-1234"));
517 credentials.other_possible_usernames.push_back(
519 credentials.other_possible_usernames.push_back(
528 EXPECT_THAT(credentials.other_possible_usernames, Eq(expected))
    [all...]
password_form_manager.cc 218 pending_credentials_.other_possible_usernames =
219 credentials.other_possible_usernames;
427 // reasons. Also remove duplicates, both in other_possible_usernames and
428 // between other_possible_usernames and username_value.
431 form->other_possible_usernames.begin();
432 it != form->other_possible_usernames.end(); ++it) {
438 form->other_possible_usernames.swap(temp);
481 pending_credentials_.other_possible_usernames.clear();
524 for (size_t i = 0; i < it->second->other_possible_usernames.size(); ++i) {
525 if (it->second->other_possible_usernames[i] == username)
    [all...]
login_database.cc 310 Pickle pickle = SerializeVector(form.other_possible_usernames);
340 Pickle pickle = SerializeVector(form.other_possible_usernames);
423 form->other_possible_usernames = DeserializeVector(pickle);
password_manager.cc 334 if (!it->second->other_possible_usernames.empty()) {
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 434 if (form_data.other_possible_usernames.size())
507 fill_data.other_possible_usernames.begin();
508 iter != fill_data.other_possible_usernames.end(); ++iter) {
588 fill_data.other_possible_usernames.begin();
589 iter != fill_data.other_possible_usernames.end(); ++iter) {
  /external/chromium_org/chrome/renderer/autofill/
password_autofill_agent_browsertest.cc 106 fill_data_.other_possible_usernames[key].push_back(alternate_username3_);
477 // Check that we complete other_possible_usernames as well.

Completed in 990 milliseconds