Searched defs:autofill (Results 176 - 200 of 490) sorted by relevance

1234567891011>>

/external/chromium_org/components/test/data/web_database/
H A Dversion_22.sql20 CREATE TABLE autofill (name VARCHAR, value VARCHAR, value_lower VARCHAR, pair_id INTEGER PRIMARY KEY, count INTEGER DEFAULT 1); table
25 CREATE INDEX autofill_name ON autofill (name);
26 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
/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/javatests/src/org/chromium/chrome/browser/autofill/
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/
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
/external/chromium_org/chrome/browser/ui/autofill/
H A Daccount_chooser_model.h14 #include "components/autofill/core/browser/autofill_client.h"
20 namespace autofill { namespace
106 // kAutofillItemId is "Pay without the Wallet" (local autofill data).
136 } // namespace autofill
H A Dautofill_dialog_controller.cc5 #include "chrome/browser/ui/autofill/autofill_dialog_controller.h"
7 namespace autofill { namespace
31 } // namespace autofill
H A Dautofill_dialog_models.h17 namespace autofill { namespace
145 } // namespace autofill
H A Dautofill_popup_view.h18 namespace autofill { namespace
61 } // namespace autofill
H A Dchrome_autofill_client.h13 #include "components/autofill/core/browser/autofill_client.h"
23 namespace autofill { namespace
69 const std::vector<autofill::FormStructure*>& forms) OVERRIDE;
121 } // namespace autofill
H A Dcountry_combobox_model_unittest.cc5 #include "chrome/browser/ui/autofill/country_combobox_model.h"
10 #include "components/autofill/core/browser/autofill_country.h"
11 #include "components/autofill/core/browser/test_personal_data_manager.h"
17 namespace autofill { namespace
62 } // namespace autofill
H A Ddata_model_wrapper_unittest.cc9 #include "chrome/browser/ui/autofill/autofill_dialog_models.h"
10 #include "chrome/browser/ui/autofill/data_model_wrapper.h"
11 #include "components/autofill/content/browser/wallet/wallet_items.h"
12 #include "components/autofill/content/browser/wallet/wallet_test_util.h"
13 #include "components/autofill/core/browser/autofill_profile.h"
14 #include "components/autofill/core/browser/autofill_test_utils.h"
15 #include "components/autofill/core/browser/credit_card.h"
16 #include "components/autofill/core/browser/field_types.h"
21 namespace autofill { namespace
249 } // namespace autofill
[all...]
H A Dpassword_generation_popup_view_browsertest.cc5 #include "chrome/browser/ui/autofill/password_generation_popup_view.h"
8 #include "chrome/browser/ui/autofill/password_generation_popup_controller_impl.h"
9 #include "chrome/browser/ui/autofill/password_generation_popup_view_tester.h"
17 namespace autofill { namespace
77 } // namespace autofill
H A Dpopup_controller_common.h23 namespace autofill { namespace
103 } // 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_view.cc5 #include "chrome/browser/ui/autofill/test_generated_credit_card_bubble_view.h"
7 #include "chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h"
9 namespace autofill { namespace
43 } // namespace autofill
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_dialog_constants.h8 // Constants governing layout of autofill dialog.
9 namespace autofill { namespace
38 } // autofill
H A Dautofill_dialog_window_controller.h11 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
12 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
25 namespace autofill { namespace
27 } // autofill
38 - (void)updateSection:(autofill::DialogSection)section;
40 - (void)fillSection:(autofill::DialogSection)section
41 forType:(const autofill::ServerFieldType)type;
42 - (void)getInputs:(autofill::FieldValueMap*)outputs
43 forSection:(autofill::DialogSection)section;
51 - (void)validateSection:(autofill
[all...]
H A Dautofill_notification_controller.h11 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
12 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
18 namespace autofill { namespace
39 autofill::DialogNotification::Type notificationType_;
42 autofill::AutofillDialogViewDelegate* delegate_;
51 - (id)initWithNotification:(const autofill::DialogNotification*)notification
52 delegate:(autofill::AutofillDialogViewDelegate*)delegate;
H A Dautofill_sign_in_container.h12 namespace autofill { namespace
25 autofill::AutofillDialogCocoa* dialog_; // Not owned.
27 scoped_ptr<autofill::AutofillDialogSignInDelegate> signInDelegate_;
40 - (id)initWithDialog:(autofill::AutofillDialogCocoa*)dialog;
/external/chromium_org/chrome/browser/ui/passwords/
H A Dpassword_manager_presenter.h16 namespace autofill { namespace
44 const autofill::PasswordForm* GetPassword(size_t index);
47 const autofill::PasswordForm* GetPasswordException(size_t index);
98 const std::vector<autofill::PasswordForm*>& results) OVERRIDE;
111 const std::vector<autofill::PasswordForm*>& results) OVERRIDE;
118 ScopedVector<autofill::PasswordForm> password_list_;
119 ScopedVector<autofill::PasswordForm> password_exception_list_;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_base_view.h9 #include "chrome/browser/ui/autofill/autofill_popup_view_delegate.h"
22 namespace autofill { namespace
97 } // namespace autofill
H A Ddecorated_textfield.h19 namespace autofill { namespace
87 } // namespace autofill
H A Dtooltip_icon.h18 namespace autofill { namespace
76 } // namespace autofill
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.h19 #include "components/autofill/core/browser/webdata/autofill_change.h"
20 #include "components/autofill/core/browser/webdata/autofill_entry.h"
21 #include "components/autofill/core/browser/webdata/autofill_webdata_backend.h"
22 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
23 #include "components/autofill/core/browser/webdata/autofill_webdata_service_observer.h"
31 namespace autofill { namespace
50 public autofill::AutofillWebDataServiceObserverOnDBThread,
58 autofill::AutofillWebDataService* web_data_service,
59 autofill::AutofillWebDataBackend* web_data_backend);
63 autofill
[all...]
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor_null.h14 namespace autofill { namespace
34 std::vector<autofill::PasswordForm>* forms) {}
36 std::vector<autofill::PasswordForm>* forms) {

Completed in 6594 milliseconds

1234567891011>>