HomeSort by relevance Sort by last modified time
    Searched defs:CreateError (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ssl/
ssl_error_info.cc 29 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type,
270 errors->push_back(SSLErrorInfo::CreateError(kErrorTypes[i], cert, url));
  /external/chromium_org/chrome/browser/ssl/
ssl_error_info.cc 30 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type,
287 SSLErrorInfo::CreateError(kErrorTypes[i], cert.get(), url));
  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.cc 21 scoped_ptr<base::DictionaryValue> CreateError(const std::string& error_type) {
32 scoped_ptr<base::DictionaryValue> error(CreateError(error_type));
41 scoped_ptr<base::DictionaryValue> error(CreateError(error_type));
299 *current_response = CreateError("invalid_params");
310 *current_response = CreateError("user_cancel");
313 *current_response = CreateError("confirmation_timeout");
316 *current_response = CreateError("invalid_action");
  /external/chromium_org/webkit/child/
weburlloader_impl.cc 723 client_->didFail(loader_, CreateError(request_.url(), error_code));
792 WebURLError WebURLLoaderImpl::CreateError(const WebURL& unreachable_url,

Completed in 356 milliseconds