Searched refs:error_info (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ssl/
H A Dssl_blocking_page.cc67 SSLErrorInfo error_info = delegate_->GetSSLErrorInfo(handler_); local
68 strings.SetString("headLine", error_info.title());
69 strings.SetString("description", error_info.details());
73 SetExtraInfo(&strings, error_info.extra_information());
/external/bluetooth/glib/tests/
H A Dmarkup-collect.c85 const char *error_info; member in struct:test
201 if (strstr (error->message, tests[i].error_info) == NULL)
204 tests[i].document, tests[i].error_info);

Completed in 55 milliseconds