HomeSort by relevance Sort by last modified time
    Searched refs:autofill (Results 1 - 25 of 746) 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_view.cc 7 #include "chrome/browser/ui/autofill/autofill_dialog_view.h"
9 namespace autofill { namespace
13 } // namespace autofill
popup_constants.h 8 namespace autofill { namespace
13 } // namespace autofill
password_generation_popup_observer.h 8 namespace autofill { namespace
17 } // 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
password_autofill_util.h 8 namespace autofill { namespace
14 } // 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. 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";
29 "autofill.mac_address_book_prompt_showed_count";
32 const char kAutofillNegativeUploadRate[] = "autofill.negative_upload_rate";
35 const char kAutofillPositiveUploadRate[] = "autofill.positive_upload_rate"
    [all...]
autofill_switches.cc 5 #include "components/autofill/core/common/autofill_switches.h"
7 namespace autofill { namespace
22 // Removes the requirement that we recieved a ping from the autofill servers
27 // Annotates forms with Autofill field type predictions.
28 const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions";
42 } // namespace autofill
  /external/chromium_org/components/autofill/core/browser/
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/components/password_manager/core/browser/
password_store_sync.h 22 std::vector<autofill::PasswordForm*>* forms) = 0;
26 std::vector<autofill::PasswordForm*>* forms) = 0;
30 const autofill::PasswordForm& form) = 0;
34 const autofill::PasswordForm& form) = 0;
38 const autofill::PasswordForm& form) = 0;
password_autofill_manager.h 11 #include "components/autofill/core/browser/autofill_client.h"
12 #include "components/autofill/core/browser/autofill_popup_delegate.h"
13 #include "components/autofill/core/common/password_form_fill_data.h"
24 class PasswordAutofillManager : public autofill::AutofillPopupDelegate {
27 autofill::AutofillClient* autofill_client);
43 const autofill::FormFieldData& field,
44 const autofill::PasswordFormFillData& fill_data);
49 const autofill::FormFieldData& field,
58 bool FillSuggestionForTest(const autofill::FormFieldData& field,
62 bool PreviewSuggestionForTest(const autofill::FormFieldData& field
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_internal.h 13 #include "components/autofill/core/common/password_form.h"
29 std::vector<autofill::PasswordForm*> PasswordsFillingForm(
31 autofill::PasswordForm::Scheme scheme);
35 bool HasPasswordExactlyMatchingForm(const autofill::PasswordForm& query_form);
43 const autofill::PasswordForm& query_form);
50 std::vector<autofill::PasswordForm*> GetAllPasswordFormPasswords();
55 bool AddPassword(const autofill::PasswordForm& form);
59 bool RemovePassword(const autofill::PasswordForm& form);
69 std::vector<autofill::PasswordForm*> ConvertKeychainItemsToForms(
76 const autofill::PasswordForm& form)
    [all...]
  /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_loading_shield_controller.h 12 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
16 namespace autofill { namespace
21 // Controller for the "Loading..." shield view of the Autofill dialog.
33 autofill::AutofillDialogViewDelegate* delegate_; // not owned, owns dialog.
37 - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
45 (const autofill::LoadingAnimation&)animation;
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
  /external/chromium_org/components/autofill/content/common/
autofill_messages.h 12 #include "components/autofill/content/common/autofill_param_traits_macros.h"
13 #include "components/autofill/core/common/form_data.h"
14 #include "components/autofill/core/common/form_data_predictions.h"
15 #include "components/autofill/core/common/form_field_data.h"
16 #include "components/autofill/core/common/form_field_data_predictions.h"
17 #include "components/autofill/core/common/password_form.h"
18 #include "components/autofill/core/common/password_form_fill_data.h"
19 #include "components/autofill/core/common/web_element_descriptor.h"
34 IPC_STRUCT_TRAITS_BEGIN(autofill::WebElementDescriptor)
39 IPC_ENUM_TRAITS_MAX_VALUE(autofill::WebElementDescriptor::RetrievalMethod
    [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;
65 // Replaces the Autofill profiles in sync profile |profile| with
68 std::vector<autofill::AutofillProfile>* autofill_profiles);
73 std::vector<autofill::CreditCard>* credit_cards)
    [all...]
  /external/chromium_org/chrome/browser/ui/passwords/
password_ui_view.h 11 namespace autofill { namespace
37 const ScopedVector<autofill::PasswordForm>& password_list,
43 const ScopedVector<autofill::PasswordForm>& password_exception_list) = 0;

Completed in 914 milliseconds

1 2 3 4 5 6 7 8 91011>>