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

  /external/chromium_org/components/password_manager/core/browser/
password_manager_client.h 38 // Called when a password is autofilled. |best_matches| contains the
43 const autofill::PasswordFormMap& best_matches) const {}
45 // Called when password autofill is blocked by the blacklist. |best_matches|
50 const autofill::PasswordFormMap& best_matches) const {}
password_manager.cc 429 const PasswordFormMap& best_matches) const {
434 for (autofill::PasswordFormMap::const_iterator it = best_matches.begin();
435 it != best_matches.end();
466 const PasswordFormMap& best_matches,
469 PossiblyInitializeUsernamesExperiment(best_matches);
475 for (autofill::PasswordFormMap::const_iterator it = best_matches.begin();
476 !authentication_required && it != best_matches.end();
489 best_matches,
509 client_->PasswordWasAutofilled(best_matches);
password_manager.h 71 const autofill::PasswordFormMap& best_matches,
password_form_manager.h 150 const autofill::PasswordFormMap best_matches() const { function in class:password_manager::PasswordFormManager
210 // Helper for Save in the case that best_matches.size() == 0, meaning
220 // Helper for Save in the case that best_matches.size() > 0, meaning
password_form_manager_unittest.cc 86 const autofill::PasswordFormMap& best_matches,
89 best_matches_ = best_matches;
  /external/chromium_org/chrome/browser/password_manager/
chrome_password_manager_client.h 45 const autofill::PasswordFormMap& best_matches) const OVERRIDE;
47 const autofill::PasswordFormMap& best_matches) const OVERRIDE;
chrome_password_manager_client.cc 101 const autofill::PasswordFormMap& best_matches) const {
105 manage_passwords_ui_controller->OnPasswordAutofilled(best_matches);
109 const autofill::PasswordFormMap& best_matches) const {
113 controller->OnBlacklistBlockedAutofill(best_matches);
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_model.h 70 const autofill::PasswordFormMap& best_matches() const { function in class:ManagePasswordsBubbleModel
manage_passwords_ui_controller.h 86 const autofill::PasswordFormMap best_matches() const { function in class:ManagePasswordsUIController
manage_passwords_bubble_model.cc 34 best_matches_ = controller->best_matches();
manage_passwords_ui_controller.cc 70 password_form_map_ = form_manager_->best_matches();
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc 299 if (!parent_->model()->best_matches().empty()) {
301 parent_->model()->best_matches().begin());
302 i != parent_->model()->best_matches().end();
307 i == parent_->model()->best_matches().begin()
555 if (model()->best_matches().empty()) {

Completed in 519 milliseconds