Searched defs:autofill (Results 126 - 150 of 490) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/autofill/
H A Dmock_autofill_dialog_view_delegate.cc5 #include "chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h"
11 namespace autofill { namespace
85 } // namespace autofill
H A Dmock_new_credit_card_bubble_controller.h11 namespace autofill { namespace
42 } // 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 Dpopup_controller_common_unittest.cc5 #include "chrome/browser/ui/autofill/popup_controller_common.h"
8 #include "chrome/browser/ui/autofill/test_popup_controller_common.h"
13 namespace autofill { namespace
85 } // 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_details_container.h11 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
12 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
13 #import "chrome/browser/ui/cocoa/autofill/autofill_section_container.h"
16 namespace autofill { namespace
42 autofill::AutofillDialogViewDelegate* delegate_; // Not owned.
46 - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
49 - (AutofillSectionContainer*)sectionForId:(autofill::DialogSection)section;
H A Dautofill_dialog_cocoa.h11 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
12 #include "chrome/browser/ui/autofill/autofill_dialog_view.h"
20 namespace autofill { namespace
27 namespace autofill { namespace
86 } // autofill
H A Dgenerated_credit_card_bubble_cocoa.h9 #include "chrome/browser/ui/autofill/generated_credit_card_bubble_view.h"
17 namespace autofill { namespace
55 } // namespace autofill
H A Dpassword_generation_popup_view_cocoa.h11 #include "chrome/browser/ui/autofill/password_generation_popup_controller.h"
12 #import "chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h"
14 namespace autofill { namespace
16 } // namespace autofill
25 __weak autofill::PasswordGenerationPopupController* controller_;
37 (autofill::PasswordGenerationPopupController*)controller
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dexpanding_textfield.h11 #include "chrome/browser/ui/views/autofill/decorated_textfield.h"
19 namespace autofill { namespace
86 } // namespace autofill
H A Dpassword_generation_popup_view_tester_views.cc5 #include "chrome/browser/ui/views/autofill/password_generation_popup_view_tester_views.h"
7 #include "chrome/browser/ui/views/autofill/password_generation_popup_view_views.h"
9 namespace autofill { namespace
34 } // namespace autofill
H A Dpassword_generation_popup_view_views.h8 #include "chrome/browser/ui/autofill/password_generation_popup_view.h"
9 #include "chrome/browser/ui/views/autofill/autofill_popup_base_view.h"
18 namespace autofill { namespace
71 } // namespace autofill
/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.h23 namespace autofill { namespace
25 } // namespace autofill
40 virtual scoped_refptr<autofill::AutofillWebDataService> GetAutofillWebData();
53 scoped_refptr<autofill::AutofillWebDataService> autofill_web_data_;
78 static scoped_refptr<autofill::AutofillWebDataService>
/external/chromium_org/chrome/renderer/autofill/
H A Dform_autocomplete_browsertest.cc7 #include "components/autofill/content/common/autofill_messages.h"
8 #include "components/autofill/core/common/form_data.h"
21 namespace autofill { namespace
154 } // namespace autofill
/external/chromium_org/chrome/test/base/
H A Dchrome_render_view_test.h14 namespace autofill { namespace
42 autofill::TestPasswordAutofillAgent* password_autofill_agent_;
43 autofill::TestPasswordGenerationAgent* password_generation_;
44 autofill::AutofillAgent* autofill_agent_;
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor_system_nss.h15 namespace autofill { namespace
40 std::vector<autofill::PasswordForm>* forms);
46 std::vector<autofill::PasswordForm>* forms);
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dinstrument_unittest.cc7 #include "components/autofill/content/browser/wallet/instrument.h"
8 #include "components/autofill/content/browser/wallet/wallet_address.h"
9 #include "components/autofill/content/browser/wallet/wallet_test_util.h"
22 namespace autofill { namespace
73 } // namespace autofill
H A Drequired_action.cc5 #include "components/autofill/content/browser/wallet/required_action.h"
10 namespace autofill { namespace
67 } // namespace autofill
H A Dwallet_signin_helper.h23 namespace autofill { namespace
81 } // namespace autofill
/external/chromium_org/components/autofill/content/renderer/
H A Dform_cache.h23 namespace autofill { namespace
69 } // namespace autofill
H A Drenderer_save_password_progress_logger.cc5 #include "components/autofill/content/renderer/renderer_save_password_progress_logger.h"
7 #include "components/autofill/content/common/autofill_messages.h"
10 namespace autofill { namespace
26 } // namespace autofill
H A Dtest_password_generation_agent.cc5 #include "components/autofill/content/renderer/test_password_generation_agent.h"
7 namespace autofill { namespace
33 } // namespace autofill
H A Dtest_password_generation_agent.h11 #include "components/autofill/content/renderer/password_generation_agent.h"
14 namespace autofill { namespace
42 } // namespace autofill
/external/chromium_org/components/autofill/core/browser/
H A Daddress_field_unittest.cc9 #include "components/autofill/core/browser/address_field.h"
10 #include "components/autofill/core/browser/autofill_field.h"
11 #include "components/autofill/core/browser/autofill_scanner.h"
12 #include "components/autofill/core/common/form_field_data.h"
17 namespace autofill { namespace
271 } // namespace autofill

Completed in 3774 milliseconds

1234567891011>>