Searched refs:autofill (Results 51 - 75 of 740) sorted by relevance

1234567891011>>

/external/chromium_org/components/webdata/common/
H A Dweb_data_service_test_util.h31 scoped_refptr<autofill::AutofillWebDataService> fake_autofill,
36 virtual scoped_refptr<autofill::AutofillWebDataService>
42 scoped_refptr<autofill::AutofillWebDataService> fake_autofill_web_data_;
/external/chromium_org/components/autofill/core/browser/
H A Dvalidation_unittest.cc7 #include "components/autofill/core/browser/validation.h"
12 namespace autofill { namespace
104 autofill::IsValidCreditCardNumber(ASCIIToUTF16(kValidNumbers[i])));
109 autofill::IsValidCreditCardNumber(ASCIIToUTF16(kInvalidNumbers[i])));
123 autofill::IsValidCreditCardExpirationDate(ASCIIToUTF16(data.year),
132 !autofill::IsValidCreditCardExpirationDate(ASCIIToUTF16(data.year),
148 autofill::IsValidCreditCardExpirationDate(data.year, data.month, now));
155 !autofill::IsValidCreditCardExpirationDate(data.year, data.month, now));
162 autofill::IsValidCreditCardSecurityCode(
168 autofill
[all...]
H A Dautofill_manager_test_delegate.h8 namespace autofill { namespace
24 } // 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);
H A Dpassword_store_mac.h56 const autofill::PasswordForm& form) OVERRIDE;
58 const autofill::PasswordForm& form) OVERRIDE;
60 const autofill::PasswordForm& form) OVERRIDE;
68 const autofill::PasswordForm& form,
74 std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
76 std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
81 bool AddToKeychainIfNecessary(const autofill::PasswordForm& form);
86 const autofill::PasswordForm& form);
90 const std::vector<autofill::PasswordForm*>& forms);
94 const std::vector<autofill
[all...]
H A Dpassword_store_x.h37 typedef std::vector<autofill::PasswordForm*> PasswordFormList;
44 const autofill::PasswordForm& form) = 0;
46 const autofill::PasswordForm& form,
48 virtual bool RemoveLogin(const autofill::PasswordForm& form) = 0;
62 virtual bool GetLogins(const autofill::PasswordForm& form,
82 const autofill::PasswordForm& form) OVERRIDE;
84 const autofill::PasswordForm& form) OVERRIDE;
86 const autofill::PasswordForm& form) OVERRIDE;
94 const autofill::PasswordForm& form,
100 std::vector<autofill
[all...]
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_logger_android.h12 namespace autofill { namespace
14 // This class gets notified when autofill fields are filled, and can be used
29 } // namespace autofill
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_view.cc5 #include "chrome/browser/ui/autofill/generated_credit_card_bubble_view.h"
7 namespace autofill { namespace
24 } // namespace autofill
H A Dnew_credit_card_bubble_view.cc5 #include "chrome/browser/ui/autofill/new_credit_card_bubble_view.h"
7 namespace autofill { namespace
23 } // namespace autofill
H A Dtest_popup_controller_common.cc5 #include "chrome/browser/ui/autofill/test_popup_controller_common.h"
7 namespace autofill { namespace
19 } // 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_constants.h8 // Constants governing layout of autofill dialog.
9 namespace autofill { namespace
38 } // autofill
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 Dmanage_passwords_ui_controller_mock.h43 virtual const autofill::PasswordForm& PendingCredentials() const OVERRIDE;
44 void SetPendingCredentials(autofill::PasswordForm pending_credentials);
47 void SetPasswordFormMap(const autofill::ConstPasswordFormMap& map) {
64 autofill::PasswordForm pending_credentials_;
H A Dmanage_passwords_ui_controller_mock.cc26 const autofill::PasswordForm&
32 autofill::PasswordForm pending_credentials) {
/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/components/autofill/content/renderer/
H A Dpage_click_listener.h12 namespace autofill { namespace
29 } // namespace autofill
H A Dpassword_form_conversion_utils.h14 namespace autofill { namespace
25 } // namespace autofill
H A Dtest_password_autofill_agent.cc5 #include "components/autofill/content/renderer/test_password_autofill_agent.h"
7 namespace autofill { namespace
20 } // namespace autofill
/external/chromium_org/components/autofill/core/common/
H A Dweb_element_descriptor.h10 namespace autofill { namespace
29 } // namespace autofill
/external/chromium_org/components/password_manager/core/browser/
H A Dstub_password_manager_driver.cc16 const autofill::PasswordFormFillData& form_data) {
28 const autofill::PasswordForm& form) {
32 const std::vector<autofill::FormData>& forms) {
61 autofill::AutofillManager* StubPasswordManagerDriver::GetAutofillManager() {
H A Dstub_password_manager_driver.h22 const autofill::PasswordFormFillData& form_data) OVERRIDE;
26 const autofill::PasswordForm& form) OVERRIDE;
28 const std::vector<autofill::FormData>& forms) OVERRIDE;
37 virtual autofill::AutofillManager* GetAutofillManager() OVERRIDE;
H A Dtest_password_store.cc7 #include "components/autofill/core/common/password_form.h"
39 bool TestPasswordStore::FormsAreEquivalent(const autofill::PasswordForm& lhs,
40 const autofill::PasswordForm& rhs) {
53 const autofill::PasswordForm& form) {
61 const autofill::PasswordForm& form) {
63 std::vector<autofill::PasswordForm>& forms =
65 for (std::vector<autofill::PasswordForm>::iterator it = forms.begin();
77 const autofill::PasswordForm& form) {
79 std::vector<autofill::PasswordForm>& forms =
81 std::vector<autofill
[all...]
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dfallback_data_store.h10 namespace autofill { namespace
20 } // 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;

Completed in 266 milliseconds

1234567891011>>