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

<<11121314151617

  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield.cc 5 #include "chrome/browser/ui/views/autofill/decorated_textfield.h"
7 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
24 namespace autofill { namespace
27 const char DecoratedTextfield::kViewClassName[] = "autofill/DecoratedTextfield";
124 } // namespace autofill
new_credit_card_bubble_views.cc 5 #include "chrome/browser/ui/views/autofill/new_credit_card_bubble_views.h"
7 #include "chrome/browser/ui/autofill/new_credit_card_bubble_controller.h"
22 namespace autofill { namespace
121 } // namespace autofill
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.h 17 #include "components/autofill/core/browser/field_types.h"
18 #include "components/autofill/core/browser/webdata/autofill_change.h"
19 #include "components/autofill/core/browser/webdata/autofill_entry.h"
20 #include "components/autofill/core/browser/webdata/autofill_webdata_backend.h"
21 #include "components/autofill/core/browser/webdata/autofill_webdata_service_observer.h"
31 namespace autofill { namespace
36 } // namespace autofill
47 public autofill::AutofillWebDataServiceObserverOnDBThread,
55 autofill::AutofillWebDataService* web_data_service,
56 autofill::AutofillWebDataBackend* webdata_backend
    [all...]
  /external/chromium_org/chrome/renderer/autofill/
password_generation_manager_browsertest.cc 11 #include "components/autofill/content/renderer/password_generation_manager.h"
12 #include "components/autofill/core/common/autofill_messages.h"
24 namespace autofill { namespace
285 } // namespace autofill
  /external/chromium_org/components/autofill/content/browser/autocheckout/
whitelist_manager_unittest.cc 12 #include "components/autofill/content/browser/autocheckout/whitelist_manager.h"
13 #include "components/autofill/core/browser/autofill_metrics.h"
14 #include "components/autofill/core/common/autofill_switches.h"
40 namespace autofill { namespace
308 } // namespace autofill
  /external/chromium_org/components/autofill/content/browser/
autocheckout_manager.h 16 #include "components/autofill/content/browser/autocheckout_page_meta_data.h"
17 #include "components/autofill/content/browser/autocheckout_statistic.h"
18 #include "components/autofill/core/browser/autocheckout_bubble_state.h"
19 #include "components/autofill/core/common/autocheckout_status.h"
31 namespace autofill { namespace
48 // Fill all the forms seen by the Autofill manager with the information
115 // Whether or not the current page is the start of a multipage Autofill flow.
118 // Whether or not the current page is part of a multipage Autofill flow.
124 // Sets value of form field data |field_to_fill| based on the Autofill
189 } // namespace autofill
    [all...]
autofill_driver_impl_unittest.cc 11 #include "components/autofill/content/browser/autofill_driver_impl.h"
12 #include "components/autofill/core/browser/autofill_common_test.h"
13 #include "components/autofill/core/browser/autofill_external_delegate.h"
14 #include "components/autofill/core/browser/autofill_manager.h"
15 #include "components/autofill/core/browser/test_autofill_manager_delegate.h"
16 #include "components/autofill/core/common/autofill_messages.h"
17 #include "components/autofill/core/common/autofill_switches.h"
18 #include "components/autofill/core/common/form_data_predictions.h"
27 namespace autofill { namespace
224 } // namespace autofill
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.h 9 #include "components/autofill/core/browser/field_types.h"
15 namespace autofill { namespace
86 } // namespace autofill
full_wallet.h 15 #include "components/autofill/content/browser/wallet/required_action.h"
16 #include "components/autofill/content/browser/wallet/wallet_address.h"
22 namespace autofill { namespace
148 } // namespace autofill
wallet_items_unittest.cc 10 #include "components/autofill/content/browser/wallet/required_action.h"
11 #include "components/autofill/content/browser/wallet/wallet_items.h"
362 namespace autofill { namespace
570 } // namespace autofill
wallet_signin_helper_unittest.cc 5 #include "components/autofill/content/browser/wallet/wallet_signin_helper.h"
12 #include "components/autofill/content/browser/wallet/wallet_service_url.h"
13 #include "components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h"
32 namespace autofill { namespace
245 } // namespace autofill
wallet_test_util.cc 5 #include "components/autofill/content/browser/wallet/wallet_test_util.h"
14 #include "components/autofill/content/browser/wallet/full_wallet.h"
15 #include "components/autofill/content/browser/wallet/instrument.h"
16 #include "components/autofill/content/browser/wallet/required_action.h"
17 #include "components/autofill/content/browser/wallet/wallet_address.h"
19 namespace autofill { namespace
237 } // namespace autofill
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.h 12 #include "components/autofill/core/common/password_form_fill_data.h"
22 namespace autofill { namespace
33 // be used for any other autofill activity.
45 // true when |node| is fillable by password Autofill.
47 // Shows an Autofill popup with username suggestions for |element|.
131 } // namespace autofill
  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profile_loader_android.cc 5 #include "components/autofill/core/browser/android/auxiliary_profile_loader_android.h"
