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 63 : best_matches_deleter_(&best_matches_),
160 if (!best_matches_.empty()) {
167 for (iter = best_matches_.begin(); iter != best_matches_.end(); ++iter) {
235 best_matches_.find(credentials.username_value);
236 if (it != best_matches_.end()) {
330 // they don't score as high as others and aren't added to best_matches_.
362 best_matches_[logins_result[i]->username_value] = logins_result[i];
366 // Note 'this' owns all the PasswordForms in best_matches_.
367 STLDeleteValues(&best_matches_);
    [all...]
password_form_manager.h 151 return best_matches_;
213 // the previously preferred login from |best_matches_| will be reset.
239 // password form in |best_matches_| and sets |pending_credentials_| to the
255 autofill::PasswordFormMap best_matches_; member in class:password_manager::PasswordFormManager
257 // Cleans up when best_matches_ goes out of scope.
285 // Convenience pointer to entry in best_matches_ that is marked
password_form_manager_unittest.cc 89 best_matches_ = best_matches;
93 return best_matches_;
98 mutable autofill::PasswordFormMap best_matches_; member in class:password_manager::__anon11075::TestPasswordManager
151 p->best_matches_[match->username_value] = match;
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_model.h 71 return best_matches_;
95 autofill::PasswordFormMap best_matches_; member in class:ManagePasswordsBubbleModel
manage_passwords_bubble_model.cc 34 best_matches_ = controller->best_matches();

Completed in 396 milliseconds