OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CancelWithError
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/browser/renderer_host/
socket_stream_host.cc
81
void SocketStreamHost::
CancelWithError
(int error) {
82
VLOG(1) << "SocketStreamHost::
CancelWithError
: error=" << error;
85
job_->
CancelWithError
(error);
/external/chromium_org/net/socket_stream/
socket_stream_job.cc
69
void SocketStreamJob::
CancelWithError
(int error) {
70
socket_->
CancelWithError
(error);
socket_stream.cc
306
void SocketStream::
CancelWithError
(int error) {
312
CancelWithError
(MapCertStatusToNetError(ssl_info.cert_status));
[
all
...]
/external/chromium_org/content/browser/loader/
detachable_resource_handler.cc
205
void DetachableResourceHandler::
CancelWithError
(int error_code) {
206
controller()->
CancelWithError
(error_code);
throttling_resource_handler.cc
121
void ThrottlingResourceHandler::
CancelWithError
(int error_code) {
123
controller()->
CancelWithError
(error_code);
buffered_resource_handler.cc
227
void BufferedResourceHandler::
CancelWithError
(int error_code) {
228
controller()->
CancelWithError
(error_code);
366
request()->
CancelWithError
(net::ERR_FILE_NOT_FOUND);
resource_loader.cc
125
void ResourceLoader::
CancelWithError
(int error_code) {
379
request_->
CancelWithError
(error);
464
request_->
CancelWithError
(error);
/external/chromium_org/net/url_request/
url_request.cc
711
void URLRequest::
CancelWithError
(int error) {
[
all
...]
Completed in 703 milliseconds