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

<<11121314151617181920>>

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 17 #include "components/autofill/content/browser/autocheckout_statistic.h"
18 #include "components/autofill/content/browser/wallet/full_wallet.h"
19 #include "components/autofill/content/browser/wallet/wallet_items.h"
20 #include "components/autofill/core/browser/autofill_manager_delegate.h"
21 #include "components/autofill/core/browser/autofill_metrics.h"
22 #include "components/autofill/core/common/autocheckout_status.h"
32 namespace autofill { namespace
183 autofill::AutocheckoutStatus status,
268 } // namespace autofill
instrument.h 17 namespace autofill { namespace
103 } // namespace autofill
  /external/chromium_org/components/autofill/content/renderer/
page_click_tracker.cc 5 #include "components/autofill/content/renderer/page_click_tracker.h"
7 #include "components/autofill/content/renderer/form_autofill_util.h"
8 #include "components/autofill/content/renderer/page_click_listener.h"
41 if (!autofill::IsTextInput(input))
59 namespace autofill { namespace
146 } // namespace autofill
form_autofill_util.h 19 namespace autofill { namespace
46 // not relevant to Autofill: (1) the Netflix queue; (2) the Amazon wishlist;
142 } // namespace autofill
  /external/chromium_org/components/autofill/core/browser/
form_structure.h 14 #include "components/autofill/core/browser/autofill_field.h"
15 #include "components/autofill/core/browser/autofill_type.h"
16 #include "components/autofill/core/browser/field_types.h"
17 #include "components/autofill/core/common/web_element_descriptor.h"
39 namespace autofill { namespace
48 // in the fields along with additional information needed by Autofill.
64 // Encodes a XML block contains autofill field type from this FormStructure.
66 // help make FieldAssignments and feed back to autofill server as
85 autofill::AutocheckoutPageMetaData* page_meta_data,
109 // Returns true if this form matches the structural requirements for Autofill
    [all...]
address_field.h 14 #include "components/autofill/core/browser/autofill_type.h"
15 #include "components/autofill/core/browser/form_field.h"
17 namespace autofill { namespace
86 } // namespace autofill
autocomplete_history_manager.h 12 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
20 namespace autofill { namespace
63 // Sends the given |suggestions| for display in the Autofill popup.
80 // back. We also store the autofill results so we can send them together.
101 } // namespace autofill
autofill_country.h 14 namespace autofill { namespace
108 } // namespace autofill
autofill_data_model_unittest.cc 5 #include "components/autofill/core/browser/autofill_data_model.h"
10 namespace autofill { namespace
55 model.set_origin("chrome://settings/autofill");
68 } // namespace autofill
autofill_field.h 12 #include "components/autofill/core/browser/field_types.h"
13 #include "components/autofill/core/common/form_field_data.h"
15 namespace autofill { namespace
50 // This function automatically chooses between server and heuristic autofill
69 // The unique name of this field, generated by Autofill.
76 // The type of the field, as determined by the Autofill server.
95 // The default value returned by the Autofill server.
101 } // namespace autofill
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.h 10 #include "components/autofill/core/browser/personal_data_manager.h"
11 #include "components/autofill/core/browser/personal_data_manager_observer.h"
13 namespace autofill { namespace
22 // Regular Autofill Profiles
99 } // namespace autofill
  /external/chromium_org/chrome/browser/autofill/
autocheckout_whitelist_manager_factory.cc 5 #include "chrome/browser/autofill/autocheckout_whitelist_manager_factory.h"
11 #include "components/autofill/content/browser/autocheckout/whitelist_manager.h"
14 namespace autofill { namespace
92 } // namespace autofill
autofill_cc_infobar_delegate.h 14 #include "components/autofill/core/browser/autofill_metrics.h"
24 namespace autofill { namespace
30 // Creates an autofill credit card infobar delegate and adds it to
81 } // namespace autofill
personal_data_manager_factory.cc 5 #include "chrome/browser/autofill/personal_data_manager_factory.h"
13 #include "components/autofill/core/browser/personal_data_manager.h"
16 namespace autofill { namespace
92 } // namespace autofill
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc 21 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
31 using autofill::AutofillWebDataService;
32 using autofill::AutofillWebDataBackend;
49 autofill::AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE {}
51 autofill::AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE {}
187 EXPECT_EQ(type, syncer::AUTOFILL);
217 // Load the WDS's database, then start the Autofill DTC. It should
241 // Start the autofill DTC without the WDS's database loaded, then
242 // start the DB. The Autofill DTC should be in the MODEL_STARTING
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc 10 #include "chrome/browser/autofill/personal_data_manager_factory.h"
57 DependsOn(autofill::PersonalDataManagerFactory::GetInstance());
  /external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model.h 13 #include "components/autofill/core/browser/autofill_manager_delegate.h"
19 namespace autofill { namespace
35 // Online Wallet accounts and local Autofill data.
62 // Sets the selection to the local Autofill data.
80 // Disables all Wallet accounts and switches to the local Autofill data.
87 // Switches the dialog to the local Autofill data.
106 // kAutofillItemId is "Pay without the Wallet" (local autofill data).
136 } // namespace autofill
country_combobox_model.cc 5 #include "chrome/browser/ui/autofill/country_combobox_model.h"
9 #include "components/autofill/core/browser/autofill_country.h"
12 namespace autofill { namespace
61 } // 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
new_credit_card_bubble_controller.h 17 namespace autofill { namespace
87 // Creates and returns an Autofill credit card bubble. Exposed for testing.
130 } // namespace autofill
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.h 13 #include "chrome/browser/ui/autofill/autofill_popup_view.h"
38 namespace autofill { namespace
67 // Set up the pango layout to display the autofill results.
79 // Draw the given autofill entry in |entry_rect|.
98 } // namespace autofill
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.h 8 #include "chrome/browser/ui/autofill/autofill_popup_view.h"
18 namespace autofill { namespace
57 // Draw the given autofill entry in |entry_rect|.
70 } // namespace autofill
  /external/chromium_org/components/autofill/content/browser/autocheckout/
whitelist_manager.h 12 #include "components/autofill/core/browser/autofill_metrics.h"
27 namespace autofill { namespace
108 } // namespace autofill
  /external/chromium_org/components/autofill/content/browser/
autocheckout_request_manager.cc 5 #include "components/autofill/content/browser/autocheckout_request_manager.h"
7 #include "components/autofill/core/browser/autofill_manager_delegate.h"
17 namespace autofill { namespace
110 } // namespace autofill
autocheckout_request_manager.h 9 #include "components/autofill/content/browser/autocheckout_statistic.h"
10 #include "components/autofill/content/browser/wallet/wallet_client.h"
11 #include "components/autofill/content/browser/wallet/wallet_client_delegate.h"
12 #include "components/autofill/core/browser/autofill_metrics.h"
13 #include "components/autofill/core/common/autocheckout_status.h"
24 namespace autofill { namespace
88 } // namespace autofill

Completed in 120 milliseconds

<<11121314151617181920>>