HomeSort by relevance Sort by last modified time
    Searched refs:error_strings (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/common/
localized_error.h 29 // Fills |error_strings| with values to be used to build an error page used
46 // Fills |error_strings| with values to be used to build an error page used
52 base::DictionaryValue* error_strings);
localized_error.cc 500 base::DictionaryValue* error_strings) {
502 error_strings->SetString("textdirection", rtl ? "rtl" : "ltr");
540 error_strings->SetString("title",
542 error_strings->SetString("heading",
546 error_strings->SetString("iconClass", icon_class);
557 error_strings->SetString(
559 error_strings->SetString(
561 error_strings->Set("summary", summary);
563 error_strings->SetString(
568 error_strings->SetString
    [all...]
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.cc 77 base::DictionaryValue error_strings; local
92 LocalizedError::GetAppErrorStrings(url_, extension, &error_strings);
100 accept_languages, &error_strings);
108 return webui::GetTemplatesHtml(template_html, &error_strings, "t");
  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 178 base::DictionaryValue* error_strings) {
190 is_failed_post, locale, accept_languages, error_strings);
217 base::DictionaryValue error_strings; local
224 &error_strings);
227 JSONWriter::Write(&error_strings, &json);
net_error_helper.h 44 // probe. If it is, initializes |error_strings| based on |error|,
54 base::DictionaryValue* error_strings);
  /external/chromium_org/third_party/opus/src/celt/
celt.c 197 static const char * const error_strings[8] = { local
210 return error_strings[-error];
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 219 ListValue* error_strings = new ListValue; local
237 error_strings->Append(current_error_strings);
239 strings->Set("errors", error_strings);
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 949 base::DictionaryValue error_strings; local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 902 ListValue* error_strings = new ListValue; local
    [all...]

Completed in 349 milliseconds