Home | History | Annotate | Download | only in ssl

Lines Matching refs:strings

66   DictionaryValue strings;
68 strings.SetString("headLine", error_info.title());
69 strings.SetString("description", error_info.details());
71 strings.SetString("moreInfoTitle",
73 SetExtraInfo(&strings, error_info.extra_information());
78 strings.SetString("title",
80 strings.SetString("proceed",
82 strings.SetString("exit",
87 strings.SetString("title",
89 strings.SetString("back",
93 strings.SetString("textdirection", base::i18n::IsRTL() ? "rtl" : "ltr");
98 return jstemplate_builder::GetI18nTemplateHtml(html, &strings);
157 DictionaryValue* strings,
165 strings->SetString(keys[i], extra_info[i]);
168 strings->SetString(keys[i], "");