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

  /external/chromium_org/webkit/child/
weburlloader_impl.h 20 static WebKit::WebURLError CreateError(const WebKit::WebURL& unreachable_url,
weburlloader_impl.cc 723 client_->didFail(loader_, CreateError(request_.url(), error_code));
792 WebURLError WebURLLoaderImpl::CreateError(const WebURL& unreachable_url,
webkitplatformsupport_impl.cc 388 return WebURLLoaderImpl::CreateError(unreachableURL, net::ERR_ABORTED);
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_error_info.h 42 static SSLErrorInfo CreateError(ErrorType error_type,
ssl_error_info.cc 29 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type,
270 errors->push_back(SSLErrorInfo::CreateError(kErrorTypes[i], cert, url));
ssl_policy.cc 164 return SSLErrorInfo::CreateError(
  /external/chromium_org/chrome/browser/ssl/
ssl_error_info.h 44 static SSLErrorInfo CreateError(ErrorType error_type,
ssl_error_info.cc 30 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type,
287 SSLErrorInfo::CreateError(kErrorTypes[i], cert.get(), url));
ssl_blocking_page.cc 217 SSLErrorInfo::CreateError(SSLErrorInfo::NetErrorToErrorType(cert_error_),
  /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/net/quic/
quic_stream_factory_test.cc 221 TEST_F(QuicStreamFactoryTest, CreateError) {

Completed in 386 milliseconds