Home | History | Annotate | Download | only in options

Lines Matching refs:SetString

83     details->SetString("name", country.name());
84 details->SetString("postalCodeLabel", country.postal_code_label());
85 details->SetString("stateLabel", country.state_label());
198 localized_strings->SetString("autofillEditAddressTitle",
200 localized_strings->SetString("fullNameLabel",
202 localized_strings->SetString("companyNameLabel",
204 localized_strings->SetString("addrLine1Label",
206 localized_strings->SetString("addrLine2Label",
208 localized_strings->SetString("cityLabel",
210 localized_strings->SetString("countryLabel",
212 localized_strings->SetString("phoneLabel",
214 localized_strings->SetString("faxLabel",
216 localized_strings->SetString("emailLabel",
218 localized_strings->SetString("addNewNamePlaceholder",
220 localized_strings->SetString("addNewPhonePlaceholder",
222 localized_strings->SetString("addNewFaxPlaceholder",
224 localized_strings->SetString("addNewEmailPlaceholder",
230 localized_strings->SetString("defaultCountryCode", default_country_code);
236 localized_strings->SetString("autofillEditCreditCardTitle",
238 localized_strings->SetString("nameOnCardLabel",
240 localized_strings->SetString("creditCardNumberLabel",
242 localized_strings->SetString("creditCardExpirationDateLabel",
324 address.SetString("guid", profile->guid());
328 address.SetString("companyName", profile->GetInfo(COMPANY_NAME));
329 address.SetString("addrLine1", profile->GetInfo(ADDRESS_HOME_LINE1));
330 address.SetString("addrLine2", profile->GetInfo(ADDRESS_HOME_LINE2));
331 address.SetString("city", profile->GetInfo(ADDRESS_HOME_CITY));
332 address.SetString("state", profile->GetInfo(ADDRESS_HOME_STATE));
333 address.SetString("postalCode", profile->GetInfo(ADDRESS_HOME_ZIP));
334 address.SetString("country", profile->CountryCode());
365 credit_card_data.SetString("guid", credit_card->guid());
366 credit_card_data.SetString("nameOnCard",
368 credit_card_data.SetString("creditCardNumber",
370 credit_card_data.SetString("expirationMonth",
372 credit_card_data.SetString(