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

<<11121314151617181920>>

  /external/chromium_org/components/autofill/core/browser/
address_unittest.cc 9 #include "components/autofill/core/browser/address.h"
10 #include "components/autofill/core/browser/autofill_type.h"
13 namespace autofill { namespace
198 } // namespace autofill
autofill_ie_toolbar_import_win_unittest.cc 5 #include "components/autofill/core/browser/autofill_ie_toolbar_import_win.h"
10 #include "components/autofill/core/browser/autofill_profile.h"
11 #include "components/autofill/core/browser/credit_card.h"
12 #include "components/autofill/core/browser/field_types.h"
18 namespace autofill { namespace
32 L"Software\\Google\\Google Toolbar\\4.0\\Autofill\\Profiles";
34 L"Software\\Google\\Google Toolbar\\4.0\\Autofill\\Credit Cards";
211 } // namespace autofill
autofill_merge_unittest.cc 13 #include "components/autofill/core/browser/autofill_common_test.h"
14 #include "components/autofill/core/browser/autofill_type.h"
15 #include "components/autofill/core/browser/data_driven_test.h"
16 #include "components/autofill/core/browser/form_structure.h"
17 #include "components/autofill/core/browser/personal_data_manager.h"
18 #include "components/autofill/core/common/form_data.h"
23 namespace autofill { namespace
125 // A data-driven test for verifying merging of Autofill profiles. Each input is
126 // a structured dump of a set of implicitly detected autofill profiles. The
143 // Deserializes a set of Autofill profiles from |profiles|, imports eac
    [all...]
autofill_type.cc 5 #include "components/autofill/core/browser/autofill_type.h"
9 namespace autofill { namespace
612 } // 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
form_field_unittest.cc 8 #include "components/autofill/core/browser/autofill_field.h"
9 #include "components/autofill/core/browser/form_field.h"
12 namespace autofill { namespace
152 } // namespace autofill
phone_number.cc 5 #include "components/autofill/core/browser/phone_number.h"
11 #include "components/autofill/core/browser/autofill_country.h"
12 #include "components/autofill/core/browser/autofill_profile.h"
13 #include "components/autofill/core/browser/autofill_type.h"
14 #include "components/autofill/core/browser/field_types.h"
15 #include "components/autofill/core/browser/phone_number_i18n.h"
17 namespace autofill { namespace
247 } // namespace autofill
phone_number_i18n.cc 5 #include "components/autofill/core/browser/phone_number_i18n.h"
13 #include "components/autofill/core/browser/autofill_country.h"
19 namespace autofill { namespace
233 // TODO(isherman): Autofill profiles should always have a |region| set, but in
299 } // namespace autofill
  /external/chromium_org/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/
PersonalAutofillPopulator.java 7 package org.chromium.components.browser.autofill;
38 @JNINamespace("autofill")
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.h 22 namespace autofill { namespace
32 // This class manages the various Autofill tables within the SQLite database
37 // autofill
48 // in the appropriate row of the autofill table.
52 // autofill_profiles This table contains Autofill profile data added by the
53 // user with the Autofill dialog. Most of the columns are
103 // This table contains guids of "trashed" autofill
110 // with the Autofill dialog. Most of the columns are
139 // autofill table. A list of all added and updated autofill entrie
    [all...]
autofill_webdata_service.cc 5 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
9 #include "components/autofill/core/browser/autofill_country.h"
10 #include "components/autofill/core/browser/autofill_profile.h"
11 #include "components/autofill/core/browser/credit_card.h"
12 #include "components/autofill/core/browser/webdata/autofill_change.h"
13 #include "components/autofill/core/browser/webdata/autofill_entry.h"
14 #include "components/autofill/core/browser/webdata/autofill_table.h"
15 #include "components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h"
16 #include "components/autofill/core/browser/webdata/autofill_webdata_service_observer.h"
17 #include "components/autofill/core/common/form_field_data.h
25 namespace autofill { namespace
    [all...]
  /external/chromium_org/sync/protocol/
proto_value_conversions_unittest.cc 233 SET_FIELD(autofill);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
AutofillPopup.java 5 package org.chromium.ui.autofill;
24 * The Autofill suggestion popup that lists relevant suggestions.
29 * Constants defining types of Autofill suggestion entries.
63 * Handles the selection of an Autofill suggestion from an AutofillPopup.
64 * @param listIndex The index of the selected Autofill suggestion.
130 * Sets the Autofill suggestions to display in the popup and shows the popup.
131 * @param suggestions Autofill suggestion data.
144 // Once the mAnchorRect is resized and placed correctly, it will show the Autofill popup.
169 * Get desired popup window width by calculating the maximum text length from Autofill data.
170 * @param data Autofill suggestion data
    [all...]
  /external/chromium_org/chrome/browser/
about_flags.cc 638 "show-autofill-type-predictions",
642 SINGLE_VALUE_TYPE(autofill::switches::kShowAutofillTypePredictions)
    [all...]
  /external/chromium_org/chrome/browser/autofill/
autofill_interactive_uitest.cc 18 #include "chrome/browser/autofill/personal_data_manager_factory.h"
32 #include "components/autofill/content/browser/autofill_driver_impl.h"
33 #include "components/autofill/core/browser/autofill_common_test.h"
34 #include "components/autofill/core/browser/autofill_external_delegate.h"
35 #include "components/autofill/core/browser/autofill_manager.h"
36 #include "components/autofill/core/browser/autofill_manager_test_delegate.h"
37 #include "components/autofill/core/browser/autofill_profile.h"
38 #include "components/autofill/core/browser/personal_data_manager.h"
39 #include "components/autofill/core/browser/personal_data_manager_observer.h"
40 #include "components/autofill/core/browser/validation.h
56 namespace autofill { namespace
    [all...]
  /external/chromium/chrome/browser/autofill/
credit_card.cc 5 #include "chrome/browser/autofill/credit_card.h"
17 #include "chrome/browser/autofill/autofill_type.h"
18 #include "chrome/browser/autofill/field_types.h"
19 #include "chrome/browser/autofill/form_field.h"
305 if (!autofill::MatchString(value, UTF8ToUTF16("^[0-9]{4}-[0-9]{1,2}$")))
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 299 SET_EXTENSION(sync_pb, autofill, AutofillSpecificsToValue);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
PersonalDataManager.java 5 package org.chromium.chrome.browser.autofill;
21 * See chrome/browser/autofill/personal_data_manager.h for more details.
23 @JNINamespace("autofill")
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 5 #include "chrome/browser/autofill/android/personal_data_manager_android.h"
11 #include "chrome/browser/autofill/personal_data_manager_factory.h"
14 #include "components/autofill/core/browser/autofill_country.h"
15 #include "components/autofill/core/browser/autofill_type.h"
16 #include "components/autofill/core/browser/field_types.h"
17 #include "components/autofill/core/browser/personal_data_manager.h"
25 namespace autofill { namespace
302 } // namespace autofill
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 59 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
119 autofill::AutofillWebDataService::FromBrowserContext(profile_)) {
135 // Autofill sync is enabled by default. Register unless explicitly
142 // Autofill profile sync is enabled by default. Register unless explicitly
338 case syncer::AUTOFILL:
342 if (type == syncer::AUTOFILL) {
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.cc 5 #include "chrome/browser/ui/autofill/data_model_wrapper.h"
10 #include "chrome/browser/ui/autofill/autofill_dialog_models.h"
11 #include "components/autofill/content/browser/wallet/full_wallet.h"
12 #include "components/autofill/content/browser/wallet/wallet_address.h"
13 #include "components/autofill/content/browser/wallet/wallet_items.h"
14 #include "components/autofill/core/browser/autofill_data_model.h"
15 #include "components/autofill/core/browser/autofill_profile.h"
16 #include "components/autofill/core/browser/autofill_type.h"
17 #include "components/autofill/core/browser/credit_card.h"
18 #include "components/autofill/core/browser/form_structure.h
23 namespace autofill { namespace
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.cc 5 #include "chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h"
11 #include "chrome/browser/ui/autofill/autofill_popup_controller.h"
36 namespace autofill { namespace
245 // Use this to figure out where all the other Autofill items should be placed.
248 // Draw the Autofill icon, if one exists
294 } // namespace autofill
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 270 autofill::switches::kEnableInteractiveAutocomplete) ||
  /external/chromium_org/chrome_frame/test/
delete_chrome_history_test.cc 11 #include "components/autofill/core/browser/webdata/autofill_table.h"
105 autofill::AutofillTable autofill_table("en-US");
  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.cc 5 #include "components/autofill/content/browser/wallet/full_wallet.h"
11 #include "components/autofill/core/browser/autofill_type.h"
12 #include "components/autofill/core/browser/credit_card.h"
23 namespace autofill { namespace
323 } // namespace autofill

Completed in 621 milliseconds

<<11121314151617181920>>