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