Searched refs:autofill (Results 201 - 225 of 740) sorted by relevance

1234567891011>>

/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_autofill_manager_unittest.cc8 #include "components/autofill/core/browser/popup_item_ids.h"
9 #include "components/autofill/core/browser/test_autofill_client.h"
10 #include "components/autofill/core/browser/test_autofill_driver.h"
28 namespace autofill { namespace
54 class MockAutofillClient : public autofill::TestAutofillClient {
63 base::WeakPtr<autofill::AutofillPopupDelegate> delegate));
81 autofill::FormFieldData password_field;
89 autofill::AutofillClient* autofill_client) {
99 autofill::FormFieldData username_field_;
104 autofill
[all...]
/external/chromium_org/components/password_manager/content/browser/
H A Dcontent_password_manager_driver.cc7 #include "components/autofill/content/browser/content_autofill_driver.h"
8 #include "components/autofill/content/common/autofill_messages.h"
9 #include "components/autofill/core/common/form_data.h"
10 #include "components/autofill/core/common/password_form.h"
26 autofill::AutofillClient* autofill_client)
37 const autofill::PasswordFormFillData& form_data) {
44 const autofill::PasswordForm& form) {
50 const std::vector<autofill::FormData>& forms) {
148 autofill::AutofillManager* ContentPasswordManagerDriver::GetAutofillManager() {
149 autofill
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.cc17 #include "chrome/browser/autofill/personal_data_manager_factory.h"
20 #include "chrome/browser/ui/autofill/country_combobox_model.h"
23 #include "components/autofill/core/browser/autofill_country.h"
24 #include "components/autofill/core/browser/autofill_profile.h"
25 #include "components/autofill/core/browser/credit_card.h"
26 #include "components/autofill/core/browser/personal_data_manager.h"
27 #include "components/autofill/core/browser/phone_number_i18n.h"
28 #include "components/autofill/core/common/autofill_constants.h"
37 using autofill::AutofillCountry;
38 using autofill
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dautofill_helper.cc7 #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/autofill_type.h"
19 #include "components/autofill/core/browser/personal_data_manager.h"
20 #include "components/autofill/core/browser/personal_data_manager_observer.h"
21 #include "components/autofill/core/browser/webdata/autofill_entry.h"
22 #include "components/autofill/core/browser/webdata/autofill_table.h"
23 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
24 #include "components/autofill/cor
[all...]
H A Dsingle_client_passwords_sync_test.cc20 using autofill::PasswordForm;
/external/chromium_org/android_webview/native/
H A Daw_autofill_client.cc19 #include "components/autofill/core/browser/autofill_popup_delegate.h"
20 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
21 #include "components/autofill/core/common/autofill_pref_names.h"
35 // Ownership: The native object is created (if autofill enabled) and owned by
37 // autofill functionality at the java side. The java peer is owned by Java
68 autofill::PersonalDataManager* AwAutofillClient::GetPersonalDataManager() {
72 scoped_refptr<autofill::AutofillWebDataService>
87 base::WeakPtr<autofill::AutofillPopupDelegate> delegate) {
142 // Leaving as an empty method since updating autofill popup window
161 const std::vector<autofill
[all...]
/external/chromium_org/components/test/data/web_database/
H A Dversion_34.sql17 CREATE TABLE autofill (name VARCHAR, value VARCHAR, value_lower VARCHAR, pair_id INTEGER PRIMARY KEY, count INTEGER DEFAULT 1); table
18 INSERT INTO "autofill" VALUES('firstname','David','david',1,1);
19 INSERT INTO "autofill" VALUES('lastname','Holloway','holloway',2,1);
20 INSERT INTO "autofill" VALUES('email','d@gmail.com','d@gmail.com',3,1);
21 INSERT INTO "autofill" VALUES('phone','415-551-2222','415-551-2222',4,1);
22 INSERT INTO "autofill" VALUES('fax','415-551-2222','415-551-2222',5,1);
23 INSERT INTO "autofill" VALUES('address','1122 Boogie Boogie Avenue','1122 boogie boogie avenue',6,1);
24 INSERT INTO "autofill" VALUES('city','San Francisco','san francisco',7,1);
25 INSERT INTO "autofill" VALUES('zipcode','11001','11001',8,1);
26 INSERT INTO "autofill" VALUE
[all...]
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor_mac.h110 namespace autofill { namespace
135 std::vector<autofill::PasswordForm>* forms);
141 std::vector<autofill::PasswordForm>* forms);
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/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;
/external/chromium_org/chrome/browser/autofill/
H A Dpersonal_data_manager_factory.h15 namespace autofill { namespace
44 } // namespace autofill
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_generation_interactive_uitest.cc8 #include "chrome/browser/ui/autofill/password_generation_popup_observer.h"
13 #include "components/autofill/core/browser/autofill_test_utils.h"
14 #include "components/autofill/core/common/autofill_switches.h"
25 class TestPopupObserver : public autofill::PasswordGenerationPopupObserver {
55 command_line->AppendSwitch(autofill::switches::kEnablePasswordGeneration);
57 // Don't require ping from autofill or blacklist checking.
59 autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration);
65 autofill::test::DisableSystemServices(browser()->profile()->GetPrefs());
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_logger_android.cc5 #include "chrome/browser/ui/android/autofill/autofill_logger_android.h"
9 namespace autofill { namespace
29 } // namespace autofill
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller.h13 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
14 #include "components/autofill/core/browser/autofill_client.h"
15 #include "components/autofill/core/browser/form_structure.h"
28 namespace autofill { namespace
59 } // namespace autofill
H A Dautofill_dialog_types_unittest.cc6 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
13 namespace autofill { namespace
34 } // namespace autofill
H A Dcountry_combobox_model.h17 namespace autofill { namespace
54 } // namespace autofill
H A Dpassword_generation_popup_controller.h9 #include "chrome/browser/ui/autofill/autofill_popup_view_delegate.h"
15 namespace autofill { namespace
48 } // namespace autofill
H A Dpassword_generation_popup_view.h15 namespace autofill { namespace
53 } // namespace autofill
H A Dtest_generated_credit_card_bubble_controller.cc5 #include "chrome/browser/ui/autofill/test_generated_credit_card_bubble_controller.h"
7 #include "chrome/browser/ui/autofill/test_generated_credit_card_bubble_view.h"
11 namespace autofill { namespace
50 } // namespace autofill
H A Dtest_generated_credit_card_bubble_controller.h10 #include "chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h"
12 namespace autofill { namespace
49 } // namespace autofill
H A Dtest_generated_credit_card_bubble_view.h11 #include "chrome/browser/ui/autofill/generated_credit_card_bubble_view.h"
13 namespace autofill { namespace
55 } // namespace autofill
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_popup_view_bridge.h13 #include "chrome/browser/ui/autofill/autofill_popup_view.h"
14 #include "chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h"
19 namespace autofill { namespace
50 } // namespace autofill
H A Dpassword_generation_popup_view_bridge.h13 #include "chrome/browser/ui/autofill/password_generation_popup_view.h"
17 namespace autofill { namespace
46 } // namespace autofill
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_views.h8 #include "chrome/browser/ui/autofill/autofill_popup_view.h"
9 #include "chrome/browser/ui/views/autofill/autofill_popup_base_view.h"
13 namespace autofill { namespace
37 // Draw the given autofill entry in |entry_rect|.
47 } // namespace autofill
/external/chromium_org/components/autofill/content/browser/
H A Drequest_autocomplete_manager.h10 #include "components/autofill/core/browser/autofill_client.h"
14 namespace autofill { namespace
50 // The autofill driver owns and outlives |this|.
56 } // namespace autofill

Completed in 756 milliseconds

1234567891011>>