Searched refs:get_info (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Daddress_i18n.cc33 const base::Callback<base::string16(const AutofillType&)>& get_info) {
36 get_info.Run(AutofillType(NAME_FULL)));
38 get_info.Run(AutofillType(COMPANY_NAME)));
40 get_info.Run(AutofillType(HTML_TYPE_COUNTRY_CODE, HTML_MODE_NONE)));
42 get_info.Run(AutofillType(ADDRESS_HOME_STATE)));
44 get_info.Run(AutofillType(ADDRESS_HOME_CITY)));
46 get_info.Run(AutofillType(ADDRESS_HOME_DEPENDENT_LOCALITY)));
48 get_info.Run(AutofillType(ADDRESS_HOME_SORTING_CODE)));
50 get_info.Run(AutofillType(ADDRESS_HOME_ZIP)));
53 get_info
32 CreateAddressData( const base::Callback<base::string16(const AutofillType&)>& get_info) argument
[all...]
H A Daddress_i18n.h28 // validation using |get_info| for field values.
30 const base::Callback<base::string16(const AutofillType&)>& get_info);
H A Dform_structure.h140 // |get_info|. Uses |address_language_code| to determine line separators when
145 const base::Callback<base::string16(const AutofillType&)>& get_info,
H A Dform_structure.cc1109 const base::Callback<base::string16(const AutofillType&)>& get_info,
1117 get_info.Run(field(i)->Type()),
1106 FillFields( const std::vector<ServerFieldType>& types, const InputFieldComparator& matches, const base::Callback<base::string16(const AutofillType&)>& get_info, const std::string& address_language_code, const std::string& app_locale) argument
/external/clang/bindings/python/examples/cindex/
H A Dcindex-dump.py39 def get_info(node, depth=0): function
43 children = [get_info(c, depth+1)
83 pprint(('nodes', get_info(tu.cursor)))
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc213 if (params->get_info.get() && params->get_info->populate.get())
214 populate_tabs = *params->get_info->populate;
236 if (params->get_info.get() && params->get_info->populate.get())
237 populate_tabs = *params->get_info->populate;
258 if (params->get_info.get() && params->get_info->populate.get())
259 populate_tabs = *params->get_info->populate;
285 if (params->get_info
[all...]
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc110 base::Callback<base::string16(const AutofillType&)> get_info = local
119 get_info,
/external/chromium_org/third_party/cython/src/
H A Druntests.py123 from numpy.distutils.misc_util import get_info namespace
129 for attr, value in get_info('npymath').items():

Completed in 235 milliseconds