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

  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 191 usernames_usage_(NOTHING_TO_AUTOFILL),
388 if (usernames_usage_ != NOTHING_TO_AUTOFILL) {
390 usernames_usage_, OTHER_POSSIBLE_USERNAMES_MAX);
391 usernames_usage_ = NOTHING_TO_AUTOFILL;
501 if (usernames_usage_ == NOTHING_TO_AUTOFILL) {
503 usernames_usage_ = OTHER_POSSIBLE_USERNAMES_PRESENT;
504 else if (usernames_usage_ == NOTHING_TO_AUTOFILL)
505 usernames_usage_ = OTHER_POSSIBLE_USERNAMES_ABSENT;
579 usernames_usage_ = OTHER_POSSIBLE_USERNAME_SHOWN;
697 usernames_usage_ = OTHER_POSSIBLE_USERNAME_SELECTED
    [all...]
password_autofill_agent.h 151 OtherPossibleUsernamesUsage usernames_usage_; member in class:autofill::PasswordAutofillAgent

Completed in 30 milliseconds