OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetInfoForDisplay
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.cc
38
base::string16 DataModelWrapper::
GetInfoForDisplay
(const AutofillType& type)
82
base::string16 address =
GetInfoForDisplay
(AutofillType(NAME_FULL)) +
83
separator +
GetInfoForDisplay
(AutofillType(ADDRESS_HOME_LINE1));
84
base::string16 address2 =
GetInfoForDisplay
(AutofillType(ADDRESS_HOME_LINE2));
91
GetInfoForDisplay
(AutofillType(ADDRESS_HOME_CITY)) + comma +
92
GetInfoForDisplay
(AutofillType(ADDRESS_HOME_STATE)) + ASCIIToUTF16(" ") +
93
GetInfoForDisplay
(AutofillType(ADDRESS_HOME_ZIP));
95
base::string16 email =
GetInfoForDisplay
(AutofillType(EMAIL_ADDRESS));
98
address += newline +
GetInfoForDisplay
(AutofillType(PHONE_HOME_WHOLE_NUMBER));
142
base::string16 AutofillProfileWrapper::
GetInfoForDisplay
(
[
all
...]
data_model_wrapper_unittest.cc
123
instrument_wrapper.
GetInfoForDisplay
(
127
address_wrapper.
GetInfoForDisplay
(
134
instrument_wrapper.
GetInfoForDisplay
(
137
address_wrapper.
GetInfoForDisplay
(
143
instrument_wrapper.
GetInfoForDisplay
(
146
address_wrapper.
GetInfoForDisplay
(
154
profile_wrapper.
GetInfoForDisplay
(
158
profile_wrapper.
GetInfoForDisplay
(
162
profile_wrapper.
GetInfoForDisplay
(
166
profile_wrapper.
GetInfoForDisplay
(
[
all
...]
data_model_wrapper.h
48
virtual base::string16
GetInfoForDisplay
(const AutofillType& type) const;
106
virtual base::string16
GetInfoForDisplay
(const AutofillType& type) const
161
virtual base::string16
GetInfoForDisplay
(const AutofillType& type) const
180
virtual base::string16
GetInfoForDisplay
(const AutofillType& type) const
Completed in 92 milliseconds