HomeSort by relevance Sort by last modified time
    Searched defs:autofill (Results 26 - 50 of 402) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_test_util.h 9 #include "components/autofill/content/browser/wallet/wallet_items.h"
11 namespace autofill { namespace
41 } // namespace autofill
  /external/chromium_org/components/autofill/core/browser/android/
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
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
  /external/chromium_org/components/autofill/core/browser/
autofill_common_test.h 12 namespace autofill { namespace
19 // Common utilities shared amongst Autofill tests.
52 // A unit testing utility that is common to a number of the Autofill unit
69 // A unit testing utility that is common to a number of the Autofill unit
82 } // namespace autofill
autofill_download_url_unittest.cc 5 #include "components/autofill/core/browser/autofill_download_url.h"
12 namespace autofill { namespace
16 autofill::GetAutofillQueryUrl().spec();
21 autofill::GetAutofillUploadUrl().spec();
26 } // namespace autofill
autofill_field_unittest.cc 7 #include "components/autofill/core/browser/autofill_field.h"
8 #include "components/autofill/core/browser/autofill_type.h"
9 #include "components/autofill/core/browser/field_types.h"
12 namespace autofill { namespace
99 } // namespace autofill
autofill_popup_delegate.h 14 namespace autofill { namespace
20 // Called when the Autofill popup is shown. |listener| may be used to pass
24 // Called when the Autofill popup is hidden. |listener| must be unregistered
28 // Called when the autofill suggestion indicated by |identifier| has been
40 // Informs the delegate that the Autofill previewed form should be cleared.
44 } // namespace autofill
contact_info_unittest.cc 5 #include "components/autofill/core/browser/contact_info.h"
10 #include "components/autofill/core/browser/autofill_type.h"
11 #include "components/autofill/core/browser/field_types.h"
14 namespace autofill { namespace
105 } // namespace autofill
data_driven_test.h 13 namespace autofill { namespace
39 // ../autofill/|test_name|/input and ../autofill/|test_name|/output.
54 } // namespace autofill
name_field.h 12 #include "components/autofill/core/browser/autofill_field.h"
13 #include "components/autofill/core/browser/form_field.h"
15 namespace autofill { namespace
44 } // namespace autofill
state_names.h 10 namespace autofill { namespace
29 } // namespace autofill
test_autofill_driver.h 10 #include "components/autofill/core/browser/autofill_driver.h"
13 namespace autofill { namespace
18 // autofill shared code no longer needs knowledge of WebContents.
41 } // namespace autofill
test_autofill_manager_delegate.h 10 #include "components/autofill/core/browser/autocheckout_bubble_state.h"
11 #include "components/autofill/core/browser/autofill_manager_delegate.h"
13 namespace autofill { namespace
69 } // namespace autofill
validation.h 14 namespace autofill { namespace
51 } // namespace autofill
  /external/chromium_org/components/autofill/core/common/
autofill_constants.cc 5 #include "components/autofill/core/common/autofill_constants.h"
9 namespace autofill { namespace
20 } // namespace autofill
autofill_pref_names.h 8 namespace autofill { namespace
11 // Alphabetical list of preference names specific to the Autofill
19 } // namespace autofill
autofill_switches.h 8 namespace autofill { namespace
25 } // namespace autofill
  /external/chromium_org/chrome/browser/autofill/
personal_data_manager_factory.h 15 namespace autofill { namespace
52 } // namespace autofill
  /external/chromium_org/chrome/browser/password_manager/
password_manager_delegate.h 11 namespace autofill { namespace
13 } // namespace autofill
27 const autofill::PasswordFormFillData& form_data) = 0;
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller.h 15 namespace autofill { namespace
17 } // namespace autofill
21 // A class that manages the startup and shutdown of autofill sync.
54 // an updated value of autofill culling settings.
56 scoped_refptr<autofill::AutofillWebDataService> web_data_service);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller.cc 5 #include "chrome/browser/ui/autofill/autofill_dialog_controller.h"
7 namespace autofill { namespace
30 } // namespace autofill
autofill_dialog_controller.h 13 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
14 #include "components/autofill/content/browser/autocheckout_steps.h"
15 #include "components/autofill/core/browser/form_structure.h"
27 namespace autofill { namespace
46 // Shows the Autofill dialog.
49 // Hides the Autofill dialog.
74 } // namespace autofill
autofill_dialog_view.h 8 #include "chrome/browser/ui/autofill/autofill_dialog_view_delegate.h"
18 namespace autofill { namespace
23 // An interface for the dialog that appears when a site initiates an Autofill
59 // Fills the given section with Autofill data that was triggered by a user
72 // Returns true if new or edited autofill details should be saved.
102 } // namespace autofill
generated_credit_card_bubble_view.cc 5 #include "chrome/browser/ui/autofill/generated_credit_card_bubble_view.h"
7 namespace autofill { namespace
24 } // namespace autofill
mock_autofill_dialog_view_delegate.cc 5 #include "chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h"
10 namespace autofill { namespace
64 } // namespace autofill

Completed in 1272 milliseconds

12 3 4 5 6 7 8 91011>>