Searched refs:autofill (Results 26 - 50 of 740) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_overlay_controller.h12 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
14 namespace autofill { namespace
17 } // autofill
26 autofill::AutofillDialogViewDelegate* delegate_; // not owned, owns dialog.
30 - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
H A Dautofill_loading_shield_controller.h12 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
16 namespace autofill { namespace
33 autofill::AutofillDialogViewDelegate* delegate_; // not owned, owns dialog.
37 - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
45 (const autofill::LoadingAnimation&)animation;
H A Dautofill_notification_container.h14 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
18 namespace autofill { namespace
34 autofill::AutofillDialogViewDelegate* delegate_;
38 - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
44 - (void)setNotifications:(const autofill::DialogNotifications&) notifications;
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_account_chooser.h12 namespace autofill { namespace
23 autofill::AutofillDialogViewDelegate* delegate_; // weak.
27 delegate:(autofill::AutofillDialogViewDelegate*)delegate;
H A Dautofill_popup_base_view_cocoa.h12 namespace autofill { namespace
18 __weak autofill::AutofillPopupViewDelegate* delegate_;
29 - (id)initWithDelegate:(autofill::AutofillPopupViewDelegate*)delegate
/external/chromium_org/chrome/browser/ui/passwords/
H A Dpassword_ui_view.h11 namespace autofill { namespace
37 const ScopedVector<autofill::PasswordForm>& password_list,
43 const ScopedVector<autofill::PasswordForm>& password_exception_list) = 0;
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager.h17 #include "components/autofill/core/common/password_form.h"
18 #include "components/autofill/core/common/password_form_fill_data.h"
55 typedef base::Callback<void(const autofill::PasswordForm&)>
63 // Is saving new data for password autofill enabled for the current profile
71 virtual void Autofill(const autofill::PasswordForm& form_for_autofill,
72 const autofill::PasswordFormMap& best_matches,
73 const autofill::PasswordForm& preferred_match,
81 void SetFormHasGeneratedPassword(const autofill::PasswordForm& form);
88 void ProvisionallySavePassword(const autofill::PasswordForm& form);
95 const std::vector<autofill
[all...]
H A Dlogin_database.h40 PasswordStoreChangeList AddLogin(const autofill::PasswordForm& form);
46 PasswordStoreChangeList UpdateLogin(const autofill::PasswordForm& form);
49 bool RemoveLogin(const autofill::PasswordForm& form);
66 bool GetLogins(const autofill::PasswordForm& form,
67 std::vector<autofill::PasswordForm*>* forms) const;
75 std::vector<autofill::PasswordForm*>* forms) const;
83 std::vector<autofill::PasswordForm*>* forms) const;
88 std::vector<autofill::PasswordForm*>* forms) const;
93 std::vector<autofill::PasswordForm*>* forms) const;
138 EncryptionResult InitPasswordFormFromStatement(autofill
[all...]
H A Dpassword_autofill_manager.cc6 #include "components/autofill/core/browser/autofill_driver.h"
7 #include "components/autofill/core/browser/popup_item_ids.h"
8 #include "components/autofill/core/common/autofill_data_validation.h"
20 autofill::AutofillClient* autofill_client)
30 const autofill::FormFieldData& field,
32 autofill::PasswordFormFillData fill_data;
44 const autofill::FormFieldData& field,
46 autofill::PasswordFormFillData fill_data;
58 const autofill::FormFieldData& field,
59 const autofill
[all...]
H A Dpassword_manager_driver.h13 namespace autofill { namespace
18 } // namespace autofill
35 const autofill::PasswordFormFillData& form_data) = 0;
46 const autofill::PasswordForm& form) = 0;
50 const std::vector<autofill::FormData>& forms) = 0;
74 virtual autofill::AutofillManager* GetAutofillManager() = 0;
H A Dtest_password_store.h30 std::vector<autofill::PasswordForm> > PasswordMap;
44 bool FormsAreEquivalent(const autofill::PasswordForm& lhs,
45 const autofill::PasswordForm& rhs);
49 const autofill::PasswordForm& form) OVERRIDE;
51 const autofill::PasswordForm& form) OVERRIDE;
53 const autofill::PasswordForm& form) OVERRIDE;
55 const autofill::PasswordForm& form,
73 std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
75 std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dpassword_generation_popup_observer.h8 namespace autofill { namespace
17 } // namespace autofill
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_regexes.h11 namespace autofill { namespace
18 } // namespace autofill
H A Dautofill_server_field_info.h10 #include "components/autofill/core/browser/field_types.h"
12 namespace autofill { namespace
22 } // namespace autofill
H A Dpersonal_data_manager_observer.h8 namespace autofill { namespace
23 } // namespace autofill
H A Dpopup_item_ids.h10 namespace autofill { namespace
23 } // namespace autofill
/external/chromium_org/components/autofill/core/common/
H A Dautofill_pref_names.h8 namespace autofill { namespace
22 } // namespace autofill
H A Dautofill_switches.h8 namespace autofill { namespace
23 } // namespace autofill
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dfallback_data_store.cc9 namespace autofill { namespace
203 } // namespace autofill
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_edit_overlay.css5 #autofill-edit-address-overlay {
9 #autofill-edit-credit-card-overlay {
13 #autofill-edit-address-overlay .long div[role='listitem'] > div > div,
14 #autofill-edit-address-overlay .long input,
15 #autofill-edit-address-overlay textarea.long,
16 #autofill-edit-address-overlay input.long {
20 #autofill-edit-address-overlay .short div[role='listitem'] > div > div,
21 #autofill-edit-address-overlay .short input,
22 #autofill-edit-address-overlay textarea.short,
23 #autofill
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpasswords_helper.h13 #include "components/autofill/core/common/password_form.h"
25 const autofill::PasswordForm& form);
30 const autofill::PasswordForm& form);
36 std::vector<autofill::PasswordForm>& matches);
41 const autofill::PasswordForm& form);
95 autofill::PasswordForm CreateTestPasswordForm(int index);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dgenerated_credit_card_view.cc7 #include "chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h"
20 autofill::GeneratedCreditCardBubbleController* controller = GetController();
33 autofill::GeneratedCreditCardBubbleController* controller = GetController();
38 autofill::GeneratedCreditCardBubbleController* controller = GetController();
43 autofill::GeneratedCreditCardBubbleController* GeneratedCreditCardView::
49 return autofill::GeneratedCreditCardBubbleController::FromWebContents(wc);
/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 2467 milliseconds

1234567891011>>