Searched defs:autofill (Results 1 - 25 of 490) sorted by path

1234567891011>>

/external/chromium_org/android_webview/native/
H A Daw_autofill_client.h16 #include "components/autofill/core/browser/autofill_client.h"
19 namespace autofill { namespace
42 // Manager delegate for the autofill functionality. Android webview
49 class AwAutofillClient : public autofill::AutofillClient,
58 virtual autofill::PersonalDataManager* GetPersonalDataManager() OVERRIDE;
59 virtual scoped_refptr<autofill::AutofillWebDataService> GetDatabase()
65 const autofill::AutofillMetrics& metric_logger,
68 const autofill::FormData& form,
78 base::WeakPtr<autofill::AutofillPopupDelegate> delegate) OVERRIDE;
85 const std::vector<autofill
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DAutofillDialogControllerAndroid.java5 package org.chromium.chrome.browser.autofill;
16 @JNINamespace("autofill")
H A DAutofillDialogResult.java5 package org.chromium.chrome.browser.autofill;
14 @JNINamespace("autofill")
H A DAutofillLogger.java5 package org.chromium.chrome.browser.autofill;
13 @JNINamespace("autofill")
H A DAutofillPopupBridge.java5 package org.chromium.chrome.browser.autofill;
12 import org.chromium.ui.autofill.AutofillPopup;
13 import org.chromium.ui.autofill.AutofillPopup.AutofillPopupDelegate;
14 import org.chromium.ui.autofill.AutofillSuggestion;
22 @JNINamespace("autofill")
H A DPersonalDataManager.java5 package org.chromium.chrome.browser.autofill;
21 * See chrome/browser/autofill/personal_data_manager.h for more details.
23 @JNINamespace("autofill")
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
H A DAutofillDialogControllerTest.java5 package org.chromium.chrome.browser.autofill;
185 @Feature({"autofill"})
194 @Feature({"autofill"})
203 @Feature({"autofill"})
212 @Feature({"autofill"})
221 @Feature({"autofill"})
232 @Feature({"autofill"})
240 @Feature({"autofill"})
248 @Feature({"autofill"})
258 @Feature({"autofill"})
[all...]
H A DAutofillPopupTest.java5 package org.chromium.chrome.browser.autofill;
16 import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
24 import org.chromium.ui.autofill.AutofillPopup;
192 @Feature({"autofill"})
240 @Feature({"autofill"})
259 @Feature({"autofill"})
277 @Feature({"autofill"})
H A DAutofillTest.java5 package org.chromium.chrome.browser.autofill;
18 import org.chromium.ui.autofill.AutofillPopup;
19 import org.chromium.ui.autofill.AutofillPopup.AutofillPopupDelegate;
20 import org.chromium.ui.autofill.AutofillSuggestion;
123 @Feature({"autofill"})
133 @Feature({"autofill"})
H A DAutofillTestHelper.java5 package org.chromium.chrome.browser.autofill;
8 import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
9 import org.chromium.chrome.browser.autofill.PersonalDataManager.CreditCard;
10 import org.chromium.chrome.browser.autofill.PersonalDataManager.PersonalDataManagerObserver;
H A DMockAutofillDialogController.java5 package org.chromium.chrome.browser.autofill;
10 import org.chromium.chrome.browser.autofill.AutofillDialogControllerAndroid.AutofillDialog;
11 import org.chromium.chrome.browser.autofill.AutofillDialogControllerAndroid.AutofillDialogDelegate;
12 import org.chromium.chrome.browser.autofill.AutofillDialogControllerAndroid.AutofillDialogFactory;
H A DPersonalDataManagerTest.java5 package org.chromium.chrome.browser.autofill;
10 import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
11 import org.chromium.chrome.browser.autofill.PersonalDataManager.CreditCard;
/external/chromium_org/chrome/browser/autofill/android/
H A Dpersonal_data_manager_android.cc5 #include "chrome/browser/autofill/android/personal_data_manager_android.h"
13 #include "chrome/browser/autofill/personal_data_manager_factory.h"
17 #include "components/autofill/core/browser/autofill_country.h"
18 #include "components/autofill/core/browser/autofill_type.h"
19 #include "components/autofill/core/browser/field_types.h"
20 #include "components/autofill/core/browser/personal_data_manager.h"
28 namespace autofill { namespace
316 return GetPrefs()->GetBoolean(autofill::prefs::kAutofillEnabled);
321 GetPrefs()->SetBoolean(autofill::prefs::kAutofillEnabled, enable);
326 return GetPrefs()->IsManagedPreference(autofill
[all...]
H A Dpersonal_data_manager_android.h10 #include "components/autofill/core/browser/personal_data_manager.h"
11 #include "components/autofill/core/browser/personal_data_manager_observer.h"
13 namespace autofill { namespace
105 } // namespace autofill
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc18 #include "chrome/browser/autofill/personal_data_manager_factory.h"
28 #include "components/autofill/content/browser/content_autofill_driver.h"
29 #include "components/autofill/core/browser/autofill_profile.h"
30 #include "components/autofill/core/browser/autofill_test_utils.h"
31 #include "components/autofill/core/browser/credit_card.h"
32 #include "components/autofill/core/browser/personal_data_manager.h"
33 #include "components/autofill/core/browser/personal_data_manager_observer.h"
34 #include "components/autofill/core/browser/validation.h"
53 namespace autofill { namespace
165 GURL url = test_server()->GetURL("files/autofill/"
[all...]
H A Dautofill_cc_infobar_delegate.cc5 #include "chrome/browser/autofill/autofill_cc_infobar_delegate.h"
11 #include "components/autofill/core/browser/credit_card.h"
12 #include "components/autofill/core/browser/personal_data_manager.h"
13 #include "components/autofill/core/common/autofill_constants.h"
22 namespace autofill { namespace
107 GURL(autofill::kHelpURL), content::Referrer(),
113 } // namespace autofill
H A Dautofill_cc_infobar_delegate.h13 #include "components/autofill/core/browser/autofill_metrics.h"
20 namespace autofill { namespace
26 // Creates an autofill credit card infobar and delegate and adds the infobar
76 } // namespace autofill
H A Dautofill_cc_infobar_delegate_unittest.cc5 #include "chrome/browser/autofill/autofill_cc_infobar_delegate.h"
8 #include "chrome/browser/autofill/personal_data_manager_factory.h"
9 #include "chrome/browser/ui/autofill/chrome_autofill_client.h"
12 #include "components/autofill/core/browser/autofill_metrics.h"
13 #include "components/autofill/core/browser/autofill_test_utils.h"
14 #include "components/autofill/core/browser/personal_data_manager.h"
20 namespace autofill { namespace
161 } // namespace autofill
H A Dautofill_interactive_uitest.cc18 #include "chrome/browser/autofill/personal_data_manager_factory.h"
32 #include "components/autofill/content/browser/content_autofill_driver.h"
33 #include "components/autofill/core/browser/autofill_manager.h"
34 #include "components/autofill/core/browser/autofill_manager_test_delegate.h"
35 #include "components/autofill/core/browser/autofill_profile.h"
36 #include "components/autofill/core/browser/autofill_test_utils.h"
37 #include "components/autofill/core/browser/personal_data_manager.h"
38 #include "components/autofill/core/browser/personal_data_manager_observer.h"
39 #include "components/autofill/core/browser/validation.h"
61 namespace autofill { namespace
[all...]
H A Dautofill_server_browsertest.cc10 #include "chrome/browser/autofill/personal_data_manager_factory.h"
16 #include "components/autofill/core/browser/autofill_profile.h"
17 #include "components/autofill/core/browser/autofill_test_utils.h"
18 #include "components/autofill/core/browser/personal_data_manager.h"
19 #include "components/autofill/core/browser/personal_data_manager_observer.h"
20 #include "components/autofill/core/common/autofill_pref_names.h"
26 namespace autofill { namespace
174 } // namespace autofill
H A Dcontent_autofill_driver_browsertest.cc13 #include "components/autofill/content/browser/content_autofill_driver.h"
14 #include "components/autofill/core/browser/autofill_manager.h"
15 #include "components/autofill/core/browser/test_autofill_client.h"
26 namespace autofill { namespace
159 } // namespace autofill
H A Dform_structure_browsertest.cc16 #include "components/autofill/content/browser/content_autofill_driver.h"
17 #include "components/autofill/core/browser/autofill_manager.h"
18 #include "components/autofill/core/browser/data_driven_test.h"
19 #include "components/autofill/core/browser/form_structure.h"
22 namespace autofill { namespace
280 } // namespace autofill
H A Dpersonal_data_manager_factory.cc5 #include "chrome/browser/autofill/personal_data_manager_factory.h"
13 #include "components/autofill/core/browser/personal_data_manager.h"
14 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
17 namespace autofill { namespace
58 } // namespace autofill
H A Dpersonal_data_manager_factory.h15 namespace autofill { namespace
44 } // namespace autofill
H A Dvalidation_rules_storage_factory.cc5 #include "chrome/browser/autofill/validation_rules_storage_factory.h"
16 namespace autofill { namespace
47 } // namespace autofill

Completed in 477 milliseconds

1234567891011>>