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

<<2122

  /external/chromium_org/chrome/browser/resources/options/
options.js 77 [$('autofill-settings')]);
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.cc 5 #include "components/autofill/content/browser/wallet/wallet_client.h"
17 #include "components/autofill/content/browser/wallet/form_field_error.h"
18 #include "components/autofill/content/browser/wallet/instrument.h"
19 #include "components/autofill/content/browser/wallet/wallet_address.h"
20 #include "components/autofill/content/browser/wallet/wallet_client_delegate.h"
21 #include "components/autofill/content/browser/wallet/wallet_items.h"
22 #include "components/autofill/content/browser/wallet/wallet_service_url.h"
23 #include "components/autofill/core/browser/autofill_metrics.h"
32 namespace autofill { namespace
78 std::string DialogTypeToFeatureString(autofill::DialogType dialog_type)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
form_structure.cc 5 #include "components/autofill/core/browser/form_structure.h"
19 #include "components/autofill/content/browser/autocheckout_page_meta_data.h"
20 #include "components/autofill/core/browser/autofill_metrics.h"
21 #include "components/autofill/core/browser/autofill_type.h"
22 #include "components/autofill/core/browser/autofill_xml_parser.h"
23 #include "components/autofill/core/browser/field_types.h"
24 #include "components/autofill/core/browser/form_field.h"
25 #include "components/autofill/core/common/autofill_constants.h"
26 #include "components/autofill/core/common/form_data.h"
27 #include "components/autofill/core/common/form_data_predictions.h
33 namespace autofill { namespace
    [all...]
autofill_download_unittest.cc 12 #include "components/autofill/core/browser/autofill_download.h"
13 #include "components/autofill/core/browser/autofill_field.h"
14 #include "components/autofill/core/browser/autofill_metrics.h"
15 #include "components/autofill/core/browser/autofill_type.h"
16 #include "components/autofill/core/browser/form_structure.h"
17 #include "components/autofill/core/common/form_data.h"
27 namespace autofill { namespace
491 } // namespace autofill
credit_card_unittest.cc 8 #include "components/autofill/core/browser/autofill_common_test.h"
9 #include "components/autofill/core/browser/autofill_type.h"
10 #include "components/autofill/core/browser/credit_card.h"
11 #include "components/autofill/core/browser/validation.h"
12 #include "components/autofill/core/common/form_field_data.h"
16 namespace autofill { namespace
235 a.set_origin("Chrome Autofill dialog");
693 } // namespace autofill
autofill_country.cc 5 #include "components/autofill/core/browser/autofill_country.h"
28 namespace autofill { namespace
    [all...]
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...]
personal_data_manager.cc 5 #include "components/autofill/core/browser/personal_data_manager.h"
17 #include "components/autofill/core/browser/autofill-inl.h"
18 #include "components/autofill/core/browser/autofill_country.h"
19 #include "components/autofill/core/browser/autofill_field.h"
20 #include "components/autofill/core/browser/autofill_metrics.h"
21 #include "components/autofill/core/browser/form_structure.h"
22 #include "components/autofill/core/browser/personal_data_manager_observer.h"
23 #include "components/autofill/core/browser/phone_number.h"
24 #include "components/autofill/core/browser/phone_number_i18n.h
33 namespace autofill { namespace
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.cpp 272 DEFINE_STATIC_LOCAL(AtomicString, autofill, ("-webkit-autofill", AtomicString::ConstructFromLiteral));
358 nameToPseudoType->set(autofill.impl(), CSSSelector::PseudoAutofill);
    [all...]
  /external/chromium_org/chrome/browser/policy/
configuration_policy_pref_store_unittest.cc     [all...]
configuration_policy_handler.cc 709 prefs->SetValue(autofill::prefs::kAutofillEnabled,
    [all...]
  /external/chromium/net/tools/testserver/
chromiumsync.py 38 AUTOFILL,
56 AUTOFILL: autofill_specifics_pb2.autofill,
251 PermanentItem('google_chrome_autofill', name='Autofill',
252 parent_tag='google_chrome', sync_type=AUTOFILL),
253 PermanentItem('google_chrome_autofill_profiles', name='Autofill Profiles',
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api.cc 71 autofill::prefs::kAutofillEnabled,
  /external/chromium_org/chrome/browser/password_manager/
password_form_manager_unittest.cc 32 const autofill::PasswordFormFillData& form_data) OVERRIDE {}
47 virtual void Autofill(
password_manager_unittest.cc 35 MOCK_METHOD1(FillPasswordForm, void(const autofill::PasswordFormFillData&));
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 5 #include "chrome/browser/ui/autofill/autofill_popup_controller_impl.h"
12 #include "chrome/browser/ui/autofill/autofill_popup_view.h"
13 #include "components/autofill/core/browser/autofill_popup_delegate.h"
27 namespace autofill { namespace
589 // Add the Autofill icon size, if required.
724 } // namespace autofill
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 13 #include "components/autofill/content/browser/risk/fingerprint.h"
25 #include "components/autofill/content/browser/risk/proto/fingerprint.pb.h"
47 namespace autofill { namespace
505 } // namespace autofill
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 5 #include "components/autofill/content/renderer/password_autofill_agent.h"
12 #include "components/autofill/content/renderer/form_autofill_util.h"
13 #include "components/autofill/core/common/autofill_messages.h"
14 #include "components/autofill/core/common/form_field_data.h"
15 #include "components/autofill/core/common/password_form_fill_data.h"
30 namespace autofill { namespace
40 // Utility struct for form lookup and autofill. When we parse the DOM to look up
58 // autofill it. If we don't find any one of them, abort processing this
293 // Don't attempt to autofill with values that are too large.
305 // If using the new Autofill UI that lives in the browser, it will handl
    [all...]
form_autofill_util.cc 5 #include "components/autofill/content/renderer/form_autofill_util.h"
15 #include "components/autofill/core/common/autofill_switches.h"
16 #include "components/autofill/core/common/form_data.h"
17 #include "components/autofill/core/common/form_field_data.h"
18 #include "components/autofill/core/common/web_element_descriptor.h"
49 namespace autofill { namespace
487 // Autofill popup.
501 // rename form fields while the user is interacting with the Autofill
511 // Only autofill empty fields and the field that initiated the filling,
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
web_data_service_unittest.cc 21 #include "components/autofill/core/browser/autofill_country.h"
22 #include "components/autofill/core/browser/autofill_profile.h"
23 #include "components/autofill/core/browser/credit_card.h"
24 #include "components/autofill/core/browser/webdata/autofill_change.h"
25 #include "components/autofill/core/browser/webdata/autofill_entry.h"
26 #include "components/autofill/core/browser/webdata/autofill_table.h"
27 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
28 #include "components/autofill/core/browser/webdata/autofill_webdata_service_observer.h"
29 #include "components/autofill/core/common/form_field_data.h"
79 namespace autofill { namespace
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc     [all...]
  /external/chromium_org/chrome/browser/ui/
browser.cc 32 #include "chrome/browser/autofill/personal_data_manager_factory.h"
90 #include "chrome/browser/ui/autofill/tab_autofill_manager_delegate.h"
195 #include "components/autofill/core/browser/autofill_ie_toolbar_import_win.h"
444 autofill::PersonalDataManagerFactory::GetForProfile(profile_));
    [all...]
  /external/chromium_org/components/autofill/content/browser/
autocheckout_manager_unittest.cc 10 #include "components/autofill/content/browser/autocheckout_manager.h"
11 #include "components/autofill/core/browser/autofill_common_test.h"
12 #include "components/autofill/core/browser/autofill_manager.h"
13 #include "components/autofill/core/browser/autofill_metrics.h"
14 #include "components/autofill/core/browser/form_structure.h"
15 #include "components/autofill/core/browser/test_autofill_driver.h"
16 #include "components/autofill/core/browser/test_autofill_manager_delegate.h"
17 #include "components/autofill/core/common/autofill_messages.h"
18 #include "components/autofill/core/common/form_data.h"
29 namespace autofill { namespace
    [all...]
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 593 SET_FIELD(autofill, AutofillSpecificsToValue);
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 360 DCHECK_EQ(syncable::AUTOFILL, GetModelType());
363 return unencrypted.GetExtension(sync_pb::autofill);
503 DCHECK_EQ(syncable::AUTOFILL, GetModelType());
510 entity_specifics.MutableExtension(sync_pb::autofill)->CopyFrom(new_value);
    [all...]

Completed in 1083 milliseconds

<<2122