OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:best_matches_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_model.h
75
return
best_matches_
;
109
autofill::ConstPasswordFormMap
best_matches_
;
member in class:ManagePasswordsBubbleModel
/external/chromium_org/components/password_manager/core/browser/
password_form_manager.h
162
return
best_matches_
;
228
// the previously preferred login from |
best_matches_
| will be reset.
254
// password form in |
best_matches_
| and sets |pending_credentials_| to the
275
autofill::PasswordFormMap
best_matches_
;
member in class:password_manager::PasswordFormManager
277
// Cleans up when
best_matches_
goes out of scope.
305
// Convenience pointer to entry in
best_matches_
that is marked
password_form_manager_unittest.cc
101
best_matches_
= best_matches;
105
return
best_matches_
;
110
mutable autofill::PasswordFormMap
best_matches_
;
member in class:password_manager::__anon11302::TestPasswordManager
182
p->
best_matches_
[match->username_value] = match;
[
all
...]
Completed in 98 milliseconds