OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_matches_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/password_manager/
password_form_manager.cc
25
: best_matches_deleter_(&
best_matches_
),
115
if (!
best_matches_
.empty()) {
123
for (iter =
best_matches_
.begin(); iter !=
best_matches_
.end(); ++iter) {
163
best_matches_
.find(credentials.username_value);
164
if (it !=
best_matches_
.end()) {
231
// they don't score as high as others and aren't added to
best_matches_
.
253
best_matches_
[logins_result[i]->username_value] = logins_result[i];
257
// Note 'this' owns all the PasswordForms in
best_matches_
.
258
STLDeleteValues(&
best_matches_
);
[
all
...]
password_form_manager.h
148
// the previously preferred login from |
best_matches_
| will be reset.
174
webkit_glue::PasswordFormMap
best_matches_
;
member in class:PasswordFormManager
176
// Cleans up when
best_matches_
goes out of scope.
200
// Convenience pointer to entry in
best_matches_
that is marked
password_form_manager_unittest.cc
54
p->
best_matches_
[match->username_value] = match;
Completed in 48 milliseconds