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

  /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
  /external/chromium_org/components/password_manager/core/browser/
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;

Completed in 61 milliseconds