autofill          132 android_webview/browser/aw_browser_context.cc       autofill::prefs::kAutofillEnabled, false);
autofill          134 android_webview/browser/aw_browser_context.cc       autofill::prefs::kAutofillPositiveUploadRate, 0.0);
autofill          136 android_webview/browser/aw_browser_context.cc       autofill::prefs::kAutofillNegativeUploadRate, 0.0);
autofill           34 android_webview/browser/aw_form_database_service.cc       scoped_ptr<WebDatabaseTable>(new autofill::AutofillTable(
autofill           38 android_webview/browser/aw_form_database_service.cc   autofill_data_ = new autofill::AutofillWebDataService(
autofill           60 android_webview/browser/aw_form_database_service.cc scoped_refptr<autofill::AutofillWebDataService>
autofill           39 android_webview/browser/aw_form_database_service.h   scoped_refptr<autofill::AutofillWebDataService>
autofill           59 android_webview/browser/aw_form_database_service.h   scoped_refptr<autofill::AutofillWebDataService> autofill_data_;
autofill           19 android_webview/browser/aw_form_database_service_unittest.cc using autofill::AutofillWebDataService;
autofill           20 android_webview/browser/aw_form_database_service_unittest.cc using autofill::FormFieldData;
autofill           12 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java import org.chromium.ui.autofill.AutofillPopup;
autofill           13 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java import org.chromium.ui.autofill.AutofillSuggestion;
autofill           71 android_webview/native/aw_autofill_manager_delegate.cc autofill::PersonalDataManager*
autofill           76 android_webview/native/aw_autofill_manager_delegate.cc scoped_refptr<autofill::AutofillWebDataService>
autofill           91 android_webview/native/aw_autofill_manager_delegate.cc     base::WeakPtr<autofill::AutofillPopupDelegate> delegate) {
autofill          168 android_webview/native/aw_autofill_manager_delegate.cc     const std::vector<autofill::FormStructure*>& forms) {}
autofill          190 android_webview/native/aw_autofill_manager_delegate.cc     const autofill::AutofillMetrics& metric_logger,
autofill          196 android_webview/native/aw_autofill_manager_delegate.cc     const autofill::FormData& form,
autofill          198 android_webview/native/aw_autofill_manager_delegate.cc     const base::Callback<void(const autofill::FormStructure*)>& callback) {
autofill           19 android_webview/native/aw_autofill_manager_delegate.h namespace autofill {
autofill           50 android_webview/native/aw_autofill_manager_delegate.h     : public autofill::AutofillManagerDelegate,
autofill           60 android_webview/native/aw_autofill_manager_delegate.h   virtual autofill::PersonalDataManager* GetPersonalDataManager() OVERRIDE;
autofill           61 android_webview/native/aw_autofill_manager_delegate.h   virtual scoped_refptr<autofill::AutofillWebDataService>
autofill           67 android_webview/native/aw_autofill_manager_delegate.h       const autofill::AutofillMetrics& metric_logger,
autofill           70 android_webview/native/aw_autofill_manager_delegate.h       const autofill::FormData& form,
autofill           72 android_webview/native/aw_autofill_manager_delegate.h       const base::Callback<void(const autofill::FormStructure*)>& callback)
autofill           81 android_webview/native/aw_autofill_manager_delegate.h       base::WeakPtr<autofill::AutofillPopupDelegate> delegate) OVERRIDE;
autofill           88 android_webview/native/aw_autofill_manager_delegate.h       const std::vector<autofill::FormStructure*>& forms) OVERRIDE;
autofill          113 android_webview/native/aw_autofill_manager_delegate.h   base::WeakPtr<autofill::AutofillPopupDelegate> delegate_;
autofill           68 android_webview/native/aw_contents.cc using autofill::ContentAutofillDriver;
autofill           69 android_webview/native/aw_contents.cc using autofill::AutofillManager;
autofill          143 android_webview/renderer/aw_content_renderer_client.cc   autofill::PasswordAutofillAgent* password_autofill_agent =
autofill          144 android_webview/renderer/aw_content_renderer_client.cc       new autofill::PasswordAutofillAgent(render_view);
autofill          145 android_webview/renderer/aw_content_renderer_client.cc   new autofill::AutofillAgent(render_view, password_autofill_agent, NULL);
autofill            5 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerAndroid.java package org.chromium.chrome.browser.autofill;
autofill            5 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogResult.java package org.chromium.chrome.browser.autofill;
autofill            5 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillLogger.java package org.chromium.chrome.browser.autofill;
autofill            5 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java package org.chromium.chrome.browser.autofill;
autofill           12 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java import org.chromium.ui.autofill.AutofillPopup;
autofill           13 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java import org.chromium.ui.autofill.AutofillPopup.AutofillPopupDelegate;
autofill           14 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java import org.chromium.ui.autofill.AutofillSuggestion;
autofill            5 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java package org.chromium.chrome.browser.autofill;
autofill            5 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerTest.java package org.chromium.chrome.browser.autofill;
autofill            5 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java package org.chromium.chrome.browser.autofill;
autofill           15 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
autofill           24 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java import org.chromium.ui.autofill.AutofillPopup;
autofill            5 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java package org.chromium.chrome.browser.autofill;
autofill           18 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java import org.chromium.ui.autofill.AutofillPopup;
autofill           19 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java import org.chromium.ui.autofill.AutofillPopup.AutofillPopupDelegate;
autofill           20 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java import org.chromium.ui.autofill.AutofillSuggestion;
autofill            5 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java package org.chromium.chrome.browser.autofill;
autofill            8 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
autofill            9 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java import org.chromium.chrome.browser.autofill.PersonalDataManager.CreditCard;
autofill           10 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java import org.chromium.chrome.browser.autofill.PersonalDataManager.PersonalDataManagerObserver;
autofill            5 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/MockAutofillDialogController.java package org.chromium.chrome.browser.autofill;
autofill           10 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/MockAutofillDialogController.java import org.chromium.chrome.browser.autofill.AutofillDialogControllerAndroid.AutofillDialog;
autofill           11 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/MockAutofillDialogController.java import org.chromium.chrome.browser.autofill.AutofillDialogControllerAndroid.AutofillDialogDelegate;
autofill           12 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/MockAutofillDialogController.java import org.chromium.chrome.browser.autofill.AutofillDialogControllerAndroid.AutofillDialogFactory;
autofill            5 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java package org.chromium.chrome.browser.autofill;
autofill           10 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
autofill           11 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java import org.chromium.chrome.browser.autofill.PersonalDataManager.CreditCard;
autofill          715 chrome/browser/about_flags.cc     SINGLE_VALUE_TYPE(autofill::switches::kShowAutofillTypePredictions)
autofill         1138 chrome/browser/about_flags.cc     ENABLE_DISABLE_VALUE_TYPE(autofill::switches::kEnablePasswordGeneration,
autofill         1139 chrome/browser/about_flags.cc                               autofill::switches::kDisablePasswordGeneration)
autofill         1168 chrome/browser/about_flags.cc         autofill::switches::kWalletServiceUseSandbox, "1",
autofill         1169 chrome/browser/about_flags.cc         autofill::switches::kWalletServiceUseSandbox, "0")
autofill         1177 chrome/browser/about_flags.cc         autofill::switches::kEnableInteractiveAutocomplete,
autofill         1178 chrome/browser/about_flags.cc         autofill::switches::kDisableInteractiveAutocomplete)
autofill         1726 chrome/browser/about_flags.cc     SINGLE_VALUE_TYPE(autofill::switches::kDisableIgnoreAutocompleteOff)
autofill           87 chrome/browser/android/chrome_jni_registrar.cc   { "RegisterAuxiliaryProfileLoader", autofill::RegisterAutofillAndroidJni },
autofill           96 chrome/browser/android/chrome_jni_registrar.cc     autofill::AutofillDialogControllerAndroid::
autofill           99 chrome/browser/android/chrome_jni_registrar.cc     autofill::AutofillDialogResult::RegisterAutofillDialogResult },
autofill          101 chrome/browser/android/chrome_jni_registrar.cc     autofill::AutofillLoggerAndroid::Register },
autofill          103 chrome/browser/android/chrome_jni_registrar.cc     autofill::AutofillPopupViewAndroid::RegisterAutofillPopupViewAndroid },
autofill          145 chrome/browser/android/chrome_jni_registrar.cc     autofill::PersonalDataManagerAndroid::Register },
autofill           34 chrome/browser/android/password_ui_view_android.cc     const ScopedVector<autofill::PasswordForm>& password_list,
autofill           46 chrome/browser/android/password_ui_view_android.cc     const ScopedVector<autofill::PasswordForm>& password_exception_list) {
autofill           63 chrome/browser/android/password_ui_view_android.cc   const autofill::PasswordForm& form =
autofill           73 chrome/browser/android/password_ui_view_android.cc   const autofill::PasswordForm& form =
autofill           31 chrome/browser/android/password_ui_view_android.h       const ScopedVector<autofill::PasswordForm>& password_list,
autofill           34 chrome/browser/android/password_ui_view_android.h       const ScopedVector<autofill::PasswordForm>& password_exception_list)
autofill          290 chrome/browser/autofill/android/personal_data_manager_android.cc   return GetPrefs()->GetBoolean(autofill::prefs::kAutofillEnabled);
autofill          295 chrome/browser/autofill/android/personal_data_manager_android.cc   GetPrefs()->SetBoolean(autofill::prefs::kAutofillEnabled, enable);
autofill          300 chrome/browser/autofill/android/personal_data_manager_android.cc   return GetPrefs()->IsManagedPreference(autofill::prefs::kAutofillEnabled);
autofill           13 chrome/browser/autofill/android/personal_data_manager_android.h namespace autofill {
autofill          494 chrome/browser/autofill/autofill_browsertest.cc   ASSERT_FALSE(autofill::IsValidCreditCardNumber(ASCIIToUTF16(card)));
autofill          519 chrome/browser/autofill/autofill_browsertest.cc   ASSERT_TRUE(autofill::IsValidCreditCardNumber(cc1));
autofill          522 chrome/browser/autofill/autofill_browsertest.cc   ASSERT_TRUE(autofill::IsValidCreditCardNumber(cc2));
autofill          104 chrome/browser/autofill/autofill_cc_infobar_delegate.cc       GURL(autofill::kHelpURL), content::Referrer(),
autofill           20 chrome/browser/autofill/autofill_cc_infobar_delegate.h namespace autofill {
autofill           73 chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc   autofill::test::DisableSystemServices(profile()->GetPrefs());
autofill           78 chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc   autofill::TabAutofillManagerDelegate* manager_delegate =
autofill           79 chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc       autofill::TabAutofillManagerDelegate::FromWebContents(web_contents());
autofill           98 chrome/browser/autofill/autofill_interactive_uitest.cc     : public autofill::AutofillManagerTestDelegate {
autofill           30 chrome/browser/autofill/content_autofill_driver_browsertest.cc     : public autofill::TestAutofillManagerDelegate {
autofill           15 chrome/browser/autofill/personal_data_manager_factory.h namespace autofill {
autofill           22 chrome/browser/autofill/validation_rules_storage_factory.h namespace autofill {
autofill          364 chrome/browser/browsing_data/browsing_data_remover.cc     scoped_refptr<autofill::AutofillWebDataService> web_data_service =
autofill          379 chrome/browser/browsing_data/browsing_data_remover.cc       autofill::PersonalDataManager* data_manager =
autofill          380 chrome/browser/browsing_data/browsing_data_remover.cc           autofill::PersonalDataManagerFactory::GetForProfile(profile_);
autofill          526 chrome/browser/browsing_data/browsing_data_remover.cc     scoped_refptr<autofill::AutofillWebDataService> web_data_service =
autofill          544 chrome/browser/browsing_data/browsing_data_remover.cc       autofill::PersonalDataManager* data_manager =
autofill          545 chrome/browser/browsing_data/browsing_data_remover.cc           autofill::PersonalDataManagerFactory::GetForProfile(profile_);
autofill          448 chrome/browser/browsing_data/browsing_data_remover_unittest.cc class RemoveAutofillTester : public autofill::PersonalDataManagerObserver {
autofill          452 chrome/browser/browsing_data/browsing_data_remover_unittest.cc             autofill::PersonalDataManagerFactory::GetForProfile(profile)) {
autofill          453 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     autofill::test::DisableSystemServices(profile->GetPrefs());
autofill          468 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     const std::vector<autofill::AutofillProfile*>& profiles =
autofill          470 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     for (std::vector<autofill::AutofillProfile*>::const_iterator it =
autofill          477 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     const std::vector<autofill::CreditCard*>& credit_cards =
autofill          479 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     for (std::vector<autofill::CreditCard*>::const_iterator it =
autofill          492 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     std::vector<autofill::AutofillProfile> profiles;
autofill          493 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     autofill::AutofillProfile profile;
autofill          496 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.SetRawInfo(autofill::NAME_FIRST, base::ASCIIToUTF16("Bob"));
autofill          497 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.SetRawInfo(autofill::NAME_LAST, base::ASCIIToUTF16("Smith"));
autofill          498 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_ZIP, base::ASCIIToUTF16("94043"));
autofill          499 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.SetRawInfo(autofill::EMAIL_ADDRESS,
autofill          501 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.SetRawInfo(autofill::COMPANY_NAME, base::ASCIIToUTF16("Company X"));
autofill          511 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     std::vector<autofill::CreditCard> cards;
autofill          512 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     autofill::CreditCard card;
autofill          515 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     card.SetRawInfo(autofill::CREDIT_CARD_NUMBER,
autofill          532 chrome/browser/browsing_data/browsing_data_remover_unittest.cc   autofill::PersonalDataManager* personal_data_manager_;
autofill         1568 chrome/browser/chrome_content_browser_client.cc       autofill::switches::kDisableIgnoreAutocompleteOff,
autofill         1569 chrome/browser/chrome_content_browser_client.cc       autofill::switches::kDisableInteractiveAutocomplete,
autofill         1570 chrome/browser/chrome_content_browser_client.cc       autofill::switches::kDisablePasswordGeneration,
autofill         1571 chrome/browser/chrome_content_browser_client.cc       autofill::switches::kEnableInteractiveAutocomplete,
autofill         1572 chrome/browser/chrome_content_browser_client.cc       autofill::switches::kEnablePasswordGeneration,
autofill         1573 chrome/browser/chrome_content_browser_client.cc       autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration,
autofill           74 chrome/browser/extensions/api/preference/preference_api.cc     {"autofillEnabled", autofill::prefs::kAutofillEnabled,
autofill           38 chrome/browser/extensions/api/preference/preference_apitest.cc     EXPECT_TRUE(prefs->GetBoolean(autofill::prefs::kAutofillEnabled));
autofill           55 chrome/browser/extensions/api/preference/preference_apitest.cc     EXPECT_FALSE(prefs->GetBoolean(autofill::prefs::kAutofillEnabled));
autofill          100 chrome/browser/extensions/api/preference/preference_apitest.cc   prefs->SetBoolean(autofill::prefs::kAutofillEnabled, false);
autofill          230 chrome/browser/importer/external_process_importer_client.cc     const autofill::PasswordForm& form) {
autofill           26 chrome/browser/importer/external_process_importer_client.h namespace autofill {
autofill           79 chrome/browser/importer/external_process_importer_client.h   void OnPasswordFormImportReady(const autofill::PasswordForm& form);
autofill          133 chrome/browser/importer/firefox_importer_browsertest.cc   virtual void AddPasswordForm(const autofill::PasswordForm& form) OVERRIDE {
autofill          305 chrome/browser/importer/ie_importer_browsertest_win.cc   virtual void AddPasswordForm(const autofill::PasswordForm& form) {
autofill          423 chrome/browser/importer/ie_importer_browsertest_win.cc   virtual void AddPasswordForm(const autofill::PasswordForm& form) {}
autofill          249 chrome/browser/importer/in_process_importer_bridge.cc     const autofill::PasswordForm& form) {
autofill           62 chrome/browser/importer/in_process_importer_bridge.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           82 chrome/browser/importer/profile_writer.cc void ProfileWriter::AddPasswordForm(const autofill::PasswordForm& form) {
autofill           24 chrome/browser/importer/profile_writer.h namespace autofill {
autofill           45 chrome/browser/importer/profile_writer.h   virtual void AddPasswordForm(const autofill::PasswordForm& form);
autofill           70 chrome/browser/password_manager/chrome_password_manager_client.cc     const autofill::PasswordFormMap& best_matches) const {
autofill           81 chrome/browser/password_manager/chrome_password_manager_client.cc       scoped_ptr<autofill::PasswordFormFillData> fill_data) {
autofill          184 chrome/browser/password_manager/chrome_password_manager_client.cc     autofill::PasswordGenerationPopupObserver* observer) {
autofill          213 chrome/browser/password_manager/chrome_password_manager_client.cc     const autofill::PasswordForm& form) {
autofill          221 chrome/browser/password_manager/chrome_password_manager_client.cc       autofill::PasswordGenerationPopupControllerImpl::GetOrCreate(
autofill          236 chrome/browser/password_manager/chrome_password_manager_client.cc     const autofill::PasswordForm& form) {
autofill          242 chrome/browser/password_manager/chrome_password_manager_client.cc       autofill::PasswordGenerationPopupControllerImpl::GetOrCreate(
autofill          256 chrome/browser/password_manager/chrome_password_manager_client.cc     autofill::PasswordFormFillData* data) {
autofill           20 chrome/browser/password_manager/chrome_password_manager_client.h namespace autofill {
autofill           41 chrome/browser/password_manager/chrome_password_manager_client.h       const autofill::PasswordFormMap& best_matches) const OVERRIDE;
autofill           43 chrome/browser/password_manager/chrome_password_manager_client.h       scoped_ptr<autofill::PasswordFormFillData> fill_data) OVERRIDE;
autofill           67 chrome/browser/password_manager/chrome_password_manager_client.h   void SetTestObserver(autofill::PasswordGenerationPopupObserver* observer);
autofill           79 chrome/browser/password_manager/chrome_password_manager_client.h   void CommitFillPasswordForm(autofill::PasswordFormFillData* fill_data);
autofill           90 chrome/browser/password_manager/chrome_password_manager_client.h                                    const autofill::PasswordForm& form);
autofill           94 chrome/browser/password_manager/chrome_password_manager_client.h       const gfx::RectF& bounds, const autofill::PasswordForm& form);
autofill          101 chrome/browser/password_manager/chrome_password_manager_client.h   autofill::PasswordGenerationPopupObserver* observer_;
autofill          105 chrome/browser/password_manager/chrome_password_manager_client.h     autofill::PasswordGenerationPopupControllerImpl> popup_controller_;
autofill           29 chrome/browser/password_manager/native_backend_gnome_x.cc using autofill::PasswordForm;
autofill           18 chrome/browser/password_manager/native_backend_gnome_x.h namespace autofill {
autofill           84 chrome/browser/password_manager/native_backend_gnome_x.h   virtual bool AddLogin(const autofill::PasswordForm& form) OVERRIDE;
autofill           85 chrome/browser/password_manager/native_backend_gnome_x.h   virtual bool UpdateLogin(const autofill::PasswordForm& form) OVERRIDE;
autofill           86 chrome/browser/password_manager/native_backend_gnome_x.h   virtual bool RemoveLogin(const autofill::PasswordForm& form) OVERRIDE;
autofill           89 chrome/browser/password_manager/native_backend_gnome_x.h   virtual bool GetLogins(const autofill::PasswordForm& form,
autofill           99 chrome/browser/password_manager/native_backend_gnome_x.h   bool RawAddLogin(const autofill::PasswordForm& form);
autofill           22 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc using autofill::PasswordForm;
autofill           25 chrome/browser/password_manager/native_backend_kwallet_x.cc using autofill::PasswordForm;
autofill           47 chrome/browser/password_manager/native_backend_kwallet_x.cc bool CompareForms(const autofill::PasswordForm& a,
autofill           48 chrome/browser/password_manager/native_backend_kwallet_x.cc                   const autofill::PasswordForm& b,
autofill          715 chrome/browser/password_manager/native_backend_kwallet_x.cc     autofill::SerializeFormData(form->form_data, pickle);
autofill          790 chrome/browser/password_manager/native_backend_kwallet_x.cc           !autofill::DeserializeFormData(&iter, &form->form_data)) {
autofill           20 chrome/browser/password_manager/native_backend_kwallet_x.h namespace autofill {
autofill           43 chrome/browser/password_manager/native_backend_kwallet_x.h   virtual bool AddLogin(const autofill::PasswordForm& form) OVERRIDE;
autofill           44 chrome/browser/password_manager/native_backend_kwallet_x.h   virtual bool UpdateLogin(const autofill::PasswordForm& form) OVERRIDE;
autofill           45 chrome/browser/password_manager/native_backend_kwallet_x.h   virtual bool RemoveLogin(const autofill::PasswordForm& form) OVERRIDE;
autofill           48 chrome/browser/password_manager/native_backend_kwallet_x.h   virtual bool GetLogins(const autofill::PasswordForm& form,
autofill           29 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc using autofill::PasswordForm;
autofill           25 chrome/browser/password_manager/password_generation_interactive_uitest.cc class TestPopupObserver : public autofill::PasswordGenerationPopupObserver {
autofill           55 chrome/browser/password_manager/password_generation_interactive_uitest.cc     command_line->AppendSwitch(autofill::switches::kEnablePasswordGeneration);
autofill           59 chrome/browser/password_manager/password_generation_interactive_uitest.cc         autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration);
autofill           65 chrome/browser/password_manager/password_generation_interactive_uitest.cc     autofill::test::DisableSystemServices(browser()->profile()->GetPrefs());
autofill          446 chrome/browser/password_manager/password_manager_browsertest.cc   autofill::test::DisableSystemServices(browser()->profile()->GetPrefs());
autofill           28 chrome/browser/password_manager/password_store_mac.cc using autofill::PasswordForm;
autofill          764 chrome/browser/password_manager/password_store_mac.cc         autofill::PasswordForm::Scheme scheme,
autofill          977 chrome/browser/password_manager/password_store_mac.cc     const autofill::PasswordForm& form,
autofill         1079 chrome/browser/password_manager/password_store_mac.cc     const autofill::PasswordForm& form) {
autofill           51 chrome/browser/password_manager/password_store_mac.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           53 chrome/browser/password_manager/password_store_mac.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           55 chrome/browser/password_manager/password_store_mac.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           59 chrome/browser/password_manager/password_store_mac.h       const autofill::PasswordForm& form,
autofill           65 chrome/browser/password_manager/password_store_mac.h       std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
autofill           67 chrome/browser/password_manager/password_store_mac.h       std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
autofill           72 chrome/browser/password_manager/password_store_mac.h   bool AddToKeychainIfNecessary(const autofill::PasswordForm& form);
autofill           77 chrome/browser/password_manager/password_store_mac.h       const autofill::PasswordForm& form);
autofill           82 chrome/browser/password_manager/password_store_mac.h   std::vector<autofill::PasswordForm*> GetUnusedKeychainForms();
autofill           86 chrome/browser/password_manager/password_store_mac.h       const std::vector<autofill::PasswordForm*>& forms);
autofill           90 chrome/browser/password_manager/password_store_mac.h       const std::vector<autofill::PasswordForm*>& forms);
autofill           29 chrome/browser/password_manager/password_store_mac_internal.h   std::vector<autofill::PasswordForm*> PasswordsFillingForm(
autofill           31 chrome/browser/password_manager/password_store_mac_internal.h       autofill::PasswordForm::Scheme scheme);
autofill           37 chrome/browser/password_manager/password_store_mac_internal.h   autofill::PasswordForm* PasswordExactlyMatchingForm(
autofill           38 chrome/browser/password_manager/password_store_mac_internal.h       const autofill::PasswordForm& query_form);
autofill           46 chrome/browser/password_manager/password_store_mac_internal.h       const autofill::PasswordForm& query_form);
autofill           53 chrome/browser/password_manager/password_store_mac_internal.h   std::vector<autofill::PasswordForm*> GetAllPasswordFormPasswords();
autofill           58 chrome/browser/password_manager/password_store_mac_internal.h   bool AddPassword(const autofill::PasswordForm& form);
autofill           62 chrome/browser/password_manager/password_store_mac_internal.h   bool RemovePassword(const autofill::PasswordForm& form);
autofill           72 chrome/browser/password_manager/password_store_mac_internal.h   std::vector<autofill::PasswordForm*> ConvertKeychainItemsToForms(
autofill           79 chrome/browser/password_manager/password_store_mac_internal.h       const autofill::PasswordForm& form);
autofill           87 chrome/browser/password_manager/password_store_mac_internal.h       autofill::PasswordForm::Scheme scheme,
autofill           93 chrome/browser/password_manager/password_store_mac_internal.h       autofill::PasswordForm::Scheme scheme);
autofill          123 chrome/browser/password_manager/password_store_mac_internal.h typedef std::pair<SecKeychainItemRef*, autofill::PasswordForm*> ItemFormPair;
autofill          143 chrome/browser/password_manager/password_store_mac_internal.h                                       autofill::PasswordForm* form,
autofill          158 chrome/browser/password_manager/password_store_mac_internal.h bool FormsMatchForMerge(const autofill::PasswordForm& form_a,
autofill          159 chrome/browser/password_manager/password_store_mac_internal.h                         const autofill::PasswordForm& form_b,
autofill          172 chrome/browser/password_manager/password_store_mac_internal.h     std::vector<autofill::PasswordForm*>* keychain_forms,
autofill          173 chrome/browser/password_manager/password_store_mac_internal.h     std::vector<autofill::PasswordForm*>* database_forms,
autofill          174 chrome/browser/password_manager/password_store_mac_internal.h     std::vector<autofill::PasswordForm*>* merged_forms);
autofill          179 chrome/browser/password_manager/password_store_mac_internal.h std::vector<autofill::PasswordForm*> GetPasswordsForForms(
autofill          181 chrome/browser/password_manager/password_store_mac_internal.h     std::vector<autofill::PasswordForm*>* database_forms);
autofill          208 chrome/browser/password_manager/password_store_mac_internal.h bool FormIsValidAndMatchesOtherForm(const autofill::PasswordForm& query_form,
autofill          209 chrome/browser/password_manager/password_store_mac_internal.h                                     const autofill::PasswordForm& other_form);
autofill          214 chrome/browser/password_manager/password_store_mac_internal.h std::vector<autofill::PasswordForm*> ExtractPasswordsMergeableWithForm(
autofill          217 chrome/browser/password_manager/password_store_mac_internal.h     const autofill::PasswordForm& query_form);
autofill           21 chrome/browser/password_manager/password_store_mac_unittest.cc using autofill::PasswordForm;
autofill           38 chrome/browser/password_manager/password_store_mac_unittest.cc                void(const std::vector<autofill::PasswordForm*>&));
autofill           40 chrome/browser/password_manager/password_store_mac_unittest.cc   void CopyElements(const std::vector<autofill::PasswordForm*>& forms) {
autofill           19 chrome/browser/password_manager/password_store_win.cc using autofill::PasswordForm;
autofill           57 chrome/browser/password_manager/password_store_win.cc   std::vector<autofill::PasswordForm*> GetIE7Results(
autofill          120 chrome/browser/password_manager/password_store_win.cc         PasswordForm* autofill = new PasswordForm();
autofill          121 chrome/browser/password_manager/password_store_win.cc         autofill->username_value = credentials[i].username;
autofill          122 chrome/browser/password_manager/password_store_win.cc         autofill->password_value = credentials[i].password;
autofill          123 chrome/browser/password_manager/password_store_win.cc         autofill->signon_realm = form.signon_realm;
autofill          124 chrome/browser/password_manager/password_store_win.cc         autofill->origin = form.origin;
autofill          125 chrome/browser/password_manager/password_store_win.cc         autofill->preferred = true;
autofill          126 chrome/browser/password_manager/password_store_win.cc         autofill->ssl_valid = form.origin.SchemeIsSecure();
autofill          127 chrome/browser/password_manager/password_store_win.cc         autofill->date_created = info.date_created;
autofill          129 chrome/browser/password_manager/password_store_win.cc         matching_forms.push_back(autofill);
autofill          132 chrome/browser/password_manager/password_store_win.cc         password_store_->AddLoginImpl(*autofill);
autofill          155 chrome/browser/password_manager/password_store_win.cc     callback_runner.Run(std::vector<autofill::PasswordForm*>());
autofill          160 chrome/browser/password_manager/password_store_win.cc   std::vector<autofill::PasswordForm*> matched_forms =
autofill          195 chrome/browser/password_manager/password_store_win.cc     const std::vector<autofill::PasswordForm*>& matched_forms) {
autofill           14 chrome/browser/password_manager/password_store_win.h namespace autofill {
autofill           41 chrome/browser/password_manager/password_store_win.h       const autofill::PasswordForm& form,
autofill           46 chrome/browser/password_manager/password_store_win.h     const autofill::PasswordForm& form,
autofill           48 chrome/browser/password_manager/password_store_win.h     const std::vector<autofill::PasswordForm*>& matched_forms);
autofill           32 chrome/browser/password_manager/password_store_win_unittest.cc using autofill::PasswordForm;
autofill           44 chrome/browser/password_manager/password_store_win_unittest.cc                void(const std::vector<autofill::PasswordForm*>&));
autofill           22 chrome/browser/password_manager/password_store_x.cc using autofill::PasswordForm;
autofill          114 chrome/browser/password_manager/password_store_x.cc     const autofill::PasswordForm& form,
autofill          118 chrome/browser/password_manager/password_store_x.cc   std::vector<autofill::PasswordForm*> matched_forms;
autofill           34 chrome/browser/password_manager/password_store_x.h     typedef std::vector<autofill::PasswordForm*> PasswordFormList;
autofill           40 chrome/browser/password_manager/password_store_x.h     virtual bool AddLogin(const autofill::PasswordForm& form) = 0;
autofill           41 chrome/browser/password_manager/password_store_x.h     virtual bool UpdateLogin(const autofill::PasswordForm& form) = 0;
autofill           42 chrome/browser/password_manager/password_store_x.h     virtual bool RemoveLogin(const autofill::PasswordForm& form) = 0;
autofill           45 chrome/browser/password_manager/password_store_x.h     virtual bool GetLogins(const autofill::PasswordForm& form,
autofill           68 chrome/browser/password_manager/password_store_x.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           70 chrome/browser/password_manager/password_store_x.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           72 chrome/browser/password_manager/password_store_x.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           76 chrome/browser/password_manager/password_store_x.h       const autofill::PasswordForm& form,
autofill           82 chrome/browser/password_manager/password_store_x.h       std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
autofill           84 chrome/browser/password_manager/password_store_x.h       std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
autofill           29 chrome/browser/password_manager/password_store_x_unittest.cc using autofill::PasswordForm;
autofill          259 chrome/browser/prefs/browser_prefs.cc   autofill::AutofillDialogController::RegisterPrefs(registry);
autofill          342 chrome/browser/prefs/browser_prefs.cc   autofill::AutofillManager::RegisterProfilePrefs(registry);
autofill          381 chrome/browser/prefs/browser_prefs.cc   autofill::AutofillDialogController::RegisterProfilePrefs(registry);
autofill          419 chrome/browser/prefs/browser_prefs.cc   autofill::GeneratedCreditCardBubbleController::RegisterUserPrefs(registry);
autofill          184 chrome/browser/prerender/prerender_tab_helper.cc void PrerenderTabHelper::PasswordSubmitted(const autofill::PasswordForm& form) {
autofill           19 chrome/browser/prerender/prerender_tab_helper.h namespace autofill {
autofill           74 chrome/browser/prerender/prerender_tab_helper.h   void PasswordSubmitted(const autofill::PasswordForm& form);
autofill          151 chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc   autofill::PersonalDataManagerFactory::GetInstance();
autofill           67 chrome/browser/sync/glue/autofill_data_type_controller.cc   autofill::AutofillWebDataService* web_data_service =
autofill           15 chrome/browser/sync/glue/autofill_data_type_controller.h namespace autofill {
autofill           31 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc using autofill::AutofillWebDataService;
autofill           32 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc using autofill::AutofillWebDataBackend;
autofill           49 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc       autofill::AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE {}
autofill           51 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc       autofill::AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE {}
autofill           21 chrome/browser/sync/glue/autofill_profile_data_type_controller.cc using autofill::AutofillWebDataService;
autofill           58 chrome/browser/sync/glue/autofill_profile_data_type_controller.cc   autofill::AutofillWebDataService* web_data_service =
autofill           90 chrome/browser/sync/glue/autofill_profile_data_type_controller.cc       autofill::PersonalDataManagerFactory::GetForProfile(profile());
autofill           96 chrome/browser/sync/glue/autofill_profile_data_type_controller.cc   autofill::AutofillWebDataService* web_data_service =
autofill           14 chrome/browser/sync/glue/autofill_profile_data_type_controller.h namespace autofill {
autofill           22 chrome/browser/sync/glue/autofill_profile_data_type_controller.h       public autofill::PersonalDataManagerObserver {
autofill           50 chrome/browser/sync/glue/autofill_profile_data_type_controller.h   autofill::PersonalDataManager* personal_data_;
autofill          489 chrome/browser/sync/profile_sync_components_factory_impl.cc         return autofill::AutofillProfileSyncableService::FromWebDataService(
autofill           86 chrome/browser/sync/profile_sync_components_factory_impl.h   scoped_refptr<autofill::AutofillWebDataService> web_data_service_;
autofill           71 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillChange;
autofill           72 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillChangeList;
autofill           73 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillEntry;
autofill           74 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::ServerFieldType;
autofill           75 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillKey;
autofill           76 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillProfile;
autofill           77 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillProfileChange;
autofill           78 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillProfileSyncableService;
autofill           79 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillTable;
autofill           80 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillWebDataService;
autofill           81 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::PersonalDataManager;
autofill          161 chrome/browser/sync/profile_sync_service_autofill_unittest.cc class MockAutofillBackend : public autofill::AutofillWebDataBackend {
autofill          173 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       autofill::AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE {}
autofill          175 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       autofill::AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE {}
autofill          341 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   scoped_ptr<autofill::AutofillWebDataBackend> backend_;
autofill          524 chrome/browser/sync/profile_sync_service_autofill_unittest.cc         autofill::PersonalDataManagerFactory::GetInstance()
autofill          636 chrome/browser/sync/profile_sync_service_autofill_unittest.cc     if (autofill_root.InitByTagLookup(autofill::kAutofillProfileTag) !=
autofill          672 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       const sync_pb::AutofillSpecifics& autofill(
autofill          674 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       if (autofill.has_value()) {
autofill          675 chrome/browser/sync/profile_sync_service_autofill_unittest.cc         AutofillKey key(base::UTF8ToUTF16(autofill.name()),
autofill          676 chrome/browser/sync/profile_sync_service_autofill_unittest.cc                         base::UTF8ToUTF16(autofill.value()));
autofill          678 chrome/browser/sync/profile_sync_service_autofill_unittest.cc         int timestamps_count = autofill.usage_timestamp_size();
autofill          681 chrome/browser/sync/profile_sync_service_autofill_unittest.cc               autofill.usage_timestamp(i)));
autofill          685 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       } else if (autofill.has_profile()) {
autofill          687 chrome/browser/sync/profile_sync_service_autofill_unittest.cc         p.set_guid(autofill.profile().guid());
autofill          689 chrome/browser/sync/profile_sync_service_autofill_unittest.cc             autofill.profile(), &p, "en-US");
autofill          701 chrome/browser/sync/profile_sync_service_autofill_unittest.cc     if (autofill_root.InitByTagLookup(autofill::kAutofillProfileTag) !=
autofill          712 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       const sync_pb::AutofillProfileSpecifics& autofill(
autofill          715 chrome/browser/sync/profile_sync_service_autofill_unittest.cc         p.set_guid(autofill.guid());
autofill          717 chrome/browser/sync/profile_sync_service_autofill_unittest.cc             autofill, &p, "en-US");
autofill          988 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   autofill::test::SetProfileInfoWithGuid(profile0,
autofill         1094 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   autofill::test::SetProfileInfoWithGuid(&sync_profile,
autofill         1101 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   autofill::test::SetProfileInfoWithGuid(native_profile,
autofill         1131 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   autofill::test::SetProfileInfoWithGuid(&sync_profile,
autofill         1139 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   autofill::test::SetProfileInfoWithGuid(native_profile,
autofill         1174 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       IncludesField(new_sync_profiles[0], sync_profile, autofill::NAME_FULL));
autofill         1176 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       new_sync_profiles[0], sync_profile, autofill::EMAIL_ADDRESS));
autofill         1178 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       new_sync_profiles[0], sync_profile, autofill::PHONE_HOME_WHOLE_NUMBER));
autofill         1184 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   autofill::test::SetProfileInfoWithGuid(&sync_profile,
autofill         1192 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   autofill::test::SetProfileInfoWithGuid(native_profile,
autofill         1260 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   autofill::test::SetProfileInfoWithGuid(&added_profile,
autofill         1335 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   autofill::test::SetProfileInfoWithGuid(&sync_profile,
autofill         1340 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   autofill::test::SetProfileInfoWithGuid(native_profile,
autofill           62 chrome/browser/sync/profile_sync_service_factory.cc   DependsOn(autofill::PersonalDataManagerFactory::GetInstance());
autofill           26 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::AutofillChangeList;
autofill           27 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::AutofillEntry;
autofill           28 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::AutofillKey;
autofill           29 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::AutofillProfile;
autofill           30 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::AutofillTable;
autofill           31 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::AutofillType;
autofill           32 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::AutofillWebDataService;
autofill           33 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::AutofillWebDataServiceObserverOnDBThread;
autofill           34 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::CreditCard;
autofill           35 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::FormFieldData;
autofill           36 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::PersonalDataManager;
autofill           37 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::PersonalDataManagerObserver;
autofill          136 chrome/browser/sync/test/integration/autofill_helper.cc       autofill::test::SetProfileInfoWithGuid(&profile,
autofill          144 chrome/browser/sync/test/integration/autofill_helper.cc       autofill::test::SetProfileInfoWithGuid(&profile,
autofill          152 chrome/browser/sync/test/integration/autofill_helper.cc       autofill::test::SetProfileInfoWithGuid(&profile,
autofill          159 chrome/browser/sync/test/integration/autofill_helper.cc       autofill::test::SetProfileInfoWithGuid(&profile,
autofill          173 chrome/browser/sync/test/integration/autofill_helper.cc   return autofill::PersonalDataManagerFactory::GetForProfile(
autofill           17 chrome/browser/sync/test/integration/autofill_helper.h namespace autofill {
autofill           37 chrome/browser/sync/test/integration/autofill_helper.h scoped_refptr<autofill::AutofillWebDataService> GetWebDataService(
autofill           41 chrome/browser/sync/test/integration/autofill_helper.h autofill::PersonalDataManager* GetPersonalDataManager(
autofill           46 chrome/browser/sync/test/integration/autofill_helper.h void AddKeys(int profile, const std::set<autofill::AutofillKey>& keys);
autofill           50 chrome/browser/sync/test/integration/autofill_helper.h void RemoveKey(int profile, const autofill::AutofillKey& key);
autofill           56 chrome/browser/sync/test/integration/autofill_helper.h std::set<autofill::AutofillEntry> GetAllKeys(int profile) WARN_UNUSED_RESULT;
autofill           65 chrome/browser/sync/test/integration/autofill_helper.h                  std::vector<autofill::AutofillProfile>* autofill_profiles);
autofill           70 chrome/browser/sync/test/integration/autofill_helper.h                     std::vector<autofill::CreditCard>* credit_cards);
autofill           73 chrome/browser/sync/test/integration/autofill_helper.h void AddProfile(int profile, const autofill::AutofillProfile& autofill_profile);
autofill           83 chrome/browser/sync/test/integration/autofill_helper.h                    const autofill::AutofillType& type,
autofill           88 chrome/browser/sync/test/integration/autofill_helper.h const std::vector<autofill::AutofillProfile*>& GetAllProfiles(
autofill          107 chrome/browser/sync/test/integration/autofill_helper.h autofill::AutofillProfile CreateAutofillProfile(ProfileType type);
autofill           17 chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc using autofill::PasswordForm;
autofill           22 chrome/browser/sync/test/integration/passwords_helper.cc using autofill::PasswordForm;
autofill           22 chrome/browser/sync/test/integration/passwords_helper.h void AddLogin(PasswordStore* store, const autofill::PasswordForm& form);
autofill           26 chrome/browser/sync/test/integration/passwords_helper.h void UpdateLogin(PasswordStore* store, const autofill::PasswordForm& form);
autofill           32 chrome/browser/sync/test/integration/passwords_helper.h                std::vector<autofill::PasswordForm>& matches);
autofill           36 chrome/browser/sync/test/integration/passwords_helper.h void RemoveLogin(PasswordStore* store, const autofill::PasswordForm& form);
autofill           82 chrome/browser/sync/test/integration/passwords_helper.h autofill::PasswordForm CreateTestPasswordForm(int index);
autofill           16 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc using autofill::ServerFieldType;
autofill           17 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc using autofill::AutofillKey;
autofill           18 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc using autofill::AutofillProfile;
autofill          106 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc     autofill_profiles.back().SetRawInfo(autofill::NAME_FIRST,
autofill          127 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   autofill::test::SetProfileInfoWithGuid(&profile, NextGUID().c_str(),
autofill           37 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc   autofill::PasswordForm NextLogin();
autofill           53 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc   std::vector<autofill::PasswordForm> logins;
autofill           55 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc   for (std::vector<autofill::PasswordForm>::iterator it = logins.begin();
autofill           66 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc autofill::PasswordForm PasswordsSyncPerfTest::NextLogin() {
autofill           20 chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc using autofill::PasswordForm;
autofill           17 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc using autofill::AutofillKey;
autofill           18 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc using autofill::AutofillTable;
autofill           19 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc using autofill::AutofillProfile;
autofill           20 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc using autofill::AutofillType;
autofill           21 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc using autofill::CreditCard;
autofill           22 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc using autofill::PersonalDataManager;
autofill          192 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::NAME_FIRST),
autofill          225 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc   profile1.SetRawInfo(autofill::PHONE_HOME_WHOLE_NUMBER,
autofill          312 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::NAME_FIRST),
autofill          316 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::EMAIL_ADDRESS),
autofill          336 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::NAME_FIRST),
autofill          341 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::NAME_FIRST),
autofill          411 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::NAME_FIRST),
autofill          415 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::NAME_LAST),
autofill          419 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::EMAIL_ADDRESS),
autofill          423 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::ADDRESS_HOME_LINE1),
autofill          444 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::NAME_FIRST),
autofill          448 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::NAME_LAST),
autofill          452 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::EMAIL_ADDRESS),
autofill          456 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc                 AutofillType(autofill::ADDRESS_HOME_LINE1),
autofill          471 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc   card.SetRawInfo(autofill::CREDIT_CARD_NUMBER,
autofill           31 chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc using autofill::PasswordForm;
autofill          221 chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc   ASSERT_TRUE(BooleanPrefMatches(autofill::prefs::kAutofillEnabled));
autofill          223 chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc   ChangeBooleanPref(0, autofill::prefs::kAutofillEnabled);
autofill          225 chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc   ASSERT_TRUE(BooleanPrefMatches(autofill::prefs::kAutofillEnabled));
autofill          371 chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc       BooleanPrefMatches(autofill::prefs::kAutofillAuxiliaryProfilesEnabled));
autofill          373 chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc   ChangeBooleanPref(0, autofill::prefs::kAutofillAuxiliaryProfilesEnabled);
autofill          379 chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc       BooleanPrefMatches(autofill::prefs::kAutofillAuxiliaryProfilesEnabled));
autofill          382 chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc       BooleanPrefMatches(autofill::prefs::kAutofillAuxiliaryProfilesEnabled));
autofill           18 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h namespace autofill {
autofill           14 chrome/browser/ui/android/autofill/autofill_dialog_result.h namespace autofill {
autofill           20 chrome/browser/ui/android/autofill/autofill_dialog_result.h namespace autofill {
autofill           12 chrome/browser/ui/android/autofill/autofill_logger_android.h namespace autofill {
autofill           18 chrome/browser/ui/android/autofill/autofill_popup_view_android.h namespace autofill {
autofill           20 chrome/browser/ui/autofill/account_chooser_model.h namespace autofill {
autofill           12 chrome/browser/ui/autofill/autofill_dialog_common.h namespace autofill {
autofill           20 chrome/browser/ui/autofill/autofill_dialog_common.h namespace autofill {
autofill           27 chrome/browser/ui/autofill/autofill_dialog_controller.h namespace autofill {
autofill          317 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc     autofill::test::DisableSystemServices(browser()->profile()->GetPrefs());
autofill          890 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc       autofill::IsValidCreditCardExpirationDate(
autofill          721 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       new autofill::ChromeDownloaderImpl(profile_->GetRequestContext()));
autofill         1807 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       if (!value.empty() && !autofill::IsValidCreditCardSecurityCode(value)) {
autofill         1922 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     if (!autofill::IsValidCreditCardSecurityCode(
autofill         3384 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   if (!number.empty() && !autofill::IsValidCreditCardNumber(number)) {
autofill         3428 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   if (!autofill::IsValidCreditCardExpirationDate(year, month, now))
autofill           54 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h namespace autofill {
autofill           23 chrome/browser/ui/autofill/autofill_dialog_i18n_input.h namespace autofill {
autofill           17 chrome/browser/ui/autofill/autofill_dialog_models.h namespace autofill {
autofill           13 chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h namespace autofill {
autofill           15 chrome/browser/ui/autofill/autofill_dialog_types.cc bool IsSureError(const autofill::ValidityMessage& message) {
autofill           23 chrome/browser/ui/autofill/autofill_dialog_types.h namespace autofill {
autofill           19 chrome/browser/ui/autofill/autofill_dialog_view.h namespace autofill {
autofill           37 chrome/browser/ui/autofill/autofill_dialog_view_delegate.h namespace autofill {
autofill           18 chrome/browser/ui/autofill/autofill_dialog_view_tester.h namespace autofill {
autofill           21 chrome/browser/ui/autofill/autofill_popup_controller.h namespace autofill {
autofill           18 chrome/browser/ui/autofill/autofill_popup_controller_impl.h namespace autofill {
autofill           57 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc     : public autofill::TestAutofillManagerDelegate {
autofill           60 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc       : prefs_(autofill::test::PrefServiceForTesting()) {
autofill          246 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   autofill::GenerateTestAutofillPopup(external_delegate_.get());
autofill          278 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   autofill::GenerateTestAutofillPopup(external_delegate_.get());
autofill           18 chrome/browser/ui/autofill/autofill_popup_view.h namespace autofill {
autofill           19 chrome/browser/ui/autofill/autofill_popup_view_delegate.h namespace autofill {
autofill           17 chrome/browser/ui/autofill/country_combobox_model.h namespace autofill {
autofill           27 chrome/browser/ui/autofill/data_model_wrapper.h namespace autofill {
autofill           32 chrome/browser/ui/autofill/generated_credit_card_bubble_controller.cc     autofill::GeneratedCreditCardBubbleController);
autofill           27 chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h namespace autofill {
autofill           10 chrome/browser/ui/autofill/generated_credit_card_bubble_view.h namespace autofill {
autofill           10 chrome/browser/ui/autofill/loading_animation.h namespace autofill {
autofill           13 chrome/browser/ui/autofill/mock_address_validator.h namespace autofill {
autofill           13 chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h namespace autofill {
autofill           11 chrome/browser/ui/autofill/mock_new_credit_card_bubble_controller.h namespace autofill {
autofill           21 chrome/browser/ui/autofill/new_credit_card_bubble_controller.h namespace autofill {
autofill           10 chrome/browser/ui/autofill/new_credit_card_bubble_view.h namespace autofill {
autofill           16 chrome/browser/ui/autofill/password_generation_popup_controller.h namespace autofill {
autofill           28 chrome/browser/ui/autofill/password_generation_popup_controller_impl.h namespace autofill {
autofill            8 chrome/browser/ui/autofill/password_generation_popup_observer.h namespace autofill {
autofill            8 chrome/browser/ui/autofill/password_generation_popup_view.h namespace autofill {
autofill            8 chrome/browser/ui/autofill/popup_constants.h namespace autofill {
autofill           23 chrome/browser/ui/autofill/popup_controller_common.h namespace autofill {
autofill           34 chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc DEFINE_WEB_CONTENTS_USER_DATA_KEY(autofill::TabAutofillManagerDelegate);
autofill          176 chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc     const std::vector<autofill::FormStructure*>& forms) {
autofill           22 chrome/browser/ui/autofill/tab_autofill_manager_delegate.h namespace autofill {
autofill           67 chrome/browser/ui/autofill/tab_autofill_manager_delegate.h       const std::vector<autofill::FormStructure*>& forms) OVERRIDE;
autofill           12 chrome/browser/ui/autofill/test_generated_credit_card_bubble_controller.h namespace autofill {
autofill           13 chrome/browser/ui/autofill/test_generated_credit_card_bubble_view.h namespace autofill {
autofill           12 chrome/browser/ui/autofill/test_popup_controller_common.h namespace autofill {
autofill          440 chrome/browser/ui/browser.cc         autofill::PersonalDataManagerFactory::GetForProfile(profile_));
autofill         1046 chrome/browser/ui/browser.cc   autofill::TabAutofillManagerDelegate::FromWebContents(new_contents)->
autofill           37 chrome/browser/ui/browser_window.h namespace autofill {
autofill          384 chrome/browser/ui/browser_window.h       const autofill::PasswordForm& form,
autofill          385 chrome/browser/ui/browser_window.h       autofill::PasswordGenerator* password_generator) = 0;
autofill           12 chrome/browser/ui/cocoa/autofill/autofill_account_chooser.h namespace autofill {
autofill           23 chrome/browser/ui/cocoa/autofill/autofill_account_chooser.h   autofill::AutofillDialogViewDelegate* delegate_;  // weak.
autofill           27 chrome/browser/ui/cocoa/autofill/autofill_account_chooser.h          delegate:(autofill::AutofillDialogViewDelegate*)delegate;
autofill           16 chrome/browser/ui/cocoa/autofill/autofill_details_container.h namespace autofill {
autofill           42 chrome/browser/ui/cocoa/autofill/autofill_details_container.h   autofill::AutofillDialogViewDelegate* delegate_;  // Not owned.
autofill           46 chrome/browser/ui/cocoa/autofill/autofill_details_container.h - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
autofill           49 chrome/browser/ui/cocoa/autofill/autofill_details_container.h - (AutofillSectionContainer*)sectionForId:(autofill::DialogSection)section;
autofill           20 chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h namespace autofill {
autofill           27 chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h namespace autofill {
autofill            9 chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h namespace autofill {
autofill           13 chrome/browser/ui/cocoa/autofill/autofill_dialog_view_tester_cocoa.h namespace autofill {
autofill           25 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h namespace autofill {
autofill           38 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h - (void)updateSection:(autofill::DialogSection)section;
autofill           40 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h - (void)fillSection:(autofill::DialogSection)section
autofill           41 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h            forType:(const autofill::ServerFieldType)type;
autofill           42 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h - (void)getInputs:(autofill::FieldValueMap*)outputs
autofill           43 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h        forSection:(autofill::DialogSection)section;
autofill           51 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h - (void)validateSection:(autofill::DialogSection)section;
autofill           61 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h   autofill::AutofillDialogCocoa* dialog_;  // weak.
autofill           77 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h                    dialog:(autofill::AutofillDialogCocoa*)dialog;
autofill           13 chrome/browser/ui/cocoa/autofill/autofill_header.h namespace autofill {
autofill           24 chrome/browser/ui/cocoa/autofill/autofill_header.h   autofill::AutofillDialogViewDelegate* delegate_;  // not owned, owns dialog.
autofill           28 chrome/browser/ui/cocoa/autofill/autofill_header.h - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
autofill           16 chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h namespace autofill {
autofill           33 chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h   autofill::AutofillDialogViewDelegate* delegate_;  // not owned, owns dialog.
autofill           37 chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
autofill           45 chrome/browser/ui/cocoa/autofill/autofill_loading_shield_controller.h     (const autofill::LoadingAnimation&)animation;
autofill           22 chrome/browser/ui/cocoa/autofill/autofill_main_container.h namespace autofill {
autofill           42 chrome/browser/ui/cocoa/autofill/autofill_main_container.h   autofill::AutofillDialogViewDelegate* delegate_;
autofill           54 chrome/browser/ui/cocoa/autofill/autofill_main_container.h - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
autofill           64 chrome/browser/ui/cocoa/autofill/autofill_main_container.h - (AutofillSectionContainer*)sectionForId:(autofill::DialogSection)section;
autofill           18 chrome/browser/ui/cocoa/autofill/autofill_notification_container.h namespace autofill {
autofill           34 chrome/browser/ui/cocoa/autofill/autofill_notification_container.h   autofill::AutofillDialogViewDelegate* delegate_;
autofill           38 chrome/browser/ui/cocoa/autofill/autofill_notification_container.h - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
autofill           44 chrome/browser/ui/cocoa/autofill/autofill_notification_container.h - (void)setNotifications:(const autofill::DialogNotifications&) notifications;
autofill           18 chrome/browser/ui/cocoa/autofill/autofill_notification_controller.h namespace autofill {
autofill           39 chrome/browser/ui/cocoa/autofill/autofill_notification_controller.h   autofill::DialogNotification::Type notificationType_;
autofill           42 chrome/browser/ui/cocoa/autofill/autofill_notification_controller.h   autofill::AutofillDialogViewDelegate* delegate_;
autofill           51 chrome/browser/ui/cocoa/autofill/autofill_notification_controller.h - (id)initWithNotification:(const autofill::DialogNotification*)notification
autofill           52 chrome/browser/ui/cocoa/autofill/autofill_notification_controller.h                   delegate:(autofill::AutofillDialogViewDelegate*)delegate;
autofill           14 chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h namespace autofill {
autofill           26 chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h   autofill::AutofillDialogViewDelegate* delegate_;  // not owned, owns dialog.
autofill           30 chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
autofill           17 chrome/browser/ui/cocoa/autofill/autofill_popup_view_bridge.h namespace autofill {
autofill           12 chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h namespace autofill {
autofill           20 chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h   __weak autofill::AutofillPopupController* controller_;
autofill           24 chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h - (id)initWithController:(autofill::AutofillPopupController*)controller
autofill           16 chrome/browser/ui/cocoa/autofill/autofill_section_container.h namespace autofill {
autofill           63 chrome/browser/ui/cocoa/autofill/autofill_section_container.h   std::vector<const autofill::DetailInput*> detailInputs_;
autofill           73 chrome/browser/ui/cocoa/autofill/autofill_section_container.h   autofill::DialogSection section_;
autofill           74 chrome/browser/ui/cocoa/autofill/autofill_section_container.h   autofill::AutofillDialogViewDelegate* delegate_;  // Not owned.
autofill           77 chrome/browser/ui/cocoa/autofill/autofill_section_container.h @property(readonly, nonatomic) autofill::DialogSection section;
autofill           82 chrome/browser/ui/cocoa/autofill/autofill_section_container.h - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate
autofill           83 chrome/browser/ui/cocoa/autofill/autofill_section_container.h             forSection:(autofill::DialogSection)section;
autofill           86 chrome/browser/ui/cocoa/autofill/autofill_section_container.h - (void)getInputs:(autofill::FieldValueMap*)output;
autofill           96 chrome/browser/ui/cocoa/autofill/autofill_section_container.h - (void)fillForType:(const autofill::ServerFieldType)type;
autofill           99 chrome/browser/ui/cocoa/autofill/autofill_section_container.h - (BOOL)validateFor:(autofill::ValidationType)validationType;
autofill          113 chrome/browser/ui/cocoa/autofill/autofill_section_container.h - (NSControl<AutofillInputField>*)getField:(autofill::ServerFieldType)type;
autofill          118 chrome/browser/ui/cocoa/autofill/autofill_section_container.h               forType:(autofill::ServerFieldType)type;
autofill          125 chrome/browser/ui/cocoa/autofill/autofill_section_container.h - (void)activateFieldForType:(autofill::ServerFieldType)type;
autofill           12 chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h namespace autofill {
autofill           25 chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h   autofill::AutofillDialogCocoa* dialog_;  // Not owned.
autofill           27 chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h   scoped_ptr<autofill::AutofillDialogSignInDelegate> signInDelegate_;
autofill           40 chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h - (id)initWithDialog:(autofill::AutofillDialogCocoa*)dialog;
autofill           13 chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h namespace autofill {
autofill           31 chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h   autofill::AutofillDialogViewDelegate* delegate_;  // Not owned.
autofill           17 chrome/browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h namespace autofill {
autofill           25 chrome/browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h namespace autofill {
autofill           15 chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.h namespace autofill {
autofill           43 chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.h   autofill::PasswordGenerator* passwordGenerator_;
autofill           44 chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.h   autofill::PasswordForm form_;
autofill           45 chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.h   autofill::password_generation::PasswordGenerationActions actions_;
autofill           56 chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.h       usingGenerator:(autofill::PasswordGenerator*)passwordGenerator
autofill           57 chrome/browser/ui/cocoa/browser/password_generation_bubble_controller.h              forForm:(const autofill::PasswordForm&)form;
autofill          154 chrome/browser/ui/cocoa/browser_window_cocoa.h       const autofill::PasswordForm& form,
autofill          155 chrome/browser/ui/cocoa/browser_window_cocoa.h       autofill::PasswordGenerator* password_generator) OVERRIDE;
autofill           15 chrome/browser/ui/cocoa/location_bar/generated_credit_card_decoration.h namespace autofill {
autofill           40 chrome/browser/ui/cocoa/location_bar/generated_credit_card_decoration.h   autofill::GeneratedCreditCardBubbleController* GetController() const;
autofill           38 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h namespace autofill {
autofill         1230 chrome/browser/ui/gtk/browser_window_gtk.cc     const autofill::PasswordForm& form,
autofill         1231 chrome/browser/ui/gtk/browser_window_gtk.cc     autofill::PasswordGenerator* password_generator) {
autofill           48 chrome/browser/ui/gtk/browser_window_gtk.h namespace autofill {
autofill          186 chrome/browser/ui/gtk/browser_window_gtk.h       const autofill::PasswordForm& form,
autofill          187 chrome/browser/ui/gtk/browser_window_gtk.h       autofill::PasswordGenerator* password_generator) OVERRIDE;
autofill           28 chrome/browser/ui/gtk/login_prompt_gtk.cc using autofill::PasswordForm;
autofill           44 chrome/browser/ui/gtk/password_generation_bubble_gtk.cc     const autofill::PasswordForm& form,
autofill           46 chrome/browser/ui/gtk/password_generation_bubble_gtk.cc     autofill::PasswordGenerator* password_generator)
autofill          119 chrome/browser/ui/gtk/password_generation_bubble_gtk.cc   autofill::password_generation::LogUserActions(actions_);
autofill           17 chrome/browser/ui/gtk/password_generation_bubble_gtk.h namespace autofill {
autofill           32 chrome/browser/ui/gtk/password_generation_bubble_gtk.h                               const autofill::PasswordForm& form,
autofill           34 chrome/browser/ui/gtk/password_generation_bubble_gtk.h                               autofill::PasswordGenerator* password_generator);
autofill           54 chrome/browser/ui/gtk/password_generation_bubble_gtk.h   autofill::PasswordForm form_;
autofill           61 chrome/browser/ui/gtk/password_generation_bubble_gtk.h   autofill::PasswordGenerator* password_generator_;
autofill           64 chrome/browser/ui/gtk/password_generation_bubble_gtk.h   autofill::password_generation::PasswordGenerationActions actions_;
autofill           34 chrome/browser/ui/login/login_prompt.cc using autofill::PasswordForm;
autofill          117 chrome/browser/ui/login/login_prompt.cc void LoginHandler::SetPasswordForm(const autofill::PasswordForm& form) {
autofill           53 chrome/browser/ui/login/login_prompt.h   void SetPasswordForm(const autofill::PasswordForm& form);
autofill          141 chrome/browser/ui/login/login_prompt.h   autofill::PasswordForm password_form_;
autofill           18 chrome/browser/ui/passwords/manage_passwords_bubble_model.cc using autofill::PasswordFormMap;
autofill           78 chrome/browser/ui/passwords/manage_passwords_bubble_model.cc     const autofill::PasswordForm& password_form,
autofill          100 chrome/browser/ui/passwords/manage_passwords_bubble_model.cc     autofill::PasswordForm password_form) {
autofill           48 chrome/browser/ui/passwords/manage_passwords_bubble_model.h   void OnPasswordAction(const autofill::PasswordForm& password_form,
autofill           55 chrome/browser/ui/passwords/manage_passwords_bubble_model.h   void DeleteFromBestMatches(autofill::PasswordForm password_form);
autofill           67 chrome/browser/ui/passwords/manage_passwords_bubble_model.h   const autofill::PasswordForm& pending_credentials() {
autofill           70 chrome/browser/ui/passwords/manage_passwords_bubble_model.h   const autofill::PasswordFormMap& best_matches() { return best_matches_; }
autofill           82 chrome/browser/ui/passwords/manage_passwords_bubble_model.h   autofill::PasswordForm pending_credentials_;
autofill           83 chrome/browser/ui/passwords/manage_passwords_bubble_model.h   autofill::PasswordFormMap best_matches_;
autofill           13 chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.cc using autofill::PasswordFormMap;
autofill           60 chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.cc     autofill::PasswordForm password_form) {
autofill           34 chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h   void OnPasswordAutofilled(const autofill::PasswordFormMap& password_form_map);
autofill           41 chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h   void RemoveFromBestMatches(autofill::PasswordForm password_form);
autofill           71 chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h   const autofill::PasswordForm pending_credentials() const {
autofill           75 chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h   const autofill::PasswordFormMap best_matches() const {
autofill          111 chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h   autofill::PasswordFormMap password_form_map_;
autofill          116 chrome/browser/ui/passwords/password_manager_presenter.cc const autofill::PasswordForm& PasswordManagerPresenter::GetPassword(
autofill          122 chrome/browser/ui/passwords/password_manager_presenter.cc const autofill::PasswordForm& PasswordManagerPresenter::GetPasswordException(
autofill          173 chrome/browser/ui/passwords/password_manager_presenter.cc     const std::vector<autofill::PasswordForm*>& results) {
autofill          197 chrome/browser/ui/passwords/password_manager_presenter.cc         const std::vector<autofill::PasswordForm*>& results) {
autofill           16 chrome/browser/ui/passwords/password_manager_presenter.h namespace autofill {
autofill           42 chrome/browser/ui/passwords/password_manager_presenter.h   const autofill::PasswordForm& GetPassword(size_t index);
autofill           45 chrome/browser/ui/passwords/password_manager_presenter.h   const autofill::PasswordForm& GetPasswordException(size_t index);
autofill           96 chrome/browser/ui/passwords/password_manager_presenter.h         const std::vector<autofill::PasswordForm*>& results) OVERRIDE;
autofill          109 chrome/browser/ui/passwords/password_manager_presenter.h         const std::vector<autofill::PasswordForm*>& results) OVERRIDE;
autofill          116 chrome/browser/ui/passwords/password_manager_presenter.h   ScopedVector<autofill::PasswordForm> password_list_;
autofill          117 chrome/browser/ui/passwords/password_manager_presenter.h   ScopedVector<autofill::PasswordForm> password_exception_list_;
autofill           32 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc                void(const ScopedVector<autofill::PasswordForm>&, bool));
autofill           34 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc                void(const ScopedVector<autofill::PasswordForm>&));
autofill           79 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc   autofill::PasswordForm* form = new autofill::PasswordForm();
autofill           90 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc   autofill::PasswordForm* form = new autofill::PasswordForm();
autofill          107 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc           Property(&ScopedVector<autofill::PasswordForm>::size, Eq(0u)),
autofill          111 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc                   &ScopedVector<autofill::PasswordForm>::size, Eq(0u))));
autofill          118 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc           Property(&ScopedVector<autofill::PasswordForm>::size, Eq(1u)),
autofill          122 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc                   &ScopedVector<autofill::PasswordForm>::size, Eq(0u))));
autofill          129 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc           Property(&ScopedVector<autofill::PasswordForm>::size, Eq(1u)),
autofill          133 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc                   &ScopedVector<autofill::PasswordForm>::size, Eq(1u))));
autofill          140 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc           Property(&ScopedVector<autofill::PasswordForm>::size, Eq(2u)),
autofill          144 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc                   &ScopedVector<autofill::PasswordForm>::size, Eq(1u))));
autofill           11 chrome/browser/ui/passwords/password_ui_view.h namespace autofill {
autofill           37 chrome/browser/ui/passwords/password_ui_view.h       const ScopedVector<autofill::PasswordForm>& password_list,
autofill           43 chrome/browser/ui/passwords/password_ui_view.h       const ScopedVector<autofill::PasswordForm>& password_exception_list) = 0;
autofill           62 chrome/browser/ui/startup/bad_flags_prompt.cc     autofill::switches::kWalletSecureServiceUrl,
autofill         1271 chrome/browser/ui/sync/one_click_signin_helper.cc     const autofill::PasswordForm& form) {
autofill           26 chrome/browser/ui/sync/one_click_signin_helper.h namespace autofill {
autofill          334 chrome/browser/ui/sync/one_click_signin_helper.h   void PasswordSubmitted(const autofill::PasswordForm& form);
autofill          334 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   autofill::PasswordForm password_form;
autofill          117 chrome/browser/ui/tab_helpers.cc   autofill::TabAutofillManagerDelegate::CreateForWebContents(web_contents);
autofill          118 chrome/browser/ui/tab_helpers.cc   autofill::ContentAutofillDriver::CreateForWebContentsAndDelegate(
autofill          120 chrome/browser/ui/tab_helpers.cc       autofill::TabAutofillManagerDelegate::FromWebContents(web_contents),
autofill          122 chrome/browser/ui/tab_helpers.cc       autofill::AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER);
autofill           11 chrome/browser/ui/views/autofill/autofill_dialog_view_tester_views.h namespace autofill {
autofill           54 chrome/browser/ui/views/autofill/autofill_dialog_views.h namespace autofill {
autofill           21 chrome/browser/ui/views/autofill/autofill_popup_base_view.h namespace autofill {
autofill           13 chrome/browser/ui/views/autofill/autofill_popup_view_views.h namespace autofill {
autofill           18 chrome/browser/ui/views/autofill/decorated_textfield.h namespace autofill {
autofill           19 chrome/browser/ui/views/autofill/expanding_textfield.h namespace autofill {
autofill           15 chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.h namespace autofill {
autofill           14 chrome/browser/ui/views/autofill/info_bubble.h namespace autofill {
autofill           15 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.h namespace autofill {
autofill           17 chrome/browser/ui/views/autofill/password_generation_popup_view_views.h namespace autofill {
autofill           18 chrome/browser/ui/views/autofill/tooltip_icon.h namespace autofill {
autofill         2459 chrome/browser/ui/views/frame/browser_view.cc     const autofill::PasswordForm& form,
autofill         2460 chrome/browser/ui/views/frame/browser_view.cc     autofill::PasswordGenerator* password_generator) {
autofill           65 chrome/browser/ui/views/frame/browser_view.h namespace autofill {
autofill          381 chrome/browser/ui/views/frame/browser_view.h       const autofill::PasswordForm& form,
autofill          382 chrome/browser/ui/views/frame/browser_view.h       autofill::PasswordGenerator* password_generator) OVERRIDE;
autofill           20 chrome/browser/ui/views/location_bar/generated_credit_card_view.cc   autofill::GeneratedCreditCardBubbleController* controller = GetController();
autofill           33 chrome/browser/ui/views/location_bar/generated_credit_card_view.cc   autofill::GeneratedCreditCardBubbleController* controller = GetController();
autofill           38 chrome/browser/ui/views/location_bar/generated_credit_card_view.cc   autofill::GeneratedCreditCardBubbleController* controller = GetController();
autofill           43 chrome/browser/ui/views/location_bar/generated_credit_card_view.cc autofill::GeneratedCreditCardBubbleController* GeneratedCreditCardView::
autofill           49 chrome/browser/ui/views/location_bar/generated_credit_card_view.cc   return autofill::GeneratedCreditCardBubbleController::FromWebContents(wc);
autofill           15 chrome/browser/ui/views/location_bar/generated_credit_card_view.h namespace autofill {
autofill           43 chrome/browser/ui/views/location_bar/generated_credit_card_view.h   autofill::GeneratedCreditCardBubbleController* GetController() const;
autofill           25 chrome/browser/ui/views/login_prompt_views.cc using autofill::PasswordForm;
autofill          120 chrome/browser/ui/views/password_generation_bubble_view.cc     const autofill::PasswordForm& form,
autofill          125 chrome/browser/ui/views/password_generation_bubble_view.cc     autofill::PasswordGenerator* password_generator,
autofill          249 chrome/browser/ui/views/password_generation_bubble_view.cc   autofill::password_generation::LogUserActions(actions_);
autofill           17 chrome/browser/ui/views/password_generation_bubble_view.h namespace autofill {
autofill           42 chrome/browser/ui/views/password_generation_bubble_view.h   PasswordGenerationBubbleView(const autofill::PasswordForm& form,
autofill           47 chrome/browser/ui/views/password_generation_bubble_view.h                                autofill::PasswordGenerator* password_generator,
autofill           83 chrome/browser/ui/views/password_generation_bubble_view.h   autofill::PasswordForm form_;
autofill           95 chrome/browser/ui/views/password_generation_bubble_view.h   autofill::PasswordGenerator* password_generator_;
autofill          105 chrome/browser/ui/views/password_generation_bubble_view.h   autofill::password_generation::PasswordGenerationActions actions_;
autofill           18 chrome/browser/ui/views/passwords/manage_password_item_view.cc     autofill::PasswordForm password_form,
autofill           26 chrome/browser/ui/views/passwords/manage_password_item_view.h       autofill::PasswordForm password_form,
autofill           62 chrome/browser/ui/views/passwords/manage_password_item_view.h   autofill::PasswordForm password_form_;
autofill           48 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc int GetFieldWidth(const autofill::PasswordForm& password_form,
autofill          220 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc     for (autofill::PasswordFormMap::const_iterator i(
autofill          333 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc       for (autofill::PasswordFormMap::const_iterator i(
autofill           35 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc using autofill::AutofillProfile;
autofill           36 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc using autofill::PersonalDataManager;
autofill          268 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc   autofill::test::DisableSystemServices(profile->GetPrefs());
autofill          270 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc   autofill::test::SetProfileInfo(&autofill_profile,
autofill          284 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc       autofill::PersonalDataManagerFactory::GetForProfile(profile);
autofill           34 chrome/browser/ui/webui/options/autofill_options_handler.cc using autofill::AutofillCountry;
autofill           35 chrome/browser/ui/webui/options/autofill_options_handler.cc using autofill::ServerFieldType;
autofill           36 chrome/browser/ui/webui/options/autofill_options_handler.cc using autofill::AutofillProfile;
autofill           37 chrome/browser/ui/webui/options/autofill_options_handler.cc using autofill::CreditCard;
autofill           38 chrome/browser/ui/webui/options/autofill_options_handler.cc using autofill::PersonalDataManager;
autofill           47 chrome/browser/ui/webui/options/autofill_options_handler.cc   autofill::CountryComboboxModel model(
autofill          118 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile.GetRawMultiInfo(autofill::NAME_FIRST, &first_names);
autofill          119 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile.GetRawMultiInfo(autofill::NAME_MIDDLE, &middle_names);
autofill          120 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile.GetRawMultiInfo(autofill::NAME_LAST, &last_names);
autofill          167 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile->SetRawMultiInfo(autofill::NAME_FIRST, first_names);
autofill          168 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile->SetRawMultiInfo(autofill::NAME_MIDDLE, middle_names);
autofill          169 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile->SetRawMultiInfo(autofill::NAME_LAST, last_names);
autofill          222 chrome/browser/ui/webui/options/autofill_options_handler.cc     is_duplicate = autofill::i18n::PhoneNumbersMatch(
autofill          280 chrome/browser/ui/webui/options/autofill_options_handler.cc   localized_strings->SetString("helpUrl", autofill::kHelpURL);
autofill          297 chrome/browser/ui/webui/options/autofill_options_handler.cc   personal_data_ = autofill::PersonalDataManagerFactory::GetForProfile(
autofill          456 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("companyName", profile->GetRawInfo(autofill::COMPANY_NAME));
autofill          458 chrome/browser/ui/webui/options/autofill_options_handler.cc                     profile->GetRawInfo(autofill::ADDRESS_HOME_LINE1));
autofill          460 chrome/browser/ui/webui/options/autofill_options_handler.cc                     profile->GetRawInfo(autofill::ADDRESS_HOME_LINE2));
autofill          461 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("city", profile->GetRawInfo(autofill::ADDRESS_HOME_CITY));
autofill          462 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("state", profile->GetRawInfo(autofill::ADDRESS_HOME_STATE));
autofill          464 chrome/browser/ui/webui/options/autofill_options_handler.cc                     profile->GetRawInfo(autofill::ADDRESS_HOME_ZIP));
autofill          466 chrome/browser/ui/webui/options/autofill_options_handler.cc                     profile->GetRawInfo(autofill::ADDRESS_HOME_COUNTRY));
autofill          467 chrome/browser/ui/webui/options/autofill_options_handler.cc   GetValueList(*profile, autofill::PHONE_HOME_WHOLE_NUMBER, &list);
autofill          469 chrome/browser/ui/webui/options/autofill_options_handler.cc   GetValueList(*profile, autofill::EMAIL_ADDRESS, &list);
autofill          498 chrome/browser/ui/webui/options/autofill_options_handler.cc       credit_card->GetRawInfo(autofill::CREDIT_CARD_NAME));
autofill          501 chrome/browser/ui/webui/options/autofill_options_handler.cc       credit_card->GetRawInfo(autofill::CREDIT_CARD_NUMBER));
autofill          504 chrome/browser/ui/webui/options/autofill_options_handler.cc       credit_card->GetRawInfo(autofill::CREDIT_CARD_EXP_MONTH));
autofill          507 chrome/browser/ui/webui/options/autofill_options_handler.cc       credit_card->GetRawInfo(autofill::CREDIT_CARD_EXP_4_DIGIT_YEAR));
autofill          532 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::COMPANY_NAME, value);
autofill          535 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_LINE1, value);
autofill          538 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_LINE2, value);
autofill          541 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_CITY, value);
autofill          544 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_STATE, value);
autofill          547 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_ZIP, value);
autofill          550 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_COUNTRY,
autofill          554 chrome/browser/ui/webui/options/autofill_options_handler.cc     SetValueList(list_value, autofill::PHONE_HOME_WHOLE_NUMBER, &profile);
autofill          557 chrome/browser/ui/webui/options/autofill_options_handler.cc     SetValueList(list_value, autofill::EMAIL_ADDRESS, &profile);
autofill          581 chrome/browser/ui/webui/options/autofill_options_handler.cc     credit_card.SetRawInfo(autofill::CREDIT_CARD_NAME, value);
autofill          584 chrome/browser/ui/webui/options/autofill_options_handler.cc     credit_card.SetRawInfo(autofill::CREDIT_CARD_NUMBER, value);
autofill          587 chrome/browser/ui/webui/options/autofill_options_handler.cc     credit_card.SetRawInfo(autofill::CREDIT_CARD_EXP_MONTH, value);
autofill          590 chrome/browser/ui/webui/options/autofill_options_handler.cc     credit_card.SetRawInfo(autofill::CREDIT_CARD_EXP_4_DIGIT_YEAR, value);
autofill           14 chrome/browser/ui/webui/options/autofill_options_handler.h namespace autofill {
autofill           26 chrome/browser/ui/webui/options/autofill_options_handler.h                                public autofill::PersonalDataManagerObserver {
autofill           88 chrome/browser/ui/webui/options/autofill_options_handler.h   autofill::PersonalDataManager* personal_data_;
autofill          156 chrome/browser/ui/webui/options/password_manager_handler.cc     const ScopedVector<autofill::PasswordForm>& password_list,
autofill          181 chrome/browser/ui/webui/options/password_manager_handler.cc     const ScopedVector<autofill::PasswordForm>& password_exception_list) {
autofill           36 chrome/browser/ui/webui/options/password_manager_handler.h       const ScopedVector<autofill::PasswordForm>& password_list,
autofill           39 chrome/browser/ui/webui/options/password_manager_handler.h       const ScopedVector<autofill::PasswordForm>& password_exception_list)
autofill           20 chrome/browser/webdata/autocomplete_syncable_service.cc using autofill::AutofillChange;
autofill           21 chrome/browser/webdata/autocomplete_syncable_service.cc using autofill::AutofillChangeList;
autofill           22 chrome/browser/webdata/autocomplete_syncable_service.cc using autofill::AutofillEntry;
autofill           23 chrome/browser/webdata/autocomplete_syncable_service.cc using autofill::AutofillKey;
autofill           24 chrome/browser/webdata/autocomplete_syncable_service.cc using autofill::AutofillTable;
autofill           25 chrome/browser/webdata/autocomplete_syncable_service.cc using autofill::AutofillWebDataService;
autofill           26 chrome/browser/webdata/autocomplete_syncable_service.cc using autofill::AutofillWebDataBackend;
autofill          254 chrome/browser/webdata/autocomplete_syncable_service.cc         const sync_pb::AutofillSpecifics& autofill =
autofill          255 chrome/browser/webdata/autocomplete_syncable_service.cc             i->sync_data().GetSpecifics().autofill();
autofill          256 chrome/browser/webdata/autocomplete_syncable_service.cc         if (autofill.has_value())
autofill          257 chrome/browser/webdata/autocomplete_syncable_service.cc           list_processing_error = AutofillEntryDelete(autofill);
autofill          326 chrome/browser/webdata/autocomplete_syncable_service.cc   const sync_pb::AutofillSpecifics& autofill_specifics(specifics.autofill());
autofill          367 chrome/browser/webdata/autocomplete_syncable_service.cc   sync_pb::AutofillSpecifics* autofill =
autofill          369 chrome/browser/webdata/autocomplete_syncable_service.cc   autofill->set_name(base::UTF16ToUTF8(entry.key().name()));
autofill          370 chrome/browser/webdata/autocomplete_syncable_service.cc   autofill->set_value(base::UTF16ToUTF8(entry.key().value()));
autofill          371 chrome/browser/webdata/autocomplete_syncable_service.cc   autofill->add_usage_timestamp(entry.date_created().ToInternalValue());
autofill          373 chrome/browser/webdata/autocomplete_syncable_service.cc     autofill->add_usage_timestamp(entry.date_last_used().ToInternalValue());
autofill          377 chrome/browser/webdata/autocomplete_syncable_service.cc     const sync_pb::AutofillSpecifics& autofill) {
autofill          380 chrome/browser/webdata/autocomplete_syncable_service.cc               base::UTF8ToUTF16(autofill.name()),
autofill          381 chrome/browser/webdata/autocomplete_syncable_service.cc               base::UTF8ToUTF16(autofill.value()))) {
autofill           46 chrome/browser/webdata/autocomplete_syncable_service.h       public autofill::AutofillWebDataServiceObserverOnDBThread,
autofill           54 chrome/browser/webdata/autocomplete_syncable_service.h       autofill::AutofillWebDataService* web_data_service,
autofill           55 chrome/browser/webdata/autocomplete_syncable_service.h       autofill::AutofillWebDataBackend* webdata_backend);
autofill           59 chrome/browser/webdata/autocomplete_syncable_service.h       autofill::AutofillWebDataService* web_data_service);
autofill           78 chrome/browser/webdata/autocomplete_syncable_service.h       const autofill::AutofillChangeList& changes) OVERRIDE;
autofill           87 chrome/browser/webdata/autocomplete_syncable_service.h       autofill::AutofillWebDataBackend* webdata_backend);
autofill           92 chrome/browser/webdata/autocomplete_syncable_service.h       std::vector<autofill::AutofillEntry>* entries) const;
autofill           98 chrome/browser/webdata/autocomplete_syncable_service.h       const std::vector<autofill::AutofillEntry>& entries);
autofill          115 chrome/browser/webdata/autocomplete_syncable_service.h   typedef std::map<autofill::AutofillKey,
autofill          117 chrome/browser/webdata/autocomplete_syncable_service.h                              std::vector<autofill::AutofillEntry>::iterator> >
autofill          128 chrome/browser/webdata/autocomplete_syncable_service.h                            std::vector<autofill::AutofillEntry>* new_entries);
autofill          131 chrome/browser/webdata/autocomplete_syncable_service.h   static void WriteAutofillEntry(const autofill::AutofillEntry& entry,
autofill          136 chrome/browser/webdata/autocomplete_syncable_service.h       const sync_pb::AutofillSpecifics& autofill);
autofill          138 chrome/browser/webdata/autocomplete_syncable_service.h   syncer::SyncData CreateSyncData(const autofill::AutofillEntry& entry) const;
autofill          141 chrome/browser/webdata/autocomplete_syncable_service.h   void ActOnChanges(const autofill::AutofillChangeList& changes);
autofill          154 chrome/browser/webdata/autocomplete_syncable_service.h   autofill::AutofillWebDataBackend* const webdata_backend_;
autofill          156 chrome/browser/webdata/autocomplete_syncable_service.h   ScopedObserver<autofill::AutofillWebDataBackend, AutocompleteSyncableService>
autofill           31 chrome/browser/webdata/web_data_service_factory.cc using autofill::AutofillWebDataService;
autofill           32 chrome/browser/webdata/web_data_service_factory.cc using autofill::AutofillProfileSyncableService;
autofill           49 chrome/browser/webdata/web_data_service_factory.cc     autofill::AutofillWebDataBackend* autofill_backend) {
autofill           83 chrome/browser/webdata/web_data_service_factory.cc       scoped_ptr<WebDatabaseTable>(new autofill::AutofillTable(
autofill           19 chrome/browser/webdata/web_data_service_factory.h namespace autofill {
autofill           36 chrome/browser/webdata/web_data_service_factory.h   virtual scoped_refptr<autofill::AutofillWebDataService> GetAutofillWebData();
autofill           45 chrome/browser/webdata/web_data_service_factory.h   scoped_refptr<autofill::AutofillWebDataService> autofill_web_data_;
autofill           66 chrome/browser/webdata/web_data_service_factory.h   static scoped_refptr<autofill::AutofillWebDataService>
autofill           22 chrome/common/importer/importer_bridge.h namespace autofill {
autofill           64 chrome/common/importer/importer_bridge.h   virtual void SetPasswordForm(const autofill::PasswordForm& form) = 0;
autofill          316 chrome/common/importer/profile_import_process_messages.h                      autofill::PasswordForm)
autofill           36 chrome/renderer/autofill/autofill_renderer_browsertest.cc                autofill::FormData,
autofill           37 chrome/renderer/autofill/autofill_renderer_browsertest.cc                autofill::FormFieldData,
autofill          193 chrome/renderer/autofill/form_autofill_browsertest.cc                                               autofill::REQUIRE_AUTOCOMPLETE));
autofill          298 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_NONE, &result1);
autofill          309 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_VALUE, &result2);
autofill          327 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_VALUE, &result);
autofill          349 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_VALUE, &result);
autofill          370 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_VALUE, &result);
autofill          394 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_VALUE, &result);
autofill          408 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_VALUE, &result);
autofill          431 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_VALUE, &result1);
autofill          444 chrome/renderer/autofill/form_autofill_browsertest.cc       static_cast<autofill::ExtractMask>(autofill::EXTRACT_VALUE |
autofill          445 chrome/renderer/autofill/form_autofill_browsertest.cc                                          autofill::EXTRACT_OPTION_TEXT),
autofill          451 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_OPTIONS,
autofill          477 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_NONE,
autofill          487 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_VALUE,
autofill          504 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_NONE,
autofill          514 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_VALUE,
autofill          533 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_VALUE, &result);
autofill          544 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_VALUE, &result);
autofill          562 chrome/renderer/autofill/form_autofill_browsertest.cc   WebFormControlElementToFormField(element, autofill::EXTRACT_VALUE, &result);
autofill          637 chrome/renderer/autofill/form_autofill_browsertest.cc     WebFormControlElementToFormField(element, autofill::EXTRACT_NONE, &result);
autofill          693 chrome/renderer/autofill/form_autofill_browsertest.cc                                        autofill::REQUIRE_NONE,
autofill          694 chrome/renderer/autofill/form_autofill_browsertest.cc                                        autofill::EXTRACT_VALUE,
autofill          752 chrome/renderer/autofill/form_autofill_browsertest.cc   for (size_t i = 0; i < (autofill::kMaxParseableFields + 1); ++i) {
autofill          772 chrome/renderer/autofill/form_autofill_browsertest.cc                                         autofill::REQUIRE_NONE,
autofill          773 chrome/renderer/autofill/form_autofill_browsertest.cc                                         autofill::EXTRACT_VALUE,
autofill          953 chrome/renderer/autofill/form_autofill_browsertest.cc         web_form, WebFormControlElement(), autofill::REQUIRE_NONE,
autofill          954 chrome/renderer/autofill/form_autofill_browsertest.cc         autofill::EXTRACT_NONE, &form, NULL));
autofill          956 chrome/renderer/autofill/form_autofill_browsertest.cc         web_form, WebFormControlElement(), autofill::REQUIRE_AUTOCOMPLETE,
autofill          957 chrome/renderer/autofill/form_autofill_browsertest.cc         autofill::EXTRACT_NONE, &form, NULL));
autofill          982 chrome/renderer/autofill/form_autofill_browsertest.cc         web_form, WebFormControlElement(), autofill::REQUIRE_AUTOCOMPLETE,
autofill          983 chrome/renderer/autofill/form_autofill_browsertest.cc         autofill::EXTRACT_VALUE, &form, NULL));
autofill         1038 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         1076 chrome/renderer/autofill/form_autofill_browsertest.cc       autofill::REQUIRE_AUTOCOMPLETE));
autofill         1132 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         1176 chrome/renderer/autofill/form_autofill_browsertest.cc       autofill::REQUIRE_AUTOCOMPLETE));
autofill         2229 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         2267 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         2326 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         2359 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         2407 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         2440 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         2497 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         2533 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         2582 chrome/renderer/autofill/form_autofill_browsertest.cc                                        autofill::REQUIRE_NONE,
autofill         2583 chrome/renderer/autofill/form_autofill_browsertest.cc                                        autofill::EXTRACT_VALUE,
autofill         2641 chrome/renderer/autofill/form_autofill_browsertest.cc                                        autofill::REQUIRE_NONE,
autofill         2642 chrome/renderer/autofill/form_autofill_browsertest.cc                                        autofill::EXTRACT_VALUE,
autofill         2720 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         2764 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         2841 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         2945 chrome/renderer/autofill/form_autofill_browsertest.cc                                                     autofill::REQUIRE_NONE));
autofill         3250 chrome/renderer/autofill/form_autofill_browsertest.cc   autofill::WebElementDescriptor clicker;
autofill         3251 chrome/renderer/autofill/form_autofill_browsertest.cc   clicker.retrieval_method = autofill::WebElementDescriptor::ID;
autofill         3256 chrome/renderer/autofill/form_autofill_browsertest.cc   clicker.retrieval_method = autofill::WebElementDescriptor::CSS_SELECTOR;
autofill         3297 chrome/renderer/autofill/form_autofill_browsertest.cc       forms[0], WebFormControlElement(), autofill::REQUIRE_NONE,
autofill         3298 chrome/renderer/autofill/form_autofill_browsertest.cc       static_cast<autofill::ExtractMask>(
autofill         3299 chrome/renderer/autofill/form_autofill_browsertest.cc           autofill::EXTRACT_VALUE | autofill::EXTRACT_OPTION_TEXT),
autofill         3332 chrome/renderer/autofill/form_autofill_browsertest.cc                                        autofill::REQUIRE_NONE,
autofill         3333 chrome/renderer/autofill/form_autofill_browsertest.cc                                        autofill::EXTRACT_VALUE,
autofill           28 chrome/renderer/autofill/password_autofill_agent_browsertest.cc using autofill::PasswordForm;
autofill          735 chrome/renderer/autofill/password_autofill_agent_browsertest.cc   Tuple1<std::vector<autofill::PasswordForm> > param;
autofill           37 chrome/renderer/autofill/password_generation_agent_browsertest.cc     autofill::PasswordForm form;
autofill           45 chrome/renderer/autofill/password_generation_agent_browsertest.cc     autofill::FormData form;
autofill           48 chrome/renderer/autofill/password_generation_agent_browsertest.cc     std::vector<autofill::FormData> forms;
autofill          124 chrome/renderer/chrome_content_renderer_client.cc using autofill::AutofillAgent;
autofill          125 chrome/renderer/chrome_content_renderer_client.cc using autofill::PasswordAutofillAgent;
autofill          126 chrome/renderer/chrome_content_renderer_client.cc using autofill::PasswordGenerationAgent;
autofill          263 chrome/renderer/chrome_render_process_observer.cc       autofill::switches::kDisableInteractiveAutocomplete);
autofill           47 chrome/test/base/chrome_render_view_test.cc using autofill::AutofillAgent;
autofill           48 chrome/test/base/chrome_render_view_test.cc using autofill::PasswordAutofillAgent;
autofill           49 chrome/test/base/chrome_render_view_test.cc using autofill::PasswordGenerationAgent;
autofill           71 chrome/test/base/chrome_render_view_test.cc   password_autofill_ = new autofill::TestPasswordAutofillAgent(view_);
autofill           72 chrome/test/base/chrome_render_view_test.cc   password_generation_ = new autofill::TestPasswordGenerationAgent(view_);
autofill           13 chrome/test/base/chrome_render_view_test.h namespace autofill {
autofill           39 chrome/test/base/chrome_render_view_test.h   autofill::TestPasswordAutofillAgent* password_autofill_;
autofill           40 chrome/test/base/chrome_render_view_test.h   autofill::TestPasswordGenerationAgent* password_generation_;
autofill           41 chrome/test/base/chrome_render_view_test.h   autofill::AutofillAgent* autofill_agent_;
autofill          152 chrome/test/base/test_browser_window.h       const autofill::PasswordForm& form,
autofill          153 chrome/test/base/test_browser_window.h       autofill::PasswordGenerator* generator) OVERRIDE {}
autofill          140 chrome/utility/importer/external_process_importer_bridge.cc     const autofill::PasswordForm& form) {
autofill           74 chrome/utility/importer/external_process_importer_bridge.h       const autofill::PasswordForm& form) OVERRIDE;
autofill          346 chrome/utility/importer/firefox_importer.cc   std::vector<autofill::PasswordForm> forms;
autofill          610 chrome/utility/importer/ie_importer_win.cc     autofill::PasswordForm form;
autofill          115 chrome/utility/importer/nss_decryptor.cc     std::vector<autofill::PasswordForm>* forms) {
autofill          144 chrome/utility/importer/nss_decryptor.cc     autofill::PasswordForm form;
autofill          166 chrome/utility/importer/nss_decryptor.cc     autofill::PasswordForm form;
autofill          236 chrome/utility/importer/nss_decryptor.cc     std::vector<autofill::PasswordForm>* forms) {
autofill          253 chrome/utility/importer/nss_decryptor.cc     autofill::PasswordForm form;
autofill          284 chrome/utility/importer/nss_decryptor.cc     autofill::PasswordForm form;
autofill          110 chrome/utility/importer/nss_decryptor_mac.h namespace autofill {
autofill          135 chrome/utility/importer/nss_decryptor_mac.h                     std::vector<autofill::PasswordForm>* forms);
autofill          141 chrome/utility/importer/nss_decryptor_mac.h                            std::vector<autofill::PasswordForm>* forms);
autofill           14 chrome/utility/importer/nss_decryptor_null.h namespace autofill {
autofill           34 chrome/utility/importer/nss_decryptor_null.h                     std::vector<autofill::PasswordForm>* forms) {}
autofill           36 chrome/utility/importer/nss_decryptor_null.h                            std::vector<autofill::PasswordForm>* forms) {
autofill           15 chrome/utility/importer/nss_decryptor_system_nss.h namespace autofill {
autofill           40 chrome/utility/importer/nss_decryptor_system_nss.h                     std::vector<autofill::PasswordForm>* forms);
autofill           46 chrome/utility/importer/nss_decryptor_system_nss.h                            std::vector<autofill::PasswordForm>* forms);
autofill          107 chrome/utility/importer/nss_decryptor_win.h namespace autofill {
autofill          133 chrome/utility/importer/nss_decryptor_win.h                     std::vector<autofill::PasswordForm>* forms);
autofill          139 chrome/utility/importer/nss_decryptor_win.h                            std::vector<autofill::PasswordForm>* forms);
autofill           36 components/autofill/content/browser/content_autofill_driver.cc     autofill::AutofillManagerDelegate* delegate,
autofill           57 components/autofill/content/browser/content_autofill_driver.cc     autofill::AutofillManagerDelegate* delegate,
autofill           26 components/autofill/content/browser/content_autofill_driver.h namespace autofill {
autofill           40 components/autofill/content/browser/content_autofill_driver.h       autofill::AutofillManagerDelegate* delegate,
autofill           78 components/autofill/content/browser/content_autofill_driver.h       autofill::AutofillManagerDelegate* delegate,
autofill           14 components/autofill/content/browser/request_autocomplete_manager.h namespace autofill {
autofill           40 components/autofill/content/browser/risk/fingerprint.h namespace autofill {
autofill           15 components/autofill/content/browser/wallet/form_field_error.h namespace autofill {
autofill           22 components/autofill/content/browser/wallet/full_wallet.h namespace autofill {
autofill           16 components/autofill/content/browser/wallet/gaia_account.h namespace autofill {
autofill           17 components/autofill/content/browser/wallet/instrument.h namespace autofill {
autofill           17 components/autofill/content/browser/wallet/mock_wallet_client.h namespace autofill {
autofill           10 components/autofill/content/browser/wallet/required_action.h namespace autofill {
autofill           19 components/autofill/content/browser/wallet/wallet_address.h namespace autofill {
autofill           30 components/autofill/content/browser/wallet/wallet_client.h namespace autofill {
autofill           17 components/autofill/content/browser/wallet/wallet_client_delegate.h namespace autofill {
autofill           29 components/autofill/content/browser/wallet/wallet_items.h namespace autofill {
autofill          121 components/autofill/content/browser/wallet/wallet_items.h     FRIEND_TEST_ALL_PREFIXES(::autofill::WalletInstrumentWrapperTest,
autofill          123 components/autofill/content/browser/wallet/wallet_items.h     FRIEND_TEST_ALL_PREFIXES(::autofill::WalletInstrumentWrapperTest,
autofill           12 components/autofill/content/browser/wallet/wallet_service_url.h namespace autofill {
autofill           23 components/autofill/content/browser/wallet/wallet_signin_helper.h namespace autofill {
autofill           13 components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h namespace autofill {
autofill           13 components/autofill/content/browser/wallet/wallet_test_util.h namespace autofill {
autofill           28 components/autofill/content/common/autofill_messages.h IPC_ENUM_TRAITS_MAX_VALUE(autofill::FormsSeenState,
autofill           29 components/autofill/content/common/autofill_messages.h                           autofill::FORMS_SEEN_STATE_NUM_STATES - 1)
autofill           33 components/autofill/content/common/autofill_messages.h IPC_STRUCT_TRAITS_BEGIN(autofill::WebElementDescriptor)
autofill           38 components/autofill/content/common/autofill_messages.h IPC_ENUM_TRAITS_MAX_VALUE(autofill::WebElementDescriptor::RetrievalMethod,
autofill           39 components/autofill/content/common/autofill_messages.h                           autofill::WebElementDescriptor::NONE)
autofill           41 components/autofill/content/common/autofill_messages.h IPC_STRUCT_TRAITS_BEGIN(autofill::FormFieldData)
autofill           58 components/autofill/content/common/autofill_messages.h IPC_STRUCT_TRAITS_BEGIN(autofill::FormFieldDataPredictions)
autofill           66 components/autofill/content/common/autofill_messages.h IPC_STRUCT_TRAITS_BEGIN(autofill::FormDataPredictions)
autofill           73 components/autofill/content/common/autofill_messages.h IPC_STRUCT_TRAITS_BEGIN(autofill::UsernamesCollectionKey)
autofill           78 components/autofill/content/common/autofill_messages.h IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordFormFillData)
autofill           86 components/autofill/content/common/autofill_messages.h IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordAndRealm)
autofill          100 components/autofill/content/common/autofill_messages.h                     autofill::FormData /* form */)
autofill          105 components/autofill/content/common/autofill_messages.h                     autofill::FormData /* form */)
autofill          111 components/autofill/content/common/autofill_messages.h                     autofill::PasswordFormFillData /* the fill form data*/)
autofill          116 components/autofill/content/common/autofill_messages.h     std::vector<autofill::FormDataPredictions> /* forms */)
autofill          148 components/autofill/content/common/autofill_messages.h                     autofill::PasswordForm /* form checked */)
autofill          155 components/autofill/content/common/autofill_messages.h                     autofill::FormData /* form_data */)
autofill          160 components/autofill/content/common/autofill_messages.h                     std::vector<autofill::FormData> /* forms */)
autofill          170 components/autofill/content/common/autofill_messages.h                     std::vector<autofill::FormData> /* forms */,
autofill          172 components/autofill/content/common/autofill_messages.h                     autofill::FormsSeenState /* state */)
autofill          177 components/autofill/content/common/autofill_messages.h                     std::vector<autofill::PasswordForm> /* forms */)
autofill          182 components/autofill/content/common/autofill_messages.h                     std::vector<autofill::PasswordForm> /* forms */)
autofill          186 components/autofill/content/common/autofill_messages.h                     autofill::PasswordForm /* form */)
autofill          190 components/autofill/content/common/autofill_messages.h                     autofill::FormData /* form */,
autofill          195 components/autofill/content/common/autofill_messages.h                     autofill::FormData /* the form */,
autofill          196 components/autofill/content/common/autofill_messages.h                     autofill::FormFieldData /* the form field */,
autofill          202 components/autofill/content/common/autofill_messages.h                     autofill::FormData /* the form */,
autofill          203 components/autofill/content/common/autofill_messages.h                     autofill::FormFieldData /* the form field */,
autofill          216 components/autofill/content/common/autofill_messages.h                     autofill::FormData /* form_data */,
autofill          235 components/autofill/content/common/autofill_messages.h                     autofill::PasswordForm)
autofill          242 components/autofill/content/common/autofill_messages.h                     autofill::PasswordForm)
autofill          249 components/autofill/content/common/autofill_messages.h                     autofill::FormFieldData, /* the user name field */
autofill          250 components/autofill/content/common/autofill_messages.h                     autofill::PasswordFormFillData /* password pairings */)
autofill          255 components/autofill/content/common/autofill_messages.h                     autofill::FormFieldData /* the form field */,
autofill           14 components/autofill/content/common/autofill_param_traits_macros.h IPC_ENUM_TRAITS_MAX_VALUE(autofill::PasswordForm::Type,
autofill           15 components/autofill/content/common/autofill_param_traits_macros.h                           autofill::PasswordForm::TYPE_LAST)
autofill           17 components/autofill/content/common/autofill_param_traits_macros.h IPC_STRUCT_TRAITS_BEGIN(autofill::FormData)
autofill           26 components/autofill/content/common/autofill_param_traits_macros.h IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordForm)
autofill          186 components/autofill/content/renderer/autofill_agent.cc   autofill::FormsSeenState state = has_more_forms ?
autofill          187 components/autofill/content/renderer/autofill_agent.cc       autofill::PARTIAL_FORMS_SEEN : autofill::NO_SPECIAL_FORMS_SEEN;
autofill           30 components/autofill/content/renderer/autofill_agent.h namespace autofill {
autofill           23 components/autofill/content/renderer/form_autofill_util.h namespace autofill {
autofill           99 components/autofill/content/renderer/form_cache.cc     ExtractAutofillableElements(form_element, autofill::REQUIRE_NONE,
autofill          188 components/autofill/content/renderer/form_cache.cc   ExtractAutofillableElements(form_element, autofill::REQUIRE_NONE,
autofill          269 components/autofill/content/renderer/form_cache.cc   ExtractAutofillableElements(form_element, autofill::REQUIRE_NONE,
autofill           23 components/autofill/content/renderer/form_cache.h namespace autofill {
autofill           12 components/autofill/content/renderer/page_click_listener.h namespace autofill {
autofill           43 components/autofill/content/renderer/page_click_tracker.cc   if (!autofill::IsTextInput(input))
autofill           15 components/autofill/content/renderer/page_click_tracker.h namespace autofill {
autofill           24 components/autofill/content/renderer/password_autofill_agent.h namespace autofill {
autofill           14 components/autofill/content/renderer/password_form_conversion_utils.h namespace autofill {
autofill           78 components/autofill/content/renderer/password_generation_agent.cc bool FormsAreEqual(const autofill::FormData& form1,
autofill           87 components/autofill/content/renderer/password_generation_agent.cc bool ContainsForm(const std::vector<autofill::FormData>& forms,
autofill           89 components/autofill/content/renderer/password_generation_agent.cc   for (std::vector<autofill::FormData>::const_iterator it =
autofill          228 components/autofill/content/renderer/password_generation_agent.cc     const std::vector<autofill::FormData>& forms) {
autofill           22 components/autofill/content/renderer/password_generation_agent.h namespace autofill {
autofill           60 components/autofill/content/renderer/password_generation_agent.h       const std::vector<autofill::FormData>& forms);
autofill           89 components/autofill/content/renderer/password_generation_agent.h   std::vector<autofill::FormData> generation_enabled_forms_;
autofill           10 components/autofill/content/renderer/test_password_autofill_agent.h namespace autofill {
autofill           14 components/autofill/content/renderer/test_password_generation_agent.h namespace autofill {
autofill           15 components/autofill/core/browser/address.h namespace autofill {
autofill           32 components/autofill/core/browser/address_field.cc   base::string16 attention_ignored = UTF8ToUTF16(autofill::kAttentionIgnoredRe);
autofill           33 components/autofill/core/browser/address_field.cc   base::string16 region_ignored = UTF8ToUTF16(autofill::kRegionIgnoredRe);
autofill          130 components/autofill/core/browser/address_field.cc   return ParseField(scanner, UTF8ToUTF16(autofill::kCompanyRe), &company_);
autofill          145 components/autofill/core/browser/address_field.cc   base::string16 pattern = UTF8ToUTF16(autofill::kAddressLine1Re);
autofill          146 components/autofill/core/browser/address_field.cc   base::string16 label_pattern = UTF8ToUTF16(autofill::kAddressLine1LabelRe);
autofill          159 components/autofill/core/browser/address_field.cc   pattern = UTF8ToUTF16(autofill::kAddressLine2Re);
autofill          160 components/autofill/core/browser/address_field.cc   label_pattern = UTF8ToUTF16(autofill::kAddressLine2LabelRe);
autofill          172 components/autofill/core/browser/address_field.cc     pattern = UTF8ToUTF16(autofill::kAddressLinesExtraRe);
autofill          188 components/autofill/core/browser/address_field.cc                              UTF8ToUTF16(autofill::kCountryRe),
autofill          199 components/autofill/core/browser/address_field.cc   base::string16 pattern = UTF8ToUTF16(autofill::kZipCodeRe);
autofill          205 components/autofill/core/browser/address_field.cc   ParseField(scanner, UTF8ToUTF16(autofill::kZip4Re), &zip4_);
autofill          217 components/autofill/core/browser/address_field.cc                              UTF8ToUTF16(autofill::kCityRe),
autofill          227 components/autofill/core/browser/address_field.cc                              UTF8ToUTF16(autofill::kStateRe),
autofill           17 components/autofill/core/browser/address_field.h namespace autofill {
autofill           13 components/autofill/core/browser/android/auxiliary_profile_loader_android.h namespace autofill {
autofill           23 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc     autofill::AuxiliaryProfilesAndroid impl(profile_loader_, "en-US");
autofill           15 components/autofill/core/browser/android/auxiliary_profiles_android.h namespace autofill {
autofill           29 components/autofill/core/browser/android/auxiliary_profiles_android.h      const autofill::AuxiliaryProfileLoaderAndroid& profile_loader,
autofill           15 components/autofill/core/browser/android/component_jni_registrar.cc       autofill::RegisterAuxiliaryProfileLoader },
autofill           10 components/autofill/core/browser/android/component_jni_registrar.h namespace autofill {
autofill            7 components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java package org.chromium.components.browser.autofill;
autofill           15 components/autofill/core/browser/android/personal_data_manager_android.cc   autofill::AuxiliaryProfileLoaderAndroid profile_loader;
autofill           20 components/autofill/core/browser/android/personal_data_manager_android.cc     autofill::AuxiliaryProfilesAndroid impl(profile_loader, app_locale_);
autofill           11 components/autofill/core/browser/android/test_auxiliary_profile_loader_android.h namespace autofill {
autofill           14 components/autofill/core/browser/android/test_auxiliary_profile_loader_android.h     : public autofill::AuxiliaryProfileLoaderAndroid {
autofill          132 components/autofill/core/browser/autocomplete_history_manager.cc         !autofill::IsValidCreditCardNumber(iter->value) &&
autofill          133 components/autofill/core/browser/autocomplete_history_manager.cc         !autofill::IsSSN(iter->value)) {
autofill           15 components/autofill/core/browser/autocomplete_history_manager.h namespace autofill {
autofill           47 components/autofill/core/browser/autocomplete_history_manager_unittest.cc     : public autofill::TestAutofillManagerDelegate {
autofill            8 components/autofill/core/browser/autofill-inl.h namespace autofill {
autofill           14 components/autofill/core/browser/autofill_country.h namespace autofill {
autofill           13 components/autofill/core/browser/autofill_data_model.h namespace autofill {
autofill           27 components/autofill/core/browser/autofill_download.h namespace autofill {
autofill           20 components/autofill/core/browser/autofill_driver.h namespace autofill {
autofill           24 components/autofill/core/browser/autofill_external_delegate.h namespace autofill {
autofill           53 components/autofill/core/browser/autofill_external_delegate_unittest.cc     : public autofill::TestAutofillManagerDelegate {
autofill          394 components/autofill/core/browser/autofill_external_delegate_unittest.cc   autofill::GenerateTestAutofillPopup(external_delegate_.get());
autofill           15 components/autofill/core/browser/autofill_field.h namespace autofill {
autofill            8 components/autofill/core/browser/autofill_ie_toolbar_import_win.h namespace autofill {
autofill          143 components/autofill/core/browser/autofill_manager.cc       matching_types.insert(autofill::PASSWORD);
autofill          168 components/autofill/core/browser/autofill_manager.cc     autofill::AutofillManagerDelegate* delegate,
autofill          316 components/autofill/core/browser/autofill_manager.cc                                   autofill::FormsSeenState state) {
autofill          320 components/autofill/core/browser/autofill_manager.cc   bool is_post_document_load = state == autofill::DYNAMIC_FORMS_SEEN;
autofill          649 components/autofill/core/browser/autofill_manager.cc     autofill::AutofillManagerTestDelegate* delegate) {
autofill          767 components/autofill/core/browser/autofill_manager.cc   non_empty_types.insert(autofill::PASSWORD);
autofill          832 components/autofill/core/browser/autofill_manager.cc                                  autofill::AutofillManagerDelegate* delegate,
autofill           47 components/autofill/core/browser/autofill_manager.h namespace autofill {
autofill           78 components/autofill/core/browser/autofill_manager.h                   autofill::AutofillManagerDelegate* delegate,
autofill          112 components/autofill/core/browser/autofill_manager.h   autofill::AutofillManagerDelegate* delegate() const {
autofill          119 components/autofill/core/browser/autofill_manager.h   void SetTestDelegate(autofill::AutofillManagerTestDelegate* delegate);
autofill          123 components/autofill/core/browser/autofill_manager.h                    autofill::FormsSeenState state);
autofill          173 components/autofill/core/browser/autofill_manager.h                   autofill::AutofillManagerDelegate* delegate,
autofill          289 components/autofill/core/browser/autofill_manager.h   autofill::AutofillManagerDelegate* const manager_delegate_;
autofill          341 components/autofill/core/browser/autofill_manager.h   autofill::AutofillManagerTestDelegate* test_delegate_;
autofill          346 components/autofill/core/browser/autofill_manager.h   friend class autofill::FormStructureBrowserTest;
autofill           24 components/autofill/core/browser/autofill_manager_delegate.h namespace autofill {
autofill          101 components/autofill/core/browser/autofill_manager_delegate.h       const std::vector<autofill::FormStructure*>& forms) = 0;
autofill            8 components/autofill/core/browser/autofill_manager_test_delegate.h namespace autofill {
autofill          389 components/autofill/core/browser/autofill_manager_unittest.cc                       autofill::AutofillManagerDelegate* delegate,
autofill          638 components/autofill/core/browser/autofill_manager_unittest.cc                                    autofill::NO_SPECIAL_FORMS_SEEN);
autofill          643 components/autofill/core/browser/autofill_manager_unittest.cc                                    autofill::PARTIAL_FORMS_SEEN);
autofill          648 components/autofill/core/browser/autofill_manager_unittest.cc                                    autofill::DYNAMIC_FORMS_SEEN);
autofill         1568 components/autofill/core/browser/autofill_manager_unittest.cc       ::autofill::prefs::kAutofillAuxiliaryProfilesEnabled, true);
autofill         2497 components/autofill/core/browser/autofill_manager_unittest.cc       prefs->GetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled));
autofill         2499 components/autofill/core/browser/autofill_manager_unittest.cc       ::autofill::prefs::kAutofillAuxiliaryProfilesEnabled, false);
autofill         2500 components/autofill/core/browser/autofill_manager_unittest.cc   prefs->ClearPref(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled);
autofill         2502 components/autofill/core/browser/autofill_manager_unittest.cc       prefs->GetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled));
autofill         2505 components/autofill/core/browser/autofill_manager_unittest.cc       prefs->GetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled));
autofill         2506 components/autofill/core/browser/autofill_manager_unittest.cc   prefs->SetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled, true);
autofill         2507 components/autofill/core/browser/autofill_manager_unittest.cc   prefs->ClearPref(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled);
autofill         2509 components/autofill/core/browser/autofill_manager_unittest.cc       prefs->GetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled));
autofill           68 components/autofill/core/browser/autofill_metrics.cc     case ::autofill::NO_GROUP:
autofill           72 components/autofill/core/browser/autofill_metrics.cc     case ::autofill::NAME:
autofill           73 components/autofill/core/browser/autofill_metrics.cc     case ::autofill::NAME_BILLING:
autofill           77 components/autofill/core/browser/autofill_metrics.cc     case ::autofill::COMPANY:
autofill           81 components/autofill/core/browser/autofill_metrics.cc     case ::autofill::ADDRESS_HOME:
autofill           82 components/autofill/core/browser/autofill_metrics.cc     case ::autofill::ADDRESS_BILLING:
autofill          109 components/autofill/core/browser/autofill_metrics.cc     case ::autofill::EMAIL:
autofill          113 components/autofill/core/browser/autofill_metrics.cc     case ::autofill::PHONE_HOME:
autofill          114 components/autofill/core/browser/autofill_metrics.cc     case ::autofill::PHONE_BILLING:
autofill          118 components/autofill/core/browser/autofill_metrics.cc     case ::autofill::CREDIT_CARD:
autofill          120 components/autofill/core/browser/autofill_metrics.cc         case ::autofill::CREDIT_CARD_NAME:
autofill          123 components/autofill/core/browser/autofill_metrics.cc         case ::autofill::CREDIT_CARD_NUMBER:
autofill          126 components/autofill/core/browser/autofill_metrics.cc         case ::autofill::CREDIT_CARD_TYPE:
autofill          129 components/autofill/core/browser/autofill_metrics.cc         case ::autofill::CREDIT_CARD_EXP_MONTH:
autofill          130 components/autofill/core/browser/autofill_metrics.cc         case ::autofill::CREDIT_CARD_EXP_2_DIGIT_YEAR:
autofill          131 components/autofill/core/browser/autofill_metrics.cc         case ::autofill::CREDIT_CARD_EXP_4_DIGIT_YEAR:
autofill          132 components/autofill/core/browser/autofill_metrics.cc         case ::autofill::CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR:
autofill          133 components/autofill/core/browser/autofill_metrics.cc         case ::autofill::CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR:
autofill          143 components/autofill/core/browser/autofill_metrics.cc     case ::autofill::PASSWORD_FIELD:
autofill           19 components/autofill/core/browser/autofill_metrics.h namespace autofill {
autofill          514 components/autofill/core/browser/autofill_metrics_unittest.cc                                    autofill::NO_SPECIAL_FORMS_SEEN);
autofill          535 components/autofill/core/browser/autofill_metrics_unittest.cc                                    autofill::NO_SPECIAL_FORMS_SEEN);
autofill          567 components/autofill/core/browser/autofill_metrics_unittest.cc                                    autofill::NO_SPECIAL_FORMS_SEEN);
autofill          680 components/autofill/core/browser/autofill_metrics_unittest.cc                                  autofill::NO_SPECIAL_FORMS_SEEN);
autofill          691 components/autofill/core/browser/autofill_metrics_unittest.cc                                  autofill::NO_SPECIAL_FORMS_SEEN);
autofill          718 components/autofill/core/browser/autofill_metrics_unittest.cc                                    autofill::NO_SPECIAL_FORMS_SEEN);
autofill          755 components/autofill/core/browser/autofill_metrics_unittest.cc                                    autofill::NO_SPECIAL_FORMS_SEEN);
autofill          856 components/autofill/core/browser/autofill_metrics_unittest.cc                                    autofill::NO_SPECIAL_FORMS_SEEN);
autofill          978 components/autofill/core/browser/autofill_metrics_unittest.cc         autofill::NO_SPECIAL_FORMS_SEEN);
autofill          998 components/autofill/core/browser/autofill_metrics_unittest.cc         autofill::NO_SPECIAL_FORMS_SEEN);
autofill         1021 components/autofill/core/browser/autofill_metrics_unittest.cc         autofill::NO_SPECIAL_FORMS_SEEN);
autofill         1045 components/autofill/core/browser/autofill_metrics_unittest.cc         autofill::NO_SPECIAL_FORMS_SEEN);
autofill           14 components/autofill/core/browser/autofill_popup_delegate.h namespace autofill {
autofill          387 components/autofill/core/browser/autofill_profile.cc       return country == "US" && !autofill::IsValidState(data);
autofill          390 components/autofill/core/browser/autofill_profile.cc       return country == "US" && !autofill::IsValidZip(data);
autofill          396 components/autofill/core/browser/autofill_profile.cc       return !autofill::IsValidEmailAddress(data);
autofill           23 components/autofill/core/browser/autofill_profile.h namespace autofill {
autofill            8 components/autofill/core/browser/autofill_regex_constants.h namespace autofill {
autofill           11 components/autofill/core/browser/autofill_regexes.h namespace autofill {
autofill           41 components/autofill/core/browser/autofill_regexes_unittest.cc     EXPECT_TRUE(autofill::MatchesPattern(ASCIIToUTF16(test_case.input),
autofill           61 components/autofill/core/browser/autofill_regexes_unittest.cc     EXPECT_FALSE(autofill::MatchesPattern(ASCIIToUTF16(test_case.input),
autofill           13 components/autofill/core/browser/autofill_scanner.h namespace autofill {
autofill           12 components/autofill/core/browser/autofill_server_field_info.h namespace autofill {
autofill           12 components/autofill/core/browser/autofill_test_utils.h namespace autofill {
autofill           12 components/autofill/core/browser/autofill_type.h namespace autofill {
autofill          118 components/autofill/core/browser/autofill_xml_parser.cc       element_descriptor->retrieval_method = autofill::WebElementDescriptor::ID;
autofill          124 components/autofill/core/browser/autofill_xml_parser.cc           autofill::WebElementDescriptor::CSS_SELECTOR;
autofill           19 components/autofill/core/browser/autofill_xml_parser.h namespace autofill {
autofill           15 components/autofill/core/browser/contact_info.h namespace autofill {
autofill          437 components/autofill/core/browser/credit_card.cc   if (!autofill::MatchesPattern(value,
autofill          575 components/autofill/core/browser/credit_card.cc       autofill::IsValidCreditCardNumber(number_) &&
autofill          581 components/autofill/core/browser/credit_card.cc   return autofill::IsValidCreditCardNumber(number_) &&
autofill          582 components/autofill/core/browser/credit_card.cc          autofill::IsValidCreditCardExpirationDate(
autofill           16 components/autofill/core/browser/credit_card.h namespace autofill {
autofill           35 components/autofill/core/browser/credit_card_field.cc     if (ParseField(scanner, base::UTF8ToUTF16(autofill::kGiftCardRe), NULL))
autofill           48 components/autofill/core/browser/credit_card_field.cc         name_pattern = base::UTF8ToUTF16(autofill::kNameOnCardRe);
autofill           50 components/autofill/core/browser/credit_card_field.cc         name_pattern = base::UTF8ToUTF16(autofill::kNameOnCardContextualRe);
autofill           72 components/autofill/core/browser/credit_card_field.cc     base::string16 type_pattern = base::UTF8ToUTF16(autofill::kCardTypeRe);
autofill           85 components/autofill/core/browser/credit_card_field.cc     base::string16 pattern = base::UTF8ToUTF16(autofill::kCardCvcRe);
autofill           91 components/autofill/core/browser/credit_card_field.cc     pattern = base::UTF8ToUTF16(autofill::kCardNumberRe);
autofill          103 components/autofill/core/browser/credit_card_field.cc       pattern = base::UTF8ToUTF16(autofill::kExpirationMonthRe);
autofill          107 components/autofill/core/browser/credit_card_field.cc         pattern = base::UTF8ToUTF16(autofill::kExpirationYearRe);
autofill          118 components/autofill/core/browser/credit_card_field.cc         pattern = base::UTF8ToUTF16(autofill::kExpirationDate2DigitYearRe);
autofill          128 components/autofill/core/browser/credit_card_field.cc         pattern = base::UTF8ToUTF16(autofill::kExpirationDateRe);
autofill          151 components/autofill/core/browser/credit_card_field.cc     if (ParseField(scanner, base::UTF8ToUTF16(autofill::kCardIgnoredRe), NULL))
autofill           16 components/autofill/core/browser/credit_card_field.h namespace autofill {
autofill           12 components/autofill/core/browser/crypto/rc4_decryptor.h namespace autofill {
autofill           13 components/autofill/core/browser/data_driven_test.h namespace autofill {
autofill           17 components/autofill/core/browser/email_field.cc   if (ParseFieldSpecifics(scanner, base::UTF8ToUTF16(autofill::kEmailRe),
autofill           12 components/autofill/core/browser/email_field.h namespace autofill {
autofill           13 components/autofill/core/browser/field_types.h namespace autofill {
autofill          131 components/autofill/core/browser/form_field.cc       autofill::MatchesPattern(field->label, pattern)) {
autofill          136 components/autofill/core/browser/form_field.cc       autofill::MatchesPattern(field->name, pattern)) {
autofill          141 components/autofill/core/browser/form_field.cc       autofill::MatchesPattern(field->value, pattern)) {
autofill           15 components/autofill/core/browser/form_field.h namespace autofill {
autofill           13 components/autofill/core/browser/form_group.h namespace autofill {
autofill           42 components/autofill/core/browser/form_structure.h namespace autofill {
autofill           82 components/autofill/core/browser/name_field.cc                                   UTF8ToUTF16(autofill::kNameIgnoredRe), NULL);
autofill           91 components/autofill/core/browser/name_field.cc   if (ParseField(scanner, UTF8ToUTF16(autofill::kNameRe), &field))
autofill          114 components/autofill/core/browser/name_field.cc                  UTF8ToUTF16(autofill::kNameSpecificRe), &v->first_name_) &&
autofill          150 components/autofill/core/browser/name_field.cc     if (ParseFieldSpecifics(scanner, UTF8ToUTF16(autofill::kNameIgnoredRe),
autofill          156 components/autofill/core/browser/name_field.cc         ParseField(scanner, UTF8ToUTF16(autofill::kFirstNameRe),
autofill          167 components/autofill/core/browser/name_field.cc         ParseField(scanner, UTF8ToUTF16(autofill::kMiddleInitialRe),
autofill          174 components/autofill/core/browser/name_field.cc         ParseField(scanner, UTF8ToUTF16(autofill::kMiddleNameRe),
autofill          180 components/autofill/core/browser/name_field.cc         ParseField(scanner, UTF8ToUTF16(autofill::kLastNameRe),
autofill           15 components/autofill/core/browser/name_field.h namespace autofill {
autofill           19 components/autofill/core/browser/password_autofill_manager.h namespace autofill {
autofill           23 components/autofill/core/browser/password_autofill_manager_unittest.cc class MockAutofillDriver : public autofill::TestAutofillDriver {
autofill           13 components/autofill/core/browser/password_generator.h namespace autofill {
autofill           29 components/autofill/core/browser/personal_data_manager.h namespace autofill {
autofill           38 components/autofill/core/browser/personal_data_manager.h void SetProfiles(int, std::vector<autofill::AutofillProfile>*);
autofill           39 components/autofill/core/browser/personal_data_manager.h void SetCreditCards(int, std::vector<autofill::CreditCard>*);
autofill           42 components/autofill/core/browser/personal_data_manager.h namespace autofill {
autofill          210 components/autofill/core/browser/personal_data_manager.h   friend class autofill::AutofillInteractiveTest;
autofill          211 components/autofill/core/browser/personal_data_manager.h   friend class autofill::AutofillTest;
autofill          212 components/autofill/core/browser/personal_data_manager.h   friend class autofill::PersonalDataManagerFactory;
autofill          219 components/autofill/core/browser/personal_data_manager.h       int, std::vector<autofill::AutofillProfile>*);
autofill          221 components/autofill/core/browser/personal_data_manager.h       int, std::vector<autofill::CreditCard>*);
autofill            8 components/autofill/core/browser/personal_data_manager_observer.h namespace autofill {
autofill          120 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile0(autofill::test::GetFullProfile());
autofill           22 components/autofill/core/browser/phone_field.cc   base::string16 area_code = base::UTF8ToUTF16(autofill::kAreaCodeRe);
autofill           24 components/autofill/core/browser/phone_field.cc   area_code.append(base::UTF8ToUTF16(autofill::kAreaCodeNotextRe));
autofill          185 components/autofill/core/browser/phone_field.cc     if (!ParseField(scanner, base::UTF8ToUTF16(autofill::kPhoneSuffixRe),
autofill          187 components/autofill/core/browser/phone_field.cc       ParseField(scanner, base::UTF8ToUTF16(autofill::kPhoneSuffixSeparatorRe),
autofill          193 components/autofill/core/browser/phone_field.cc   ParseField(scanner, base::UTF8ToUTF16(autofill::kPhoneExtensionRe),
autofill          252 components/autofill/core/browser/phone_field.cc       return base::UTF8ToUTF16(autofill::kCountryCodeRe);
autofill          256 components/autofill/core/browser/phone_field.cc       return base::UTF8ToUTF16(autofill::kAreaCodeNotextRe);
autofill          258 components/autofill/core/browser/phone_field.cc       return base::UTF8ToUTF16(autofill::kPhoneRe);
autofill          260 components/autofill/core/browser/phone_field.cc       return base::UTF8ToUTF16(autofill::kPhonePrefixSeparatorRe);
autofill          262 components/autofill/core/browser/phone_field.cc       return base::UTF8ToUTF16(autofill::kPhonePrefixRe);
autofill          264 components/autofill/core/browser/phone_field.cc       return base::UTF8ToUTF16(autofill::kPhoneSuffixSeparatorRe);
autofill          266 components/autofill/core/browser/phone_field.cc       return base::UTF8ToUTF16(autofill::kPhoneSuffixRe);
autofill          268 components/autofill/core/browser/phone_field.cc       return base::UTF8ToUTF16(autofill::kPhoneExtensionRe);
autofill           15 components/autofill/core/browser/phone_field.h namespace autofill {
autofill           16 components/autofill/core/browser/phone_number.h namespace autofill {
autofill           21 components/autofill/core/browser/phone_number_i18n.h namespace autofill {
autofill           10 components/autofill/core/browser/popup_item_ids.h namespace autofill {
autofill           10 components/autofill/core/browser/state_names.h namespace autofill {
autofill           17 components/autofill/core/browser/test_autofill_driver.h namespace autofill {
autofill           10 components/autofill/core/browser/test_autofill_external_delegate.h namespace autofill {
autofill           57 components/autofill/core/browser/test_autofill_manager_delegate.cc     const std::vector<autofill::FormStructure*>& forms) {}
autofill           14 components/autofill/core/browser/test_autofill_manager_delegate.h namespace autofill {
autofill           51 components/autofill/core/browser/test_autofill_manager_delegate.h       const std::vector<autofill::FormStructure*>& forms) OVERRIDE;
autofill           14 components/autofill/core/browser/test_personal_data_manager.h namespace autofill {
autofill           14 components/autofill/core/browser/validation.h namespace autofill {
autofill          104 components/autofill/core/browser/validation_unittest.cc         autofill::IsValidCreditCardNumber(ASCIIToUTF16(kValidNumbers[i])));
autofill          109 components/autofill/core/browser/validation_unittest.cc         autofill::IsValidCreditCardNumber(ASCIIToUTF16(kInvalidNumbers[i])));
autofill          123 components/autofill/core/browser/validation_unittest.cc         autofill::IsValidCreditCardExpirationDate(ASCIIToUTF16(data.year),
autofill          132 components/autofill/core/browser/validation_unittest.cc         !autofill::IsValidCreditCardExpirationDate(ASCIIToUTF16(data.year),
autofill          148 components/autofill/core/browser/validation_unittest.cc         autofill::IsValidCreditCardExpirationDate(data.year, data.month, now));
autofill          155 components/autofill/core/browser/validation_unittest.cc         !autofill::IsValidCreditCardExpirationDate(data.year, data.month, now));
autofill          162 components/autofill/core/browser/validation_unittest.cc         autofill::IsValidCreditCardSecurityCode(
autofill          168 components/autofill/core/browser/validation_unittest.cc         autofill::IsValidCreditCardSecurityCode(
autofill          177 components/autofill/core/browser/validation_unittest.cc         autofill::IsValidEmailAddress(ASCIIToUTF16(kValidEmailAddress[i])));
autofill          182 components/autofill/core/browser/validation_unittest.cc         autofill::IsValidEmailAddress(ASCIIToUTF16(kInvalidEmailAddress[i])));
autofill          187 components/autofill/core/browser/validation_unittest.cc   EXPECT_TRUE(autofill::IsValidCreditCardSecurityCode(
autofill          189 components/autofill/core/browser/validation_unittest.cc   EXPECT_TRUE(autofill::IsValidCreditCardSecurityCode(
autofill          191 components/autofill/core/browser/validation_unittest.cc   EXPECT_FALSE(autofill::IsValidCreditCardSecurityCode(
autofill          193 components/autofill/core/browser/validation_unittest.cc   EXPECT_FALSE(autofill::IsValidCreditCardSecurityCode(
autofill          195 components/autofill/core/browser/validation_unittest.cc   EXPECT_TRUE(autofill::IsValidCreditCardSecurityCode(
autofill          197 components/autofill/core/browser/validation_unittest.cc   EXPECT_FALSE(autofill::IsValidCreditCardSecurityCode(
autofill           12 components/autofill/core/browser/webdata/autofill_change.h namespace autofill {
autofill           11 components/autofill/core/browser/webdata/autofill_entry.h namespace autofill {
autofill           36 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h namespace autofill {
autofill           22 components/autofill/core/browser/webdata/autofill_table.h namespace autofill {
autofill           24 components/autofill/core/browser/webdata/autofill_webdata.h namespace autofill {
autofill           10 components/autofill/core/browser/webdata/autofill_webdata_backend.h namespace autofill {
autofill           27 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h namespace autofill {
autofill           27 components/autofill/core/browser/webdata/autofill_webdata_service.h namespace autofill {
autofill           10 components/autofill/core/browser/webdata/autofill_webdata_service_observer.h namespace autofill {
autofill           12 components/autofill/core/common/autofill_constants.h namespace autofill {
autofill           15 components/autofill/core/common/autofill_data_validation.h namespace autofill {
autofill            8 components/autofill/core/common/autofill_pref_names.h namespace autofill {
autofill            8 components/autofill/core/common/autofill_switches.h namespace autofill {
autofill           14 components/autofill/core/common/form_data.h namespace autofill {
autofill           14 components/autofill/core/common/form_data_predictions.h namespace autofill {
autofill           16 components/autofill/core/common/form_field_data.h namespace autofill {
autofill           13 components/autofill/core/common/form_field_data_predictions.h namespace autofill {
autofill            8 components/autofill/core/common/forms_seen_state.h namespace autofill {
autofill            8 components/autofill/core/common/password_autofill_util.h namespace autofill {
autofill           16 components/autofill/core/common/password_form.h namespace autofill {
autofill          214 components/autofill/core/common/password_form.h                          const autofill::PasswordForm& form);
autofill           14 components/autofill/core/common/password_form_fill_data.h namespace autofill {
autofill            8 components/autofill/core/common/password_generation_util.h namespace autofill {
autofill            9 components/autofill/core/common/web_element_descriptor.cc autofill::WebElementDescriptor::WebElementDescriptor()
autofill           10 components/autofill/core/common/web_element_descriptor.h namespace autofill {
autofill           33 components/password_manager/content/browser/content_password_manager_driver.cc     const autofill::PasswordFormFillData& form_data) {
autofill           40 components/password_manager/content/browser/content_password_manager_driver.cc     autofill::PasswordForm* form) {
autofill           46 components/password_manager/content/browser/content_password_manager_driver.cc     const std::vector<autofill::FormData>& forms) {
autofill          103 components/password_manager/content/browser/content_password_manager_driver.cc autofill::AutofillManager* ContentPasswordManagerDriver::GetAutofillManager() {
autofill          104 components/password_manager/content/browser/content_password_manager_driver.cc   autofill::ContentAutofillDriver* driver =
autofill          105 components/password_manager/content/browser/content_password_manager_driver.cc       autofill::ContentAutofillDriver::FromWebContents(web_contents());
autofill           15 components/password_manager/content/browser/content_password_manager_driver.h namespace autofill {
autofill           32 components/password_manager/content/browser/content_password_manager_driver.h   virtual void FillPasswordForm(const autofill::PasswordFormFillData& form_data)
autofill           34 components/password_manager/content/browser/content_password_manager_driver.h   virtual void AllowPasswordGenerationForForm(autofill::PasswordForm* form)
autofill           37 components/password_manager/content/browser/content_password_manager_driver.h       const std::vector<autofill::FormData>& forms) OVERRIDE;
autofill           42 components/password_manager/content/browser/content_password_manager_driver.h   virtual autofill::AutofillManager* GetAutofillManager() OVERRIDE;
autofill           21 components/password_manager/core/browser/login_database.cc using autofill::PasswordForm;
autofill          275 components/password_manager/core/browser/login_database.cc   autofill::SerializeFormData(form.form_data, &form_data_pickle);
autofill          414 components/password_manager/core/browser/login_database.cc     autofill::DeserializeFormData(&form_data_iter, &form->form_data);
autofill          511 components/password_manager/core/browser/login_database.cc     std::vector<autofill::PasswordForm*>* forms) const {
autofill           18 components/password_manager/core/browser/login_database.h namespace autofill {
autofill           38 components/password_manager/core/browser/login_database.h   bool AddLogin(const autofill::PasswordForm& form);
autofill           42 components/password_manager/core/browser/login_database.h   bool UpdateLogin(const autofill::PasswordForm& form, int* items_changed);
autofill           45 components/password_manager/core/browser/login_database.h   bool RemoveLogin(const autofill::PasswordForm& form);
autofill           56 components/password_manager/core/browser/login_database.h   bool GetLogins(const autofill::PasswordForm& form,
autofill           57 components/password_manager/core/browser/login_database.h                  std::vector<autofill::PasswordForm*>* forms) const;
autofill           65 components/password_manager/core/browser/login_database.h       std::vector<autofill::PasswordForm*>* forms) const;
autofill           70 components/password_manager/core/browser/login_database.h       std::vector<autofill::PasswordForm*>* forms) const;
autofill           74 components/password_manager/core/browser/login_database.h       std::vector<autofill::PasswordForm*>* forms) const;
autofill          121 components/password_manager/core/browser/login_database.h   EncryptionResult InitPasswordFormFromStatement(autofill::PasswordForm* form,
autofill          127 components/password_manager/core/browser/login_database.h       bool blacklisted, std::vector<autofill::PasswordForm*>* forms) const;
autofill           20 components/password_manager/core/browser/login_database_unittest.cc using autofill::PasswordForm;
autofill          631 components/password_manager/core/browser/login_database_unittest.cc   std::vector<autofill::PasswordForm*> result;
autofill          735 components/password_manager/core/browser/login_database_unittest.cc   ScopedVector<autofill::PasswordForm> result;
autofill           20 components/password_manager/core/browser/mock_password_store.h   MOCK_METHOD1(RemoveLogin, void(const autofill::PasswordForm&));
autofill           22 components/password_manager/core/browser/mock_password_store.h       const autofill::PasswordForm&,
autofill           25 components/password_manager/core/browser/mock_password_store.h   MOCK_METHOD1(AddLogin, void(const autofill::PasswordForm&));
autofill           26 components/password_manager/core/browser/mock_password_store.h   MOCK_METHOD1(UpdateLogin, void(const autofill::PasswordForm&));
autofill           30 components/password_manager/core/browser/mock_password_store.h                PasswordStoreChangeList(const autofill::PasswordForm&));
autofill           32 components/password_manager/core/browser/mock_password_store.h                PasswordStoreChangeList(const autofill::PasswordForm&));
autofill           34 components/password_manager/core/browser/mock_password_store.h                PasswordStoreChangeList(const autofill::PasswordForm&));
autofill           38 components/password_manager/core/browser/mock_password_store.h                void(const autofill::PasswordForm& form,
autofill           44 components/password_manager/core/browser/mock_password_store.h       bool(std::vector<autofill::PasswordForm*>*));
autofill           46 components/password_manager/core/browser/mock_password_store.h       bool(std::vector<autofill::PasswordForm*>*));
autofill            9 components/password_manager/core/browser/password_form_data.cc using autofill::PasswordForm;
autofill           40 components/password_manager/core/browser/password_form_data.cc typedef std::set<const autofill::PasswordForm*> SetOfForms;
autofill           76 components/password_manager/core/browser/password_form_data.cc     std::vector<autofill::PasswordForm>& first,
autofill           77 components/password_manager/core/browser/password_form_data.cc     std::vector<autofill::PasswordForm>& second) {
autofill           18 components/password_manager/core/browser/password_form_data.h   const autofill::PasswordForm::Scheme scheme;
autofill           34 components/password_manager/core/browser/password_form_data.h autofill::PasswordForm* CreatePasswordFormFromData(
autofill           40 components/password_manager/core/browser/password_form_data.h     const std::vector<autofill::PasswordForm*>& first,
autofill           41 components/password_manager/core/browser/password_form_data.h     const std::vector<autofill::PasswordForm*>& second);
autofill           44 components/password_manager/core/browser/password_form_data.h     std::vector<autofill::PasswordForm>& first,
autofill           45 components/password_manager/core/browser/password_form_data.h     std::vector<autofill::PasswordForm>& second);
autofill           21 components/password_manager/core/browser/password_form_manager.cc using autofill::FormStructure;
autofill           22 components/password_manager/core/browser/password_form_manager.cc using autofill::PasswordForm;
autofill           23 components/password_manager/core/browser/password_form_manager.cc using autofill::PasswordFormMap;
autofill          436 components/password_manager/core/browser/password_form_manager.cc       const std::vector<autofill::PasswordForm*>& results) {
autofill          497 components/password_manager/core/browser/password_form_manager.cc     if (!autofill::IsValidCreditCardNumber(*it) && !autofill::IsSSN(*it))
autofill          618 components/password_manager/core/browser/password_form_manager.cc       autofill::AutofillManager* autofill_manager;
autofill           37 components/password_manager/core/browser/password_form_manager.h                       const autofill::PasswordForm& observed_form,
autofill           53 components/password_manager/core/browser/password_form_manager.h   bool DoesManage(const autofill::PasswordForm& form,
autofill          101 components/password_manager/core/browser/password_form_manager.h   void OnRequestDone(const std::vector<autofill::PasswordForm*>& result);
autofill          104 components/password_manager/core/browser/password_form_manager.h       const std::vector<autofill::PasswordForm*>& results) OVERRIDE;
autofill          123 components/password_manager/core/browser/password_form_manager.h   void ProvisionallySave(const autofill::PasswordForm& credentials,
autofill          143 components/password_manager/core/browser/password_form_manager.h   const autofill::PasswordForm pending_credentials() const {
autofill          148 components/password_manager/core/browser/password_form_manager.h   const autofill::PasswordFormMap best_matches() const {
autofill          206 components/password_manager/core/browser/password_form_manager.h   bool IgnoreResult(const autofill::PasswordForm& form) const;
autofill          216 components/password_manager/core/browser/password_form_manager.h   int ScoreResult(const autofill::PasswordForm& form) const;
autofill          228 components/password_manager/core/browser/password_form_manager.h   void CheckForAccountCreationForm(const autofill::PasswordForm& pending,
autofill          229 components/password_manager/core/browser/password_form_manager.h                                    const autofill::PasswordForm& observed);
autofill          248 components/password_manager/core/browser/password_form_manager.h   void SanitizePossibleUsernames(autofill::PasswordForm* form);
autofill          253 components/password_manager/core/browser/password_form_manager.h   autofill::PasswordFormMap best_matches_;
autofill          256 components/password_manager/core/browser/password_form_manager.h   STLValueDeleter<autofill::PasswordFormMap> best_matches_deleter_;
autofill          259 components/password_manager/core/browser/password_form_manager.h   autofill::PasswordForm observed_form_;
autofill          267 components/password_manager/core/browser/password_form_manager.h   autofill::PasswordForm pending_credentials_;
autofill          287 components/password_manager/core/browser/password_form_manager.h   const autofill::PasswordForm* preferred_match_;
autofill           25 components/password_manager/core/browser/password_form_manager_unittest.cc using autofill::PasswordForm;
autofill           50 components/password_manager/core/browser/password_form_manager_unittest.cc   MOCK_METHOD1(FillPasswordForm, void(const autofill::PasswordFormFillData&));
autofill           55 components/password_manager/core/browser/password_form_manager_unittest.cc   MOCK_METHOD0(GetAutofillManager, autofill::AutofillManager*());
autofill           56 components/password_manager/core/browser/password_form_manager_unittest.cc   MOCK_METHOD1(AllowPasswordGenerationForForm, void(autofill::PasswordForm*));
autofill           58 components/password_manager/core/browser/password_form_manager_unittest.cc                void(const std::vector<autofill::FormData>&));
autofill           75 components/password_manager/core/browser/password_form_manager_unittest.cc       scoped_ptr<autofill::PasswordFormFillData> fill_data) OVERRIDE {
autofill           92 components/password_manager/core/browser/password_form_manager_unittest.cc   virtual void Autofill(const autofill::PasswordForm& form_for_autofill,
autofill           93 components/password_manager/core/browser/password_form_manager_unittest.cc                         const autofill::PasswordFormMap& best_matches,
autofill           94 components/password_manager/core/browser/password_form_manager_unittest.cc                         const autofill::PasswordForm& preferred_match,
autofill           99 components/password_manager/core/browser/password_form_manager_unittest.cc   const autofill::PasswordFormMap& GetLatestBestMatches() {
autofill          105 components/password_manager/core/browser/password_form_manager_unittest.cc   mutable autofill::PasswordFormMap best_matches_;
autofill           23 components/password_manager/core/browser/password_generation_manager.cc     const std::vector<autofill::FormStructure*>& forms) {
autofill           24 components/password_manager/core/browser/password_generation_manager.cc   std::vector<autofill::FormData> account_creation_forms;
autofill           25 components/password_manager/core/browser/password_generation_manager.cc   for (std::vector<autofill::FormStructure*>::const_iterator form_it =
autofill           27 components/password_manager/core/browser/password_generation_manager.cc     autofill::FormStructure* form = *form_it;
autofill           28 components/password_manager/core/browser/password_generation_manager.cc     for (std::vector<autofill::AutofillField*>::const_iterator field_it =
autofill           30 components/password_manager/core/browser/password_generation_manager.cc       autofill::AutofillField* field = *field_it;
autofill           31 components/password_manager/core/browser/password_generation_manager.cc       if (field->server_type() == autofill::ACCOUNT_CREATION_PASSWORD) {
autofill           15 components/password_manager/core/browser/password_generation_manager.h namespace autofill {
autofill           41 components/password_manager/core/browser/password_generation_manager.h       const std::vector<autofill::FormStructure*>& forms);
autofill           36 components/password_manager/core/browser/password_generation_manager_unittest.cc   virtual void FillPasswordForm(const autofill::PasswordFormFillData& form_data)
autofill           46 components/password_manager/core/browser/password_generation_manager_unittest.cc   virtual autofill::AutofillManager* GetAutofillManager() OVERRIDE {
autofill           49 components/password_manager/core/browser/password_generation_manager_unittest.cc   virtual void AllowPasswordGenerationForForm(autofill::PasswordForm* form)
autofill           52 components/password_manager/core/browser/password_generation_manager_unittest.cc       const std::vector<autofill::FormData>& forms) OVERRIDE {
autofill           57 components/password_manager/core/browser/password_generation_manager_unittest.cc   const std::vector<autofill::FormData>& GetFoundAccountCreationForms() {
autofill           67 components/password_manager/core/browser/password_generation_manager_unittest.cc   std::vector<autofill::FormData> found_account_creation_forms_;
autofill           82 components/password_manager/core/browser/password_generation_manager_unittest.cc       scoped_ptr<autofill::PasswordFormFillData> fill_data) OVERRIDE {}
autofill           98 components/password_manager/core/browser/password_generation_manager_unittest.cc class TestAutofillMetrics : public autofill::AutofillMetrics {
autofill          133 components/password_manager/core/browser/password_generation_manager_unittest.cc       const std::vector<autofill::FormStructure*>& forms) {
autofill          165 components/password_manager/core/browser/password_generation_manager_unittest.cc   autofill::FormData login_form;
autofill          167 components/password_manager/core/browser/password_generation_manager_unittest.cc   autofill::FormFieldData username;
autofill          172 components/password_manager/core/browser/password_generation_manager_unittest.cc   autofill::FormFieldData password;
autofill          177 components/password_manager/core/browser/password_generation_manager_unittest.cc   autofill::FormStructure form1(login_form);
autofill          178 components/password_manager/core/browser/password_generation_manager_unittest.cc   std::vector<autofill::FormStructure*> forms;
autofill          180 components/password_manager/core/browser/password_generation_manager_unittest.cc   autofill::FormData account_creation_form;
autofill          184 components/password_manager/core/browser/password_generation_manager_unittest.cc   autofill::FormFieldData confirm_password;
autofill          189 components/password_manager/core/browser/password_generation_manager_unittest.cc   autofill::FormStructure form2(account_creation_form);
autofill          201 components/password_manager/core/browser/password_generation_manager_unittest.cc   autofill::FormStructure::ParseQueryResponse(
autofill           22 components/password_manager/core/browser/password_manager.cc using autofill::PasswordForm;
autofill           23 components/password_manager/core/browser/password_manager.cc using autofill::PasswordFormMap;
autofill          178 components/password_manager/core/browser/password_manager.cc   if (!autofill::ShouldIgnoreAutocompleteOffForPasswordFields() &&
autofill          317 components/password_manager/core/browser/password_manager.cc   for (autofill::PasswordFormMap::const_iterator it = best_matches.begin();
autofill          358 components/password_manager/core/browser/password_manager.cc   for (autofill::PasswordFormMap::const_iterator it = best_matches.begin();
autofill          368 components/password_manager/core/browser/password_manager.cc       scoped_ptr<autofill::PasswordFormFillData> fill_data(
autofill          369 components/password_manager/core/browser/password_manager.cc           new autofill::PasswordFormFillData());
autofill           50 components/password_manager/core/browser/password_manager.h   typedef base::Callback<void(const autofill::PasswordForm&)>
autofill           65 components/password_manager/core/browser/password_manager.h   virtual void Autofill(const autofill::PasswordForm& form_for_autofill,
autofill           66 components/password_manager/core/browser/password_manager.h                         const autofill::PasswordFormMap& best_matches,
autofill           67 components/password_manager/core/browser/password_manager.h                         const autofill::PasswordForm& preferred_match,
autofill           75 components/password_manager/core/browser/password_manager.h   void SetFormHasGeneratedPassword(const autofill::PasswordForm& form);
autofill           82 components/password_manager/core/browser/password_manager.h   void ProvisionallySavePassword(const autofill::PasswordForm& form);
autofill           89 components/password_manager/core/browser/password_manager.h       const std::vector<autofill::PasswordForm>& forms);
autofill           93 components/password_manager/core/browser/password_manager.h       const std::vector<autofill::PasswordForm>& visible_forms);
autofill           97 components/password_manager/core/browser/password_manager.h       const autofill::PasswordForm& password_form);
autofill          123 components/password_manager/core/browser/password_manager.h       const autofill::PasswordFormMap& matches) const;
autofill           32 components/password_manager/core/browser/password_manager_client.h       const autofill::PasswordFormMap& best_matches) const {}
autofill           37 components/password_manager/core/browser/password_manager_client.h       scoped_ptr<autofill::PasswordFormFillData> fill_data) = 0;
autofill           13 components/password_manager/core/browser/password_manager_driver.h namespace autofill {
autofill           29 components/password_manager/core/browser/password_manager_driver.h       const autofill::PasswordFormFillData& form_data) = 0;
autofill           45 components/password_manager/core/browser/password_manager_driver.h   virtual autofill::AutofillManager* GetAutofillManager() = 0;
autofill           48 components/password_manager/core/browser/password_manager_driver.h   virtual void AllowPasswordGenerationForForm(autofill::PasswordForm* form) = 0;
autofill           52 components/password_manager/core/browser/password_manager_driver.h       const std::vector<autofill::FormData>& forms) = 0;
autofill           24 components/password_manager/core/browser/password_manager_unittest.cc using autofill::PasswordForm;
autofill           51 components/password_manager/core/browser/password_manager_unittest.cc                void(autofill::PasswordFormFillData* fill_data));
autofill           53 components/password_manager/core/browser/password_manager_unittest.cc       scoped_ptr<autofill::PasswordFormFillData> fill_data) OVERRIDE {
autofill           60 components/password_manager/core/browser/password_manager_unittest.cc   MOCK_METHOD1(FillPasswordForm, void(const autofill::PasswordFormFillData&));
autofill           65 components/password_manager/core/browser/password_manager_unittest.cc   MOCK_METHOD0(GetAutofillManager, autofill::AutofillManager*());
autofill           66 components/password_manager/core/browser/password_manager_unittest.cc   MOCK_METHOD1(AllowPasswordGenerationForForm, void(autofill::PasswordForm*));
autofill           68 components/password_manager/core/browser/password_manager_unittest.cc                void(const std::vector<autofill::FormData>&));
autofill          168 components/password_manager/core/browser/password_manager_unittest.cc   bool FormsAreEqual(const autofill::PasswordForm& lhs,
autofill          169 components/password_manager/core/browser/password_manager_unittest.cc                      const autofill::PasswordForm& rhs) {
autofill          193 components/password_manager/core/browser/password_manager_unittest.cc   void OnPasswordFormSubmitted(const autofill::PasswordForm& form) {
autofill          202 components/password_manager/core/browser/password_manager_unittest.cc   void FormSubmitted(const autofill::PasswordForm& form) {
autofill           21 components/password_manager/core/browser/password_store.cc using autofill::PasswordForm;
autofill           26 components/password_manager/core/browser/password_store.h namespace autofill {
autofill           38 components/password_manager/core/browser/password_store.h void AddLogin(PasswordStore* store, const autofill::PasswordForm& form);
autofill           39 components/password_manager/core/browser/password_store.h void RemoveLogin(PasswordStore* store, const autofill::PasswordForm& form);
autofill           40 components/password_manager/core/browser/password_store.h void UpdateLogin(PasswordStore* store, const autofill::PasswordForm& form);
autofill           77 components/password_manager/core/browser/password_store.h     std::vector<autofill::PasswordForm*>* result() const {
autofill           91 components/password_manager/core/browser/password_store.h     scoped_ptr< std::vector<autofill::PasswordForm*> > result_;
autofill          120 components/password_manager/core/browser/password_store.h   virtual void AddLogin(const autofill::PasswordForm& form);
autofill          123 components/password_manager/core/browser/password_store.h   virtual void UpdateLogin(const autofill::PasswordForm& form);
autofill          126 components/password_manager/core/browser/password_store.h   virtual void RemoveLogin(const autofill::PasswordForm& form);
autofill          140 components/password_manager/core/browser/password_store.h       const autofill::PasswordForm& form,
autofill          183 components/password_manager/core/browser/password_store.h                                          const autofill::PasswordForm&);
autofill          185 components/password_manager/core/browser/password_store.h                                             const autofill::PasswordForm&);
autofill          187 components/password_manager/core/browser/password_store.h                                             const autofill::PasswordForm&);
autofill          207 components/password_manager/core/browser/password_store.h       const autofill::PasswordForm& form) = 0;
autofill          210 components/password_manager/core/browser/password_store.h       const autofill::PasswordForm& form) = 0;
autofill          213 components/password_manager/core/browser/password_store.h       const autofill::PasswordForm& form) = 0;
autofill          218 components/password_manager/core/browser/password_store.h   typedef base::Callback<void(const std::vector<autofill::PasswordForm*>&)>
autofill          225 components/password_manager/core/browser/password_store.h       const autofill::PasswordForm& form,
autofill          237 components/password_manager/core/browser/password_store.h       std::vector<autofill::PasswordForm*>* forms) = 0;
autofill          241 components/password_manager/core/browser/password_store.h       std::vector<autofill::PasswordForm*>* forms) = 0;
autofill          283 components/password_manager/core/browser/password_store.h       const std::vector<autofill::PasswordForm*>& matched_forms);
autofill           20 components/password_manager/core/browser/password_store_change.h   PasswordStoreChange(Type type, const autofill::PasswordForm& form)
autofill           26 components/password_manager/core/browser/password_store_change.h   const autofill::PasswordForm& form() const { return form_; }
autofill           50 components/password_manager/core/browser/password_store_change.h   autofill::PasswordForm form_;
autofill           12 components/password_manager/core/browser/password_store_consumer.h namespace autofill {
autofill           29 components/password_manager/core/browser/password_store_consumer.h       const std::vector<autofill::PasswordForm*>& results) = 0;
autofill           14 components/password_manager/core/browser/password_store_default.cc using autofill::PasswordForm;
autofill           75 components/password_manager/core/browser/password_store_default.cc     const autofill::PasswordForm& form,
autofill           30 components/password_manager/core/browser/password_store_default.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           32 components/password_manager/core/browser/password_store_default.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           34 components/password_manager/core/browser/password_store_default.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           38 components/password_manager/core/browser/password_store_default.h       const autofill::PasswordForm& form,
autofill           44 components/password_manager/core/browser/password_store_default.h       std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
autofill           46 components/password_manager/core/browser/password_store_default.h       std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
autofill           22 components/password_manager/core/browser/password_store_default_unittest.cc using autofill::PasswordForm;
autofill           18 components/password_manager/core/browser/password_store_unittest.cc using autofill::PasswordForm;
autofill           31 components/password_manager/core/browser/password_syncable_service.cc     const autofill::PasswordForm& password_form,
autofill           32 components/password_manager/core/browser/password_syncable_service.cc     autofill::PasswordForm* new_password_form) {
autofill           77 components/password_manager/core/browser/password_syncable_service.cc std::string MakePasswordSyncTag(const autofill::PasswordForm& password) {
autofill          130 components/password_manager/core/browser/password_syncable_service.cc   ScopedVector<autofill::PasswordForm> password_entries;
autofill          143 components/password_manager/core/browser/password_syncable_service.cc   ScopedVector<autofill::PasswordForm> new_sync_entries;
autofill          147 components/password_manager/core/browser/password_syncable_service.cc   ScopedVector<autofill::PasswordForm> updated_sync_entries;
autofill          198 components/password_manager/core/browser/password_syncable_service.cc   ScopedVector<autofill::PasswordForm> password_entries;
autofill          217 components/password_manager/core/browser/password_syncable_service.cc   ScopedVector<autofill::PasswordForm> password_db_entries;
autofill          218 components/password_manager/core/browser/password_syncable_service.cc   ScopedVector<autofill::PasswordForm> new_sync_entries;
autofill          219 components/password_manager/core/browser/password_syncable_service.cc   ScopedVector<autofill::PasswordForm> updated_sync_entries;
autofill          220 components/password_manager/core/browser/password_syncable_service.cc   ScopedVector<autofill::PasswordForm> deleted_entries;
autofill          230 components/password_manager/core/browser/password_syncable_service.cc         new_sync_entries.push_back(new autofill::PasswordForm);
autofill          262 components/password_manager/core/browser/password_syncable_service.cc         deleted_entries.push_back(new autofill::PasswordForm);
autofill          313 components/password_manager/core/browser/password_syncable_service.cc     ScopedVector<autofill::PasswordForm>* password_entries,
autofill          331 components/password_manager/core/browser/password_syncable_service.cc      autofill::PasswordForm* password_form = *it;
autofill          344 components/password_manager/core/browser/password_syncable_service.cc   for (std::vector<autofill::PasswordForm*>::const_iterator it =
autofill          351 components/password_manager/core/browser/password_syncable_service.cc   for (std::vector<autofill::PasswordForm*>::const_iterator it =
autofill          358 components/password_manager/core/browser/password_syncable_service.cc   for (std::vector<autofill::PasswordForm*>::const_iterator it =
autofill          378 components/password_manager/core/browser/password_syncable_service.cc     ScopedVector<autofill::PasswordForm>* new_sync_entries,
autofill          379 components/password_manager/core/browser/password_syncable_service.cc     ScopedVector<autofill::PasswordForm>* updated_sync_entries,
autofill          392 components/password_manager/core/browser/password_syncable_service.cc     scoped_ptr<autofill::PasswordForm> new_password(new autofill::PasswordForm);
autofill          398 components/password_manager/core/browser/password_syncable_service.cc     scoped_ptr<autofill::PasswordForm> new_password(new autofill::PasswordForm);
autofill          422 components/password_manager/core/browser/password_syncable_service.cc     const autofill::PasswordForm& password_form) {
autofill          449 components/password_manager/core/browser/password_syncable_service.cc                            autofill::PasswordForm* new_password) {
autofill          451 components/password_manager/core/browser/password_syncable_service.cc       static_cast<autofill::PasswordForm::Scheme>(password.scheme());
autofill           25 components/password_manager/core/browser/password_syncable_service.h namespace autofill {
autofill           64 components/password_manager/core/browser/password_syncable_service.h   typedef std::vector<autofill::PasswordForm*> PasswordForms;
autofill           66 components/password_manager/core/browser/password_syncable_service.h   typedef std::map<std::string, autofill::PasswordForm*> PasswordEntryMap;
autofill           72 components/password_manager/core/browser/password_syncable_service.h       ScopedVector<autofill::PasswordForm>* password_entries,
autofill           96 components/password_manager/core/browser/password_syncable_service.h       ScopedVector<autofill::PasswordForm>* new_sync_entries,
autofill           97 components/password_manager/core/browser/password_syncable_service.h       ScopedVector<autofill::PasswordForm>* updated_sync_entries,
autofill          120 components/password_manager/core/browser/password_syncable_service.h syncer::SyncData SyncDataFromPassword(const autofill::PasswordForm& password);
autofill          124 components/password_manager/core/browser/password_syncable_service.h                            autofill::PasswordForm* new_password);
autofill           73 components/password_manager/core/browser/password_syncable_service_unittest.cc SyncChange CreateSyncChange(const autofill::PasswordForm& password,
autofill          108 components/password_manager/core/browser/password_syncable_service_unittest.cc       const std::vector<autofill::PasswordForm*>& update_forms,
autofill          109 components/password_manager/core/browser/password_syncable_service_unittest.cc       const std::vector<autofill::PasswordForm*>& delete_forms,
autofill          121 components/password_manager/core/browser/password_syncable_service_unittest.cc   PasswordStoreChangeList VerifyAdd(const autofill::PasswordForm& password) {
autofill          129 components/password_manager/core/browser/password_syncable_service_unittest.cc   PasswordStoreChangeList VerifyUpdate(const autofill::PasswordForm& password) {
autofill          137 components/password_manager/core/browser/password_syncable_service_unittest.cc   PasswordStoreChangeList VerifyDelete(const autofill::PasswordForm& password) {
autofill          144 components/password_manager/core/browser/password_syncable_service_unittest.cc       const autofill::PasswordForm& password,
autofill          145 components/password_manager/core/browser/password_syncable_service_unittest.cc       std::vector<autofill::PasswordForm>* password_list);
autofill          147 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm> expected_db_add_changes_;
autofill          148 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm> expected_db_update_changes_;
autofill          149 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm> expected_db_delete_changes_;
autofill          179 components/password_manager/core/browser/password_syncable_service_unittest.cc     const std::vector<autofill::PasswordForm*>& update_forms,
autofill          180 components/password_manager/core/browser/password_syncable_service_unittest.cc     const std::vector<autofill::PasswordForm*>& delete_forms,
autofill          188 components/password_manager/core/browser/password_syncable_service_unittest.cc     autofill::PasswordForm form;
autofill          200 components/password_manager/core/browser/password_syncable_service_unittest.cc   for (std::vector<autofill::PasswordForm*>::const_iterator it =
autofill          213 components/password_manager/core/browser/password_syncable_service_unittest.cc   for (std::vector<autofill::PasswordForm*>::const_iterator it =
autofill          263 components/password_manager/core/browser/password_syncable_service_unittest.cc     const autofill::PasswordForm& password,
autofill          264 components/password_manager/core/browser/password_syncable_service_unittest.cc     std::vector<autofill::PasswordForm>* password_list) {
autofill          265 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm>::iterator it =
autofill          307 components/password_manager/core/browser/password_syncable_service_unittest.cc       const std::vector<autofill::PasswordForm*>& forms,
autofill          308 components/password_manager/core/browser/password_syncable_service_unittest.cc       const std::vector<autofill::PasswordForm*>& blacklist_forms) {
autofill          325 components/password_manager/core/browser/password_syncable_service_unittest.cc         const std::vector<autofill::PasswordForm*>& append_forms)
autofill          331 components/password_manager/core/browser/password_syncable_service_unittest.cc     bool operator()(std::vector<autofill::PasswordForm*>* forms) const {
autofill          336 components/password_manager/core/browser/password_syncable_service_unittest.cc     std::vector<autofill::PasswordForm*> append_forms_;
autofill          352 components/password_manager/core/browser/password_syncable_service_unittest.cc   scoped_ptr<autofill::PasswordForm> form1(new autofill::PasswordForm);
autofill          354 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm*> forms;
autofill          356 components/password_manager/core/browser/password_syncable_service_unittest.cc   SetPasswordStoreData(forms, std::vector<autofill::PasswordForm*>());
autofill          363 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          364 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          378 components/password_manager/core/browser/password_syncable_service_unittest.cc   SetPasswordStoreData(std::vector<autofill::PasswordForm*>(),
autofill          379 components/password_manager/core/browser/password_syncable_service_unittest.cc                        std::vector<autofill::PasswordForm*>());
autofill          386 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          387 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          400 components/password_manager/core/browser/password_syncable_service_unittest.cc   scoped_ptr<autofill::PasswordForm> form1(new autofill::PasswordForm);
autofill          402 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm*> forms;
autofill          404 components/password_manager/core/browser/password_syncable_service_unittest.cc   SetPasswordStoreData(forms, std::vector<autofill::PasswordForm*>());
autofill          407 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          408 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          423 components/password_manager/core/browser/password_syncable_service_unittest.cc   scoped_ptr<autofill::PasswordForm> form1(new autofill::PasswordForm);
autofill          425 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm*> forms;
autofill          427 components/password_manager/core/browser/password_syncable_service_unittest.cc   SetPasswordStoreData(forms, std::vector<autofill::PasswordForm*>());
autofill          430 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          431 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          446 components/password_manager/core/browser/password_syncable_service_unittest.cc   scoped_ptr<autofill::PasswordForm> form1(new autofill::PasswordForm);
autofill          450 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm*> forms;
autofill          452 components/password_manager/core/browser/password_syncable_service_unittest.cc   SetPasswordStoreData(forms, std::vector<autofill::PasswordForm*>());
autofill          455 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          456 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          473 components/password_manager/core/browser/password_syncable_service_unittest.cc   SetPasswordStoreData(std::vector<autofill::PasswordForm*>(),
autofill          474 components/password_manager/core/browser/password_syncable_service_unittest.cc                        std::vector<autofill::PasswordForm*>());
autofill          483 components/password_manager/core/browser/password_syncable_service_unittest.cc   autofill::PasswordForm form1;
autofill          485 components/password_manager/core/browser/password_syncable_service_unittest.cc   autofill::PasswordForm form2;
autofill          487 components/password_manager/core/browser/password_syncable_service_unittest.cc   autofill::PasswordForm form3;
autofill          496 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          497 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          510 components/password_manager/core/browser/password_syncable_service_unittest.cc   scoped_ptr<autofill::PasswordForm> form1(new autofill::PasswordForm);
autofill          513 components/password_manager/core/browser/password_syncable_service_unittest.cc   scoped_ptr<autofill::PasswordForm> form2(new autofill::PasswordForm);
autofill          518 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm*> forms(1, form1.release());
autofill          519 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm*> blacklist_forms(1, form2.release());
autofill          523 components/password_manager/core/browser/password_syncable_service_unittest.cc   autofill::PasswordForm updated_form = *forms[0];
autofill          525 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm*> updated_passwords(1, &updated_form);
autofill          526 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm*> deleted_passwords(1, blacklist_forms[0]);
autofill          547 components/password_manager/core/browser/password_syncable_service_unittest.cc   scoped_ptr<autofill::PasswordForm> form1(new autofill::PasswordForm);
autofill          550 components/password_manager/core/browser/password_syncable_service_unittest.cc   scoped_ptr<autofill::PasswordForm> form2(new autofill::PasswordForm);
autofill          554 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm*> forms(1, form1.release());
autofill          555 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm*> blacklist_forms(1, form2.release());
autofill          563 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          564 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          578 components/password_manager/core/browser/password_syncable_service_unittest.cc   scoped_ptr<autofill::PasswordForm> form1(new autofill::PasswordForm);
autofill          581 components/password_manager/core/browser/password_syncable_service_unittest.cc   std::vector<autofill::PasswordForm*> forms(1, form1.release());
autofill          582 components/password_manager/core/browser/password_syncable_service_unittest.cc   SetPasswordStoreData(forms, std::vector<autofill::PasswordForm*>());
autofill          585 components/password_manager/core/browser/password_syncable_service_unittest.cc   scoped_ptr<autofill::PasswordForm> form2(new autofill::PasswordForm);
autofill          590 components/password_manager/core/browser/password_syncable_service_unittest.cc       std::vector<autofill::PasswordForm*>(1, form2.release()),
autofill          591 components/password_manager/core/browser/password_syncable_service_unittest.cc       std::vector<autofill::PasswordForm*>());
autofill          594 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          595 components/password_manager/core/browser/password_syncable_service_unittest.cc                                    std::vector<autofill::PasswordForm*>(),
autofill          599 components/password_manager/core/browser/password_syncable_service_unittest.cc       std::vector<autofill::PasswordForm*>(),
autofill          600 components/password_manager/core/browser/password_syncable_service_unittest.cc       std::vector<autofill::PasswordForm*>(),
autofill          618 components/password_manager/core/browser/password_syncable_service_unittest.cc   autofill::PasswordForm form;
autofill           16 components/password_manager/core/browser/psl_matching_helper.cc using autofill::PasswordForm;
autofill           14 components/password_manager/core/browser/psl_matching_helper.h namespace autofill {
autofill           28 components/password_manager/core/browser/psl_matching_helper_unittest.cc     autofill::PasswordForm form1;
autofill           30 components/password_manager/core/browser/psl_matching_helper_unittest.cc     autofill::PasswordForm form2;
autofill           24 components/password_manager/core/browser/test_password_store.cc bool TestPasswordStore::FormsAreEquivalent(const autofill::PasswordForm& lhs,
autofill           25 components/password_manager/core/browser/test_password_store.cc                                            const autofill::PasswordForm& rhs) {
autofill           38 components/password_manager/core/browser/test_password_store.cc     const autofill::PasswordForm& form) {
autofill           46 components/password_manager/core/browser/test_password_store.cc     const autofill::PasswordForm& form) {
autofill           48 components/password_manager/core/browser/test_password_store.cc   std::vector<autofill::PasswordForm>& forms =
autofill           50 components/password_manager/core/browser/test_password_store.cc   for (std::vector<autofill::PasswordForm>::iterator it = forms.begin();
autofill           62 components/password_manager/core/browser/test_password_store.cc     const autofill::PasswordForm& form) {
autofill           64 components/password_manager/core/browser/test_password_store.cc   std::vector<autofill::PasswordForm>& forms =
autofill           66 components/password_manager/core/browser/test_password_store.cc   std::vector<autofill::PasswordForm>::iterator it = forms.begin();
autofill           80 components/password_manager/core/browser/test_password_store.cc     const autofill::PasswordForm& form,
autofill           83 components/password_manager/core/browser/test_password_store.cc   std::vector<autofill::PasswordForm*> matched_forms;
autofill           84 components/password_manager/core/browser/test_password_store.cc   std::vector<autofill::PasswordForm> forms =
autofill           86 components/password_manager/core/browser/test_password_store.cc   for (std::vector<autofill::PasswordForm>::iterator it = forms.begin();
autofill           88 components/password_manager/core/browser/test_password_store.cc     matched_forms.push_back(new autofill::PasswordForm(*it));
autofill          100 components/password_manager/core/browser/test_password_store.cc     std::vector<autofill::PasswordForm*>* forms) {
autofill          105 components/password_manager/core/browser/test_password_store.cc     std::vector<autofill::PasswordForm*>* forms) {
autofill           28 components/password_manager/core/browser/test_password_store.h                    std::vector<autofill::PasswordForm> > PasswordMap;
autofill           37 components/password_manager/core/browser/test_password_store.h   bool FormsAreEquivalent(const autofill::PasswordForm& lhs,
autofill           38 components/password_manager/core/browser/test_password_store.h                           const autofill::PasswordForm& rhs);
autofill           42 components/password_manager/core/browser/test_password_store.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           44 components/password_manager/core/browser/test_password_store.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           46 components/password_manager/core/browser/test_password_store.h       const autofill::PasswordForm& form) OVERRIDE;
autofill           48 components/password_manager/core/browser/test_password_store.h       const autofill::PasswordForm& form,
autofill           62 components/password_manager/core/browser/test_password_store.h       std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
autofill           64 components/password_manager/core/browser/test_password_store.h       std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
autofill           27 components/policy/core/browser/autofill_policy_handler.cc     prefs->SetValue(autofill::prefs::kAutofillEnabled,
autofill           23 components/policy/core/browser/autofill_policy_handler_unittest.cc   EXPECT_FALSE(prefs.GetValue(autofill::prefs::kAutofillEnabled, NULL));
autofill           38 components/policy/core/browser/autofill_policy_handler_unittest.cc   EXPECT_FALSE(prefs.GetValue(autofill::prefs::kAutofillEnabled, NULL));
autofill           54 components/policy/core/browser/autofill_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(autofill::prefs::kAutofillEnabled, &value));
autofill            9 components/webdata/common/web_data_service_test_util.cc using autofill::AutofillWebDataService;
autofill           33 components/webdata/common/web_data_service_test_util.h       scoped_refptr<autofill::AutofillWebDataService> fake_autofill,
autofill           38 components/webdata/common/web_data_service_test_util.h   virtual scoped_refptr<autofill::AutofillWebDataService>
autofill           46 components/webdata/common/web_data_service_test_util.h   scoped_refptr<autofill::AutofillWebDataService> fake_autofill_web_data_;
autofill           35 components/webdata/common/web_database_migration_unittest.cc using autofill::AutofillProfile;
autofill           36 components/webdata/common/web_database_migration_unittest.cc using autofill::AutofillTable;
autofill           37 components/webdata/common/web_database_migration_unittest.cc using autofill::CreditCard;
autofill           54 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::NAME_FIRST, s.ColumnString16(2));
autofill           55 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::NAME_MIDDLE, s.ColumnString16(3));
autofill           56 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::NAME_LAST, s.ColumnString16(4));
autofill           57 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::EMAIL_ADDRESS, s.ColumnString16(5));
autofill           58 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::COMPANY_NAME, s.ColumnString16(6));
autofill           59 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_LINE1, s.ColumnString16(7));
autofill           60 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_LINE2, s.ColumnString16(8));
autofill           61 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_CITY, s.ColumnString16(9));
autofill           62 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_STATE, s.ColumnString16(10));
autofill           63 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_ZIP, s.ColumnString16(11));
autofill           65 components/webdata/common/web_database_migration_unittest.cc       autofill::AutofillType(autofill::ADDRESS_HOME_COUNTRY),
autofill           67 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::PHONE_HOME_WHOLE_NUMBER, s.ColumnString16(13));
autofill           80 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::COMPANY_NAME, s.ColumnString16(1));
autofill           81 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_STREET_ADDRESS,
autofill           83 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_CITY, s.ColumnString16(3));
autofill           84 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_STATE, s.ColumnString16(4));
autofill           85 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_ZIP, s.ColumnString16(5));
autofill           87 components/webdata/common/web_database_migration_unittest.cc       autofill::AutofillType(autofill::ADDRESS_HOME_COUNTRY),
autofill          105 components/webdata/common/web_database_migration_unittest.cc   credit_card->SetRawInfo(autofill::CREDIT_CARD_NAME, s.ColumnString16(2));
autofill          106 components/webdata/common/web_database_migration_unittest.cc   credit_card->SetRawInfo(autofill::CREDIT_CARD_TYPE, s.ColumnString16(3));
autofill          107 components/webdata/common/web_database_migration_unittest.cc   credit_card->SetRawInfo(autofill::CREDIT_CARD_EXP_MONTH, s.ColumnString16(5));
autofill          109 components/webdata/common/web_database_migration_unittest.cc       autofill::CREDIT_CARD_EXP_4_DIGIT_YEAR, s.ColumnString16(6));
autofill          129 components/webdata/common/web_database_migration_unittest.cc   credit_card->SetRawInfo(autofill::CREDIT_CARD_NAME, s.ColumnString16(1));
autofill          130 components/webdata/common/web_database_migration_unittest.cc   credit_card->SetRawInfo(autofill::CREDIT_CARD_EXP_MONTH, s.ColumnString16(2));
autofill          132 components/webdata/common/web_database_migration_unittest.cc       autofill::CREDIT_CARD_EXP_4_DIGIT_YEAR, s.ColumnString16(3));
autofill         1002 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::COMPANY_NAME),
autofill         1003 components/webdata/common/web_database_migration_unittest.cc               profile_a.GetRawInfo(autofill::COMPANY_NAME));
autofill         1004 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::ADDRESS_HOME_LINE1),
autofill         1005 components/webdata/common/web_database_migration_unittest.cc               profile_a.GetRawInfo(autofill::ADDRESS_HOME_LINE1));
autofill         1006 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::ADDRESS_HOME_LINE2),
autofill         1007 components/webdata/common/web_database_migration_unittest.cc               profile_a.GetRawInfo(autofill::ADDRESS_HOME_LINE2));
autofill         1008 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::ADDRESS_HOME_CITY),
autofill         1009 components/webdata/common/web_database_migration_unittest.cc               profile_a.GetRawInfo(autofill::ADDRESS_HOME_CITY));
autofill         1010 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::ADDRESS_HOME_STATE),
autofill         1011 components/webdata/common/web_database_migration_unittest.cc               profile_a.GetRawInfo(autofill::ADDRESS_HOME_STATE));
autofill         1012 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::ADDRESS_HOME_ZIP),
autofill         1013 components/webdata/common/web_database_migration_unittest.cc               profile_a.GetRawInfo(autofill::ADDRESS_HOME_ZIP));
autofill         1014 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::ADDRESS_HOME_COUNTRY),
autofill         1015 components/webdata/common/web_database_migration_unittest.cc               profile_a.GetRawInfo(autofill::ADDRESS_HOME_COUNTRY));
autofill          226 sync/internal_api/base_node.cc   return GetEntitySpecifics().autofill();
autofill          753 sync/protocol/proto_value_conversions.cc   SET_FIELD(autofill, AutofillSpecificsToValue);
autofill          276 sync/protocol/proto_value_conversions_unittest.cc   SET_FIELD(autofill);
autofill           20 third_party/libaddressinput/chromium/chrome_downloader_impl.h namespace autofill {
autofill           19 third_party/libaddressinput/chromium/chrome_storage_impl.h namespace autofill {
autofill            5 ui/android/java/src/org/chromium/ui/autofill/AutofillDividerDrawable.java package org.chromium.ui.autofill;
autofill            5 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java package org.chromium.ui.autofill;
autofill            5 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java package org.chromium.ui.autofill;
autofill            5 ui/android/java/src/org/chromium/ui/autofill/AutofillSuggestion.java package org.chromium.ui.autofill;