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

1 2 3 4 5 6 7 8 91011>>

  /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_types_unittest.cc 5 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
12 namespace autofill { namespace
20 } // namespace autofill
  /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_constants.cc 5 #include "components/autofill/core/common/autofill_constants.h"
9 namespace autofill { namespace
20 } // namespace autofill
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
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.
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";
19 const char kAutofillNegativeUploadRate[] = "autofill.negative_upload_rate";
22 const char kAutofillPositiveUploadRate[] = "autofill.positive_upload_rate";
25 } // namespace autofill
autofill_pref_names.h 8 namespace autofill { namespace
11 // Alphabetical list of preference names specific to the Autofill
19 } // namespace autofill
forms_seen_state.h 8 namespace autofill { namespace
22 } // namespace autofill
autofill_messages.h 10 #include "components/autofill/core/common/autocheckout_status.h"
11 #include "components/autofill/core/common/form_data.h"
12 #include "components/autofill/core/common/form_data_predictions.h"
13 #include "components/autofill/core/common/form_field_data.h"
14 #include "components/autofill/core/common/form_field_data_predictions.h"
15 #include "components/autofill/core/common/forms_seen_state.h"
16 #include "components/autofill/core/common/password_form_fill_data.h"
17 #include "components/autofill/core/common/web_element_descriptor.h"
29 IPC_ENUM_TRAITS_MAX_VALUE(autofill::AutocheckoutStatus,
30 autofill::AUTOCHECKOUT_STATUS_NUM_STATUS - 1
    [all...]
  /external/chromium_org/components/autofill/core/browser/android/
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/autofill/core/browser/
autocheckout_bubble_state.h 8 namespace autofill { namespace
20 } // namespace autofill
autofill_download_url.h 10 namespace autofill { namespace
15 } // namespace autofill
autofill_ie_toolbar_import_win.h 8 namespace autofill { namespace
16 // autofill.
22 } // namespace autofill
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
personal_data_manager_observer.h 8 namespace autofill { namespace
23 } // namespace autofill
test_autofill_external_delegate.h 8 #include "components/autofill/core/browser/autofill_external_delegate.h"
10 namespace autofill { namespace
19 } // namespace autofill
autofill_regexes.h 11 namespace autofill { namespace
18 } // namespace autofill
autofill_server_field_info.h 10 #include "components/autofill/core/browser/field_types.h"
12 namespace autofill { namespace
15 // The predicted type returned by the Autofill server for this field.
22 } // namespace autofill
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_section_container.h 12 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
13 #import "chrome/browser/ui/cocoa/autofill/autofill_input_field.h"
14 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
16 namespace autofill { namespace
50 std::vector<const autofill::DetailInput*> detailInputs_;
56 autofill::DialogSection section_;
57 autofill::AutofillDialogViewDelegate* delegate_; // Not owned.
60 @property(readonly, nonatomic) autofill::DialogSection section;
65 - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate
66 forSection:(autofill::DialogSection)section
    [all...]
autofill_popup_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
autofill_sign_in_container.h 12 namespace autofill { namespace
24 autofill::AutofillDialogViewDelegate* delegate_; // Not owned.
28 - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
  /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/sync/test/integration/
autofill_helper.h 17 namespace autofill { namespace
25 } // namespace autofill
37 scoped_refptr<autofill::AutofillWebDataService> GetWebDataService(
41 autofill::PersonalDataManager* GetPersonalDataManager(
46 void AddKeys(int profile, const std::set<autofill::AutofillKey>& keys);
50 void RemoveKey(int profile, const autofill::AutofillKey& key);
56 std::set<autofill::AutofillEntry> GetAllKeys(int profile) WARN_UNUSED_RESULT;
62 // Replaces the Autofill profiles in sync profile |profile| with
65 std::vector<autofill::AutofillProfile>* autofill_profiles);
70 std::vector<autofill::CreditCard>* credit_cards)
    [all...]
  /external/chromium_org/chrome/test/base/
chrome_render_view_test.h 12 #include "components/autofill/content/renderer/autofill_agent.h"
15 namespace autofill { namespace
37 autofill::PasswordAutofillAgent* password_autofill_;
38 autofill::AutofillAgent* autofill_agent_;

Completed in 183 milliseconds

1 2 3 4 5 6 7 8 91011>>