HomeSort by relevance Sort by last modified time
    Searched full:autofill (Results 1 - 25 of 971) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/utility/importer/
DEPS 3 "+components/autofill/core/common",
  /external/chromium_org/components/
autofill.gypi 8 # Private target only used in components/autofill.
15 'autofill/core/browser/autofill_regex_constants.cc.utf8',
22 'autofill/core/browser/autofill_regex_constants.cc.utf8'],
46 'autofill/core/browser/android/auxiliary_profile_loader_android.cc',
47 'autofill/core/browser/android/auxiliary_profile_loader_android.h',
48 'autofill/core/browser/android/auxiliary_profiles_android.cc',
49 'autofill/core/browser/android/auxiliary_profiles_android.h',
50 'autofill/core/browser/android/component_jni_registrar.cc',
51 'autofill/core/browser/android/component_jni_registrar.h',
52 'autofill/core/browser/android/personal_data_manager_android.cc'
    [all...]
  /external/chromium_org/components/autofill/core/common/
web_element_descriptor.cc 5 #include "components/autofill/core/common/web_element_descriptor.h"
7 namespace autofill { namespace
9 autofill::WebElementDescriptor::WebElementDescriptor()
12 } // namespace autofill
autofill_pref_names.cc 5 #include "components/autofill/core/common/autofill_pref_names.h"
7 namespace autofill { namespace
10 // Boolean that is true when auxiliary Autofill profiles are enabled. This pref
13 "autofill.auxiliary_profiles_enabled";
15 // Boolean that is true if Autofill is enabled and allowed to save profile data.
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";
31 // Whether Autofill should try to use the Mac Address Book. If this value i
    [all...]
autofill_constants.h 5 // Contains constants specific to the Autofill component.
12 namespace autofill { namespace
14 // Help URL for the Autofill dialog.
17 // The number of fields required by Autofill. Ideally we could send the forms
18 // to Autofill no matter how many fields are in the forms; however, finding the
23 } // namespace autofill
  /external/chromium_org/components/password_manager/core/browser/
DEPS 2 "+components/autofill/core/browser",
mock_password_store.h 8 #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::PasswordForm*>*))
    [all...]
  /external/chromium_org/components/autofill/core/browser/android/
personal_data_manager_android.cc 5 // 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
component_jni_registrar.h 10 namespace autofill { namespace
12 // Register all JNI bindings necessary for the autofill
16 } // namespace autofill
component_jni_registrar.cc 5 #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
  /external/chromium_org/components/resources/
autofill_scaled_resources.grdp 3 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_AMEX" file="common/autofill/amex.png" />
4 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_DINERS" file="common/autofill/diners.png" />
5 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_DISCOVER" file="common/autofill/discover.png" />
6 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_GENERIC" file="common/autofill/cc-generic.png" />
7 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_JCB" file="common/autofill/jcb.png" />
8 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_MASTERCARD" file="common/autofill/mastercard.png" />
9 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_VISA" file="common/autofill/visa.png" />
10 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_MAC_CONTACTS_ICON" file="common/autofill/mac_contacts_icon.png" />
  /external/chromium_org/components/password_manager/content/browser/
DEPS 2 "+components/autofill/content/browser",
  /external/chromium_org/android_webview/native/
DEPS 9 "+components/autofill/content/browser",
10 "+components/autofill/core/browser",
11 "+components/autofill/core/common",
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_models_unittest.cc 5 #include "chrome/browser/ui/autofill/autofill_dialog_models.h"
9 namespace autofill { namespace
11 } // namespace autofill
autofill_dialog_view.cc 7 #include "chrome/browser/ui/autofill/autofill_dialog_view.h"
9 namespace autofill { namespace
13 } // namespace autofill
mock_new_credit_card_bubble_controller.cc 5 #include "chrome/browser/ui/autofill/mock_new_credit_card_bubble_controller.h"
8 #include "components/autofill/core/browser/autofill_profile.h"
9 #include "components/autofill/core/browser/credit_card.h"
11 namespace autofill { namespace
30 } // namespace autofill
test_popup_controller_common.cc 5 #include "chrome/browser/ui/autofill/test_popup_controller_common.h"
7 namespace autofill { namespace
19 } // namespace autofill
  /external/chromium_org/components/autofill/core/browser/
autofill_manager_test_delegate.h 8 namespace autofill { namespace
14 // Called when a form is previewed with Autofill suggestions.
17 // Called when a form is filled with Autofill suggestions.
20 // Called when a popup with Autofill suggestions is shown.
24 } // namespace autofill
email_field.cc 5 #include "components/autofill/core/browser/email_field.h"
8 #include "components/autofill/core/browser/autofill_regex_constants.h"
9 #include "components/autofill/core/browser/autofill_scanner.h"
12 namespace autofill { namespace
17 if (ParseFieldSpecifics(scanner, base::UTF8ToUTF16(autofill::kEmailRe),
32 } // namespace autofill
  /external/chromium_org/chrome/browser/resources/options/
autofill_options.css 5 #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-options .list-inline-button
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_view_tester_cocoa.mm 5 #include "chrome/browser/ui/cocoa/autofill/autofill_dialog_view_tester_cocoa.h"
8 #include "chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h"
9 #import "chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h"
10 #import "chrome/browser/ui/cocoa/autofill/autofill_main_container.h"
11 #import "chrome/browser/ui/cocoa/autofill/autofill_section_container.h"
12 #import "chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.h"
19 forType:(autofill::ServerFieldType)type;
21 ofSuggestionForSection:(autofill::DialogSection)section;
22 - (void)activateFieldForType:(autofill::ServerFieldType)type;
25 - (BOOL)isShowingSection:(autofill::DialogSection)section
    [all...]
autofill_popup_view_bridge.mm 7 #include "chrome/browser/ui/cocoa/autofill/autofill_popup_view_bridge.h"
10 #include "chrome/browser/ui/autofill/autofill_popup_controller.h"
11 #include "chrome/browser/ui/autofill/autofill_popup_view_delegate.h"
12 #import "chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h"
15 namespace autofill {
51 } // namespace autofill
autofill_popup_view_cocoa.h 10 #import "chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h"
12 namespace autofill { namespace
14 } // namespace autofill
16 // Draws the native Autofill popup view on Mac.
20 __weak autofill::AutofillPopupController* controller_;
24 - (id)initWithController:(autofill::AutofillPopupController*)controller
password_generation_popup_view_cocoa.h 10 #include "chrome/browser/ui/autofill/password_generation_popup_controller.h"
11 #import "chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h"
13 namespace autofill { namespace
15 } // namespace autofill
24 __weak autofill::PasswordGenerationPopupController* controller_;
33 (autofill::PasswordGenerationPopupController*)controller
  /external/chromium_org/components/autofill/content/renderer/
test_password_autofill_agent.cc 5 #include "components/autofill/content/renderer/test_password_autofill_agent.h"
7 namespace autofill { namespace
20 } // namespace autofill

Completed in 1226 milliseconds

1 2 3 4 5 6 7 8 91011>>