Searched refs:autofill (Results 1 - 25 of 728) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_models_unittest.cc5 #include "chrome/browser/ui/autofill/autofill_dialog_models.h"
9 namespace autofill { namespace
11 } // namespace autofill
H A Dautofill_dialog_view.cc7 #include "chrome/browser/ui/autofill/autofill_dialog_view.h"
9 namespace autofill { namespace
13 } // namespace autofill
H A Dpopup_constants.h8 namespace autofill { namespace
13 } // namespace autofill
/external/chromium_org/components/autofill/core/common/
H A Dweb_element_descriptor.cc5 #include "components/autofill/core/common/web_element_descriptor.h"
7 namespace autofill { namespace
9 autofill::WebElementDescriptor::WebElementDescriptor()
12 } // namespace autofill
H A Dautofill_constants.cc5 #include "components/autofill/core/common/autofill_constants.h"
9 namespace autofill { namespace
20 } // namespace autofill
H A Dpassword_autofill_util.h8 namespace autofill { namespace
14 } // namespace autofill
H A Dautofill_pref_names.cc5 #include "components/autofill/core/common/autofill_pref_names.h"
7 namespace autofill { namespace
13 "autofill.auxiliary_profiles_enabled";
16 const char kAutofillEnabled[] = "autofill.enabled";
23 "autofill.auxiliary_profiles_queried";
26 const char kAutofillNegativeUploadRate[] = "autofill.negative_upload_rate";
29 const char kAutofillPositiveUploadRate[] = "autofill.positive_upload_rate";
33 const char kAutofillUseMacAddressBook[] = "autofill.use_mac_address_book";
36 } // namespace autofill
H A Dautofill_constants.h12 namespace autofill { namespace
23 } // namespace autofill
H A Dautofill_switches.cc5 #include "components/autofill/core/common/autofill_switches.h"
7 namespace autofill { namespace
22 // Removes the requirement that we recieved a ping from the autofill servers
28 const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions";
42 } // namespace autofill
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac_internal.h13 #include "components/autofill/core/common/password_form.h"
29 std::vector<autofill::PasswordForm*> PasswordsFillingForm(
31 autofill::PasswordForm::Scheme scheme);
37 autofill::PasswordForm* PasswordExactlyMatchingForm(
38 const autofill::PasswordForm& query_form);
46 const autofill::PasswordForm& query_form);
53 std::vector<autofill::PasswordForm*> GetAllPasswordFormPasswords();
58 bool AddPassword(const autofill::PasswordForm& form);
62 bool RemovePassword(const autofill::PasswordForm& form);
72 std::vector<autofill
[all...]
/external/chromium_org/components/autofill/core/browser/android/
H A Dcomponent_jni_registrar.cc5 #include "components/autofill/core/browser/android/component_jni_registrar.h"
9 #include "components/autofill/core/browser/android/auxiliary_profile_loader_android.h"
11 namespace autofill { namespace
15 autofill::RegisterAuxiliaryProfileLoader },
23 } // namespace autofill
H A Dcomponent_jni_registrar.h10 namespace autofill { namespace
12 // Register all JNI bindings necessary for the autofill
16 } // namespace autofill
H A Dpersonal_data_manager_android.cc5 // Populates default autofill profile from user's own Android contact.
7 #include "components/autofill/core/browser/android/auxiliary_profile_loader_android.h"
8 #include "components/autofill/core/browser/android/auxiliary_profiles_android.h"
9 #include "components/autofill/core/browser/personal_data_manager.h"
11 namespace autofill { namespace
15 autofill::AuxiliaryProfileLoaderAndroid profile_loader;
20 autofill::AuxiliaryProfilesAndroid impl(profile_loader, app_locale_);
25 } // namespace autofill
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_options.css5 #autofill-options {
9 #autofill-help {
14 #autofill-options list {
18 .autofill-list-item {
25 .autofill-list-item + img {
30 #autofill-options > div:last-child {
34 #autofill-options > div.settings-list > div:last-child {
39 #autofill-add-address,
40 #autofill-add-creditcard {
44 #autofill
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_ie_toolbar_import_win.h8 namespace autofill { namespace
16 // autofill.
22 } // namespace autofill
H A Dtest_autofill_external_delegate.h8 #include "components/autofill/core/browser/autofill_external_delegate.h"
10 namespace autofill { namespace
19 } // namespace autofill
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_autofill_manager.h11 #include "components/autofill/core/browser/autofill_client.h"
12 #include "components/autofill/core/browser/autofill_popup_delegate.h"
13 #include "components/autofill/core/common/password_form_fill_data.h"
24 class PasswordAutofillManager : public autofill::AutofillPopupDelegate {
27 autofill::AutofillClient* autofill_client);
43 const autofill::FormFieldData& field,
44 const autofill::PasswordFormFillData& fill_data);
49 const autofill::FormFieldData& field,
58 bool FillSuggestionForTest(const autofill::FormFieldData& field,
62 bool PreviewSuggestionForTest(const autofill
[all...]
H A Dpassword_store_sync.h22 std::vector<autofill::PasswordForm*>* forms) = 0;
26 std::vector<autofill::PasswordForm*>* forms) = 0;
30 const autofill::PasswordForm& form) = 0;
34 const autofill::PasswordForm& form) = 0;
38 const autofill::PasswordForm& form) = 0;
H A Dpassword_generation_manager.cc7 #include "components/autofill/core/browser/autofill_field.h"
8 #include "components/autofill/core/browser/field_types.h"
9 #include "components/autofill/core/browser/form_structure.h"
10 #include "components/autofill/core/common/form_data.h"
25 const std::vector<autofill::FormStructure*>& forms) {
26 std::vector<autofill::FormData> account_creation_forms;
27 for (std::vector<autofill::FormStructure*>::const_iterator form_it =
29 autofill::FormStructure* form = *form_it;
30 for (std::vector<autofill::AutofillField*>::const_iterator field_it =
32 autofill
[all...]
H A Dmock_password_store.h8 #include "components/autofill/core/common/password_form.h"
22 MOCK_METHOD1(RemoveLogin, void(const autofill::PasswordForm&));
24 const autofill::PasswordForm&,
27 MOCK_METHOD1(AddLogin, void(const autofill::PasswordForm&));
28 MOCK_METHOD1(UpdateLogin, void(const autofill::PasswordForm&));
32 PasswordStoreChangeList(const autofill::PasswordForm&));
34 PasswordStoreChangeList(const autofill::PasswordForm&));
36 PasswordStoreChangeList(const autofill::PasswordForm&));
42 void(const autofill::PasswordForm& form,
48 bool(std::vector<autofill
[all...]
H A Dpassword_form_manager.h14 #include "components/autofill/core/common/password_form.h"
39 const autofill::PasswordForm& observed_form,
55 bool DoesManage(const autofill::PasswordForm& form,
101 // Determines if we need to autofill given the results of the query.
103 void OnRequestDone(const std::vector<autofill::PasswordForm*>& result);
106 const std::vector<autofill::PasswordForm*>& results) OVERRIDE;
114 // authentication if available before being used for autofill.
125 void ProvisionallySave(const autofill::PasswordForm& credentials,
145 const autofill::PasswordForm& pending_credentials() const {
150 const autofill
[all...]
/external/chromium_org/components/autofill/content/common/
H A Dautofill_messages.h12 #include "components/autofill/content/common/autofill_param_traits_macros.h"
13 #include "components/autofill/core/common/form_data.h"
14 #include "components/autofill/core/common/form_data_predictions.h"
15 #include "components/autofill/core/common/form_field_data.h"
16 #include "components/autofill/core/common/form_field_data_predictions.h"
17 #include "components/autofill/core/common/password_form.h"
18 #include "components/autofill/core/common/password_form_fill_data.h"
19 #include "components/autofill/core/common/web_element_descriptor.h"
33 IPC_STRUCT_TRAITS_BEGIN(autofill::WebElementDescriptor)
38 IPC_ENUM_TRAITS_MAX_VALUE(autofill
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dautofill_helper.h17 namespace autofill { namespace
25 } // namespace autofill
37 scoped_refptr<autofill::AutofillWebDataService> GetWebDataService(
41 autofill::PersonalDataManager* GetPersonalDataManager(
46 void AddKeys(int profile, const std::set<autofill::AutofillKey>& keys);
50 void RemoveKey(int profile, const autofill::AutofillKey& key);
56 std::set<autofill::AutofillEntry> GetAllKeys(int profile) WARN_UNUSED_RESULT;
68 std::vector<autofill::AutofillProfile>* autofill_profiles);
73 std::vector<autofill::CreditCard>* credit_cards);
75 // Adds the autofill profil
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_popup_view_cocoa.h10 #import "chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h"
12 namespace autofill { namespace
14 } // namespace autofill
20 __weak autofill::AutofillPopupController* controller_;
24 - (id)initWithController:(autofill::AutofillPopupController*)controller
H A Dautofill_section_container.h12 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
13 #import "chrome/browser/ui/cocoa/autofill/autofill_input_field.h"
14 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
16 namespace autofill { namespace
63 std::vector<const autofill::DetailInput*> detailInputs_;
73 autofill::DialogSection section_;
74 autofill::AutofillDialogViewDelegate* delegate_; // Not owned.
77 @property(readonly, nonatomic) autofill::DialogSection section;
82 - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate
83 forSection:(autofill
[all...]

Completed in 1997 milliseconds

1234567891011>>