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

  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.cc 73 : best_matches_deleter_(&best_matches_),
170 if (!best_matches_.empty()) {
177 for (iter = best_matches_.begin(); iter != best_matches_.end(); ++iter) {
253 best_matches_.find(credentials.username_value);
254 if (it != best_matches_.end()) {
389 // they don't score as high as others and aren't added to best_matches_.
421 PasswordForm* old_form = best_matches_[logins_result[i]->username_value];
427 best_matches_[logins_result[i]->username_value] = logins_result[i];
431 // Note 'this' owns all the PasswordForms in best_matches_
    [all...]
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...]
  /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
manage_passwords_bubble_model.cc 68 best_matches_ = controller->best_matches();

Completed in 54 milliseconds