Searched refs:Autofill (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager.h71 virtual void Autofill(const autofill::PasswordForm& form_for_autofill,
H A Dpassword_manager.cc545 void PasswordManager::Autofill(const PasswordForm& form_for_autofill, function in class:password_manager::PasswordManager
H A Dpassword_form_manager.cc499 password_manager_->Autofill(observed_form_, best_matches_,
H A Dpassword_form_manager_unittest.cc97 virtual void Autofill(const autofill::PasswordForm& form_for_autofill,
109 // Marked mutable to get around constness of Autofill().
762 // only the first form will be sent to Autofill().
786 // well are generated. They should now be sent to Autofill().
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table.h32 // This class manages the various Autofill tables within the SQLite database
48 // autofill_profiles This table contains Autofill profile data added by the
49 // user with the Autofill dialog. Most of the columns are
113 // with the Autofill dialog. Most of the columns are
199 // Records a single Autofill profile in the autofill_profiles table.
260 // Empties the Autofill profiles "trash can".
294 FRIEND_TEST_ALL_PREFIXES(AutofillTableTest, Autofill);
H A Dautofill_table_unittest.cc143 TEST_F(AutofillTableTest, Autofill) {
1018 target_creditcard.set_origin("Interactive Autofill dialog");

Completed in 2030 milliseconds