OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_username
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/autofill/core/browser/
password_autofill_manager.cc
52
const base::string16&
current_username
,
55
if (fill_data.basic_data.fields[0].value ==
current_username
)
62
if (iter->first ==
current_username
)
71
if (usernames_iter->second[i] ==
current_username
)
password_autofill_manager.h
50
// Returns true if |
current_username
| matches a username for one of the
53
const base::string16&
current_username
,
/external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc
666
base::string16
current_username
= username_element->value();
local
672
if (DoUsernamesMatch(fill_data.basic_data.fields[0].value,
current_username
,
681
if (DoUsernamesMatch(iter->first,
current_username
,
695
if (DoUsernamesMatch(iter->second[i],
current_username
,
729
username_element->setSelectionRange(
current_username
.length(),
732
} else if (
current_username
!= username) {
Completed in 80 milliseconds