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

  /external/chromium_org/components/autofill/core/browser/
password_autofill_manager.cc 58 const base::string16& current_username,
61 if (fill_data.basic_data.fields[0].value == current_username)
68 if (iter->first == current_username)
77 if (usernames_iter->second[i] == current_username)
password_autofill_manager.h 52 // Returns true if |current_username| matches a username for one of the
55 const base::string16& current_username,
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 562 base::string16 current_username = username_element->value(); local
568 if (DoUsernamesMatch(fill_data.basic_data.fields[0].value, current_username,
577 if (DoUsernamesMatch(iter->first, current_username,
591 if (DoUsernamesMatch(iter->second[i], current_username,
611 username_element->setSelectionRange(current_username.length(),

Completed in 46 milliseconds