Searched defs:autofill (Results 51 - 75 of 490) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_header.h11 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
13 namespace autofill { namespace
15 } // autofill
24 autofill::AutofillDialogViewDelegate* delegate_; // not owned, owns dialog.
28 - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
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 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/cocoa/location_bar/
H A Dgenerated_credit_card_decoration.h15 namespace autofill { namespace
40 autofill::GeneratedCreditCardBubbleController* GetController() const;
/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/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_view_tester_views.h9 #include "chrome/browser/ui/autofill/autofill_dialog_view_tester.h"
11 namespace autofill { namespace
41 } // namespace 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
H A Dpassword_generation_popup_view_tester_views.h8 #include "chrome/browser/ui/autofill/password_generation_popup_view_tester.h"
10 namespace autofill { namespace
30 } // namespace autofill
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dgenerated_credit_card_view.h10 #include "chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h"
15 namespace autofill { namespace
43 autofill::GeneratedCreditCardBubbleController* GetController() const;
/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
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dmock_wallet_client.h11 #include "components/autofill/content/browser/wallet/instrument.h"
12 #include "components/autofill/content/browser/wallet/wallet_address.h"
13 #include "components/autofill/content/browser/wallet/wallet_client.h"
14 #include "components/autofill/content/browser/wallet/wallet_items.h"
17 namespace autofill { namespace
62 } // namespace autofill
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_test_delegate.h8 namespace autofill { namespace
24 } // 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 Demail_field.h10 #include "components/autofill/core/browser/form_field.h"
12 namespace autofill { namespace
30 } // namespace autofill
H A Dform_group.h11 #include "components/autofill/core/browser/field_types.h"
13 namespace autofill { namespace
66 } // namespace autofill
H A Dpassword_generator.h13 namespace autofill { namespace
46 } // namespace autofill
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_backend.h10 namespace autofill { namespace
41 } // namespace autofill
/external/chromium_org/components/autofill/core/common/
H A Dform_field_data_unittest.cc5 #include "components/autofill/core/common/form_field_data.h"
12 namespace autofill { namespace
43 } // namespace autofill
/external/chromium_org/chrome/browser/autofill/android/
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 Dvalidation_rules_storage_factory.h22 namespace autofill { namespace
40 } // namespace autofill
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_win.h13 namespace autofill { namespace
44 const autofill::PasswordForm& form,
49 const autofill::PasswordForm& form,
51 const std::vector<autofill::PasswordForm*>& matched_forms);
/external/chromium_org/chrome/browser/sync/glue/
H A Dautofill_data_type_controller.h18 namespace autofill { namespace
20 } // namespace autofill
24 // A class that manages the startup and shutdown of autofill sync.
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_popup_view_android.h12 #include "chrome/browser/ui/autofill/autofill_popup_view.h"
18 namespace autofill { namespace
29 // Called when an autofill item was selected.
54 } // namespace autofill
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_common.h8 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
9 #include "components/autofill/core/browser/autofill_type.h"
10 #include "components/autofill/core/browser/field_types.h"
12 namespace autofill { namespace
20 namespace autofill { namespace
65 } // namespace autofill
H A Dautofill_dialog_view_delegate.h11 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
12 #include "components/autofill/content/browser/wallet/required_action.h"
13 #include "components/autofill/core/browser/field_types.h"
37 namespace autofill { namespace
220 } // namespace autofill

Completed in 1344 milliseconds

1234567891011>>