Home | History | Annotate | Download | only in common

Lines Matching refs:username_value

25   form_on_page.username_value = ASCIIToUTF16("test@gmail.com");
39 preferred_match.username_value = ASCIIToUTF16("test@gmail.com");
88 form_on_page.username_value = ASCIIToUTF16("test@gmail.com");
102 preferred_match.username_value = ASCIIToUTF16("test@gmail.com");
117 exact_match.username_value = ASCIIToUTF16("test1@gmail.com");
132 public_suffix_match.username_value = ASCIIToUTF16("test2@gmail.com");
144 matches[exact_match.username_value] = &exact_match;
145 matches[public_suffix_match.username_value] = &public_suffix_match;
162 result.additional_logins.find(exact_match.username_value);
167 iter = result.additional_logins.find(public_suffix_match.username_value);