41 namespace autofill { namespace
auxiliary_profiles_android.cc 5 // Populates default autofill profile from user's own Android contact.
6 #include "components/autofill/core/browser/android/auxiliary_profiles_android.h"
17 #include "components/autofill/core/browser/android/auxiliary_profile_loader_android.h"
18 #include "components/autofill/core/browser/autofill_profile.h"
19 #include "components/autofill/core/browser/autofill_type.h"
20 #include "components/autofill/core/browser/phone_number.h"
22 // Generates the autofill profile by accessing the Android
53 namespace autofill { namespace
122 } // namespace autofill
  /external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager_unittest.cc 16 #include "components/autofill/core/browser/autocomplete_history_manager.h"
17 #include "components/autofill/core/browser/autofill_external_delegate.h"
18 #include "components/autofill/core/browser/autofill_manager.h"
19 #include "components/autofill/core/browser/test_autofill_driver.h"
20 #include "components/autofill/core/browser/test_autofill_manager_delegate.h"
21 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
22 #include "components/autofill/core/common/form_data.h"
33 namespace autofill { namespace
81 : public autofill::TestAutofillManagerDelegate {
262 } // namespace autofill
    [all...]
autofill_country.h 14 namespace autofill { namespace
108 } // namespace autofill
autofill_data_model.cc 5 #include "components/autofill/core/browser/autofill_data_model.h"
12 #include "components/autofill/core/browser/autofill_country.h"
13 #include "components/autofill/core/browser/autofill_field.h"
14 #include "components/autofill/core/browser/autofill_type.h"
15 #include "components/autofill/core/browser/state_names.h"
16 #include "components/autofill/core/browser/validation.h"
17 #include "components/autofill/core/common/form_field_data.h"
22 namespace autofill { namespace
189 } // namespace autofill
autofill_download.h 18 #include "components/autofill/core/browser/autofill_type.h"
29 namespace autofill { namespace
34 // Handles getting and updating Autofill heuristics.
70 // Starts a query request to Autofill servers. The observer is called with the
96 // Initiates request to Autofill servers to download/upload heuristics.
168 } // namespace autofill
autofill_external_delegate.cc 5 #include "components/autofill/core/browser/autofill_external_delegate.h"
8 #include "components/autofill/core/browser/autocomplete_history_manager.h"
9 #include "components/autofill/core/browser/autofill_driver.h"
10 #include "components/autofill/core/browser/autofill_manager.h"
11 #include "components/autofill/core/common/autofill_messages.h"
25 namespace autofill { namespace
81 // Only include "Autofill Options" special menu item if we have Autofill
200 // User selected 'Autofill Options'.
283 // Autofill is disabled. If there were some profile or credit car
    [all...]
autofill_external_delegate.h 13 #include "components/autofill/core/browser/autofill_popup_delegate.h"
14 #include "components/autofill/core/browser/password_autofill_manager.h"
15 #include "components/autofill/core/common/form_data.h"
16 #include "components/autofill/core/common/form_field_data.h"
17 #include "components/autofill/core/common/password_form_fill_data.h"
29 namespace autofill { namespace
35 // Once Autofill is moved out of WebKit this class should be the only home for
38 // Delegate for in-browser Autocomplete and Autofill display and selection.
60 // when the renderer posts an Autofill query to the browser. |bounds|
62 // display warnings (such as autofill is disabled, but had suggestions)
    [all...]
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
autofill_profile_unittest.cc 13 #include "components/autofill/core/browser/autofill_common_test.h"
14 #include "components/autofill/core/browser/autofill_profile.h"
15 #include "components/autofill/core/browser/autofill_type.h"
16 #include "components/autofill/core/common/form_field_data.h"
20 namespace autofill { namespace
    [all...]
autofill_xml_parser.cc 5 #include "components/autofill/core/browser/autofill_xml_parser.h"
12 #include "components/autofill/content/browser/autocheckout_page_meta_data.h"
13 #include "components/autofill/core/browser/autofill_server_field_info.h"
16 namespace autofill { namespace
175 element_descriptor->retrieval_method = autofill::WebElementDescriptor::ID;
181 autofill::WebElementDescriptor::CSS_SELECTOR;
260 } // namespace autofill
contact_info.cc 5 #include "components/autofill/core/browser/contact_info.h"
15 #include "components/autofill/core/browser/autofill_type.h"
17 namespace autofill { namespace
217 } // namespace autofill

Completed in 1240 milliseconds

<<11121314151617