Searched refs:GetDisplayText (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper_unittest.cc41 EXPECT_FALSE(wrapper.GetDisplayText(&unused, &unused2));
51 EXPECT_FALSE(wrapper.GetDisplayText(&unused, &unused2));
61 EXPECT_TRUE(wrapper.GetDisplayText(&unused, &unused2));
70 EXPECT_FALSE(wrapper.GetDisplayText(&unused, &unused2));
79 EXPECT_TRUE(instrument_wrapper.GetDisplayText(&unused, &unused2));
82 EXPECT_TRUE(address_wrapper.GetDisplayText(&unused, &unused2));
89 EXPECT_FALSE(instrument_wrapper.GetDisplayText(&unused, &unused2));
93 EXPECT_FALSE(address_wrapper.GetDisplayText(&unused, &unused2));
96 TEST(DataModelWrapperTest, GetDisplayText) {
100 AutofillProfileWrapper(&profile).GetDisplayText(
[all...]
H A Ddata_model_wrapper.cc51 bool DataModelWrapper::GetDisplayText( function in class:autofill::DataModelWrapper
211 bool AutofillCreditCardWrapper::GetDisplayText( function in class:autofill::AutofillCreditCardWrapper
234 // Reachable from DataModelWrapper::GetDisplayText().
249 bool WalletAddressWrapper::GetDisplayText( function in class:autofill::WalletAddressWrapper
255 return DataModelWrapper::GetDisplayText(vertically_compact,
273 // Reachable from DataModelWrapper::GetDisplayText().
295 bool WalletInstrumentWrapper::GetDisplayText( function in class:autofill::WalletInstrumentWrapper
304 if (!DataModelWrapper::GetDisplayText(vertically_compact,
337 bool FullWalletBillingWrapper::GetDisplayText( function in class:autofill::FullWalletBillingWrapper
344 return DataModelWrapper::GetDisplayText(vertically_compac
[all...]
H A Ddata_model_wrapper.h69 virtual bool GetDisplayText(base::string16* vertically_compact,
142 virtual bool GetDisplayText(base::string16* vertically_compact,
161 virtual bool GetDisplayText(base::string16* vertically_compact,
182 virtual bool GetDisplayText(base::string16* vertically_compact,
199 virtual bool GetDisplayText(base::string16* vertically_compact,
H A Dnew_credit_card_bubble_controller.cc106 wrapper.GetDisplayText(&card_desc_.description, &unused);
H A Dautofill_dialog_controller_impl.cc1681 return wrapper->GetDisplayText(vertically_compact, horizontally_compact);

Completed in 251 milliseconds