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

<<11121314151617

  /external/chromium_org/components/autofill/core/browser/
form_field.cc 5 #include "components/autofill/core/browser/form_field.h"
16 #include "components/autofill/core/browser/address_field.h"
17 #include "components/autofill/core/browser/autofill_field.h"
18 #include "components/autofill/core/browser/autofill_regexes.h"
19 #include "components/autofill/core/browser/autofill_scanner.h"
20 #include "components/autofill/core/browser/credit_card_field.h"
21 #include "components/autofill/core/browser/email_field.h"
22 #include "components/autofill/core/browser/form_structure.h"
23 #include "components/autofill/core/browser/name_field.h"
24 #include "components/autofill/core/browser/phone_field.h
27 namespace autofill { namespace
    [all...]
name_field.cc 5 #include "components/autofill/core/browser/name_field.h"
11 #include "components/autofill/core/browser/autofill_regex_constants.h"
12 #include "components/autofill/core/browser/autofill_scanner.h"
13 #include "components/autofill/core/browser/autofill_type.h"
16 namespace autofill { namespace
80 UTF8ToUTF16(autofill::kNameIgnoredRe), NULL);
89 if (ParseField(scanner, UTF8ToUTF16(autofill::kNameRe), &field))
112 UTF8ToUTF16(autofill::kNameSpecificRe), &v->first_name_) &&
148 if (ParseFieldSpecifics(scanner, UTF8ToUTF16(autofill::kNameIgnoredRe),
154 ParseField(scanner, UTF8ToUTF16(autofill::kFirstNameRe)
    [all...]
password_autofill_manager_unittest.cc 7 #include "components/autofill/core/browser/password_autofill_manager.h"
24 namespace autofill { namespace
78 } // namespace autofill
personal_data_manager.h 16 #include "components/autofill/core/browser/autofill_profile.h"
17 #include "components/autofill/core/browser/credit_card.h"
18 #include "components/autofill/core/browser/field_types.h"
19 #include "components/autofill/core/browser/webdata/autofill_webdata_service_observer.h"
28 namespace autofill { namespace
35 } // namespace autofill
38 void SetProfiles(int, std::vector<autofill::AutofillProfile>*);
39 void SetCreditCards(int, std::vector<autofill::CreditCard>*);
42 namespace autofill { namespace
44 // Handles loading and saving Autofill profile information to the web database
    [all...]
phone_number.h 13 #include "components/autofill/core/browser/form_group.h"
14 #include "components/autofill/core/browser/phone_number_i18n.h"
16 namespace autofill { namespace
97 } // namespace autofill
phone_number_i18n.h 21 namespace autofill { namespace
110 } // namespace autofill
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_change.h 10 #include "components/autofill/core/browser/webdata/autofill_entry.h"
12 namespace autofill { namespace
17 // For classic Autofill form fields, the KeyType is AutofillKey.
18 // Autofill++ types such as AutofillProfile and CreditCard simply use an int.
53 // Change notification details for Autofill profile changes.
74 } // namespace autofill
  /external/chromium_org/components/autofill/core/common/
form_field_data.h 13 namespace autofill { namespace
66 } // namespace autofill
password_generation_util.h 8 namespace autofill { namespace
75 } // namespace autofill
  /external/chromium/chrome/browser/autofill/
select_control_handler.cc 5 #include "chrome/browser/autofill/select_control_handler.h"
13 #include "chrome/browser/autofill/autofill_country.h"
14 #include "chrome/browser/autofill/autofill_profile.h"
15 #include "chrome/browser/autofill/form_group.h"
198 namespace autofill { namespace
245 } // namespace autofill
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillDialogControllerAndroid.java 5 package org.chromium.chrome.browser.autofill;
15 @JNINamespace("autofill")
35 * @param lastUsedChoiceIsAutofill Whether the last selected data source is Autofill
37 * @param guidLastUsedBilling GUID of the last selected Autofill billing address, or null
38 * @param guidLastUsedShipping GUID of the last selected Autofill shipping address, or null
39 * @param guidLastUsedCard GUID of the last selected Autofill credit card, or null
48 * An interface that exposes the necessary functionality for an Autofill dialog.
60 * An interface to the factory that creates Autofill dialogs.
74 * @param initialChoiceIsAutofill Whether the selected data source should be Autofill
76 * @param initialBillingGuid GUID of the initial billing address selection in Autofill
    [all...]
AutofillPopupGlue.java 5 package org.chromium.chrome.browser.autofill;
12 import org.chromium.ui.autofill.AutofillPopup;
13 import org.chromium.ui.autofill.AutofillPopup.AutofillPopupDelegate;
14 import org.chromium.ui.autofill.AutofillSuggestion;
19 @JNINamespace("autofill")
48 * Hides the Autofill Popup and removes its anchor from the ContainerView.
56 * Shows an Autofill popup with specified suggestions.
57 * @param suggestions Autofill suggestions to be displayed.
65 * Sets the location and size of the Autofill popup anchor (input field).
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillTest.java 5 package org.chromium.chrome.browser.autofill;
19 import org.chromium.ui.autofill.AutofillPopup;
20 import org.chromium.ui.autofill.AutofillPopup.AutofillPopupDelegate;
21 import org.chromium.ui.autofill.AutofillSuggestion;
26 * Tests the Autofill's java code for creating the AutofillPopup object, opening and selecting
120 @Feature({"autofill"})
130 @Feature({"autofill"})
  /external/chromium_org/chrome/browser/autofill/
autofill_driver_impl_browsertest.cc 13 #include "components/autofill/content/browser/autofill_driver_impl.h"
14 #include "components/autofill/core/browser/autofill_manager.h"
15 #include "components/autofill/core/browser/test_autofill_manager_delegate.h"
28 namespace autofill { namespace
32 : public autofill::TestAutofillManagerDelegate {
145 } // namespace autofill
  /external/chromium_org/chrome/browser/autofill/risk/
fingerprint_browsertest.cc 5 #include "components/autofill/content/browser/risk/fingerprint.h"
12 #include "components/autofill/content/browser/risk/proto/fingerprint.pb.h"
24 namespace autofill { namespace
205 } // namespace autofill
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.h 13 #include "chrome/browser/ui/autofill/autofill_dialog_controller.h"
14 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
22 namespace autofill { namespace
142 } // namespace autofill
autofill_dialog_result.cc 5 #include "chrome/browser/ui/android/autofill/autofill_dialog_result.h"
14 #include "chrome/browser/ui/autofill/data_model_wrapper.h"
15 #include "components/autofill/content/browser/wallet/full_wallet.h"
16 #include "components/autofill/core/browser/credit_card.h"
17 #include "components/autofill/core/common/form_data.h"
21 namespace autofill { namespace
138 } // namespace autofill
  /external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model.cc 5 #include "chrome/browser/ui/autofill/account_chooser_model.h"
14 #include "components/autofill/core/browser/autofill_metrics.h"
20 namespace autofill { namespace
156 } // namespace autofill
autocheckout_bubble_controller_unittest.cc 8 #include "chrome/browser/ui/autofill/autocheckout_bubble_controller.h"
9 #include "components/autofill/core/browser/autofill_metrics.h"
13 namespace autofill { namespace
63 public autofill::AutocheckoutBubbleController {
147 } // namespace autofill
autofill_dialog_types.cc 5 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
12 namespace autofill { namespace
254 } // namespace autofill
autofill_popup_controller_impl.h 12 #include "chrome/browser/ui/autofill/autofill_popup_controller.h"
26 namespace autofill { namespace
133 // Set the Autofill entry values. Exposed to allow tests to set these values
196 // The bounds of the text element that is the focus of the Autofill.
200 // The bounds of the Autofill popup.
206 // The current Autofill query values.
230 } // namespace autofill
data_model_wrapper.h 10 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
11 #include "components/autofill/content/browser/wallet/wallet_items.h"
17 namespace autofill { namespace
95 // A DataModelWrapper for Autofill data.
115 // A DataModelWrapper for Autofill profiles.
131 // A DataModelWrapper specifically for Autofill CreditCard data.
226 } // namespace autofill
generated_credit_card_bubble_controller_unittest.cc 12 #include "chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h"
13 #include "chrome/browser/ui/autofill/test_generated_credit_card_bubble_view.h"
16 #include "components/autofill/core/browser/autofill_common_test.h"
28 namespace autofill { namespace
214 } // namespace autofill
new_credit_card_bubble_controller.cc 5 #include "chrome/browser/ui/autofill/new_credit_card_bubble_controller.h"
13 #include "chrome/browser/ui/autofill/data_model_wrapper.h"
14 #include "chrome/browser/ui/autofill/new_credit_card_bubble_view.h"
19 #include "components/autofill/core/browser/autofill_profile.h"
20 #include "components/autofill/core/browser/credit_card.h"
27 namespace autofill { namespace
133 } // namespace autofill
  /external/chromium_org/chrome/browser/ui/
browser_window.h 32 namespace autofill { namespace
356 autofill::PasswordGenerator* password_generator) = 0;

Completed in 412 milliseconds

<<11121314151617