OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyURLRequestDestroyed
(Results
1 - 10
of
10
) sorted by null
/external/chromium/net/base/
network_delegate.cc
41
void NetworkDelegate::
NotifyURLRequestDestroyed
(URLRequest* request) {
network_delegate.h
46
void
NotifyURLRequestDestroyed
(URLRequest* request);
/external/chromium_org/net/base/
network_delegate.h
86
void
NotifyURLRequestDestroyed
(URLRequest* request);
network_delegate.cc
75
void NetworkDelegate::
NotifyURLRequestDestroyed
(URLRequest* request) {
/external/chromium_org/net/url_request/
url_request_http_job.h
123
virtual void
NotifyURLRequestDestroyed
() OVERRIDE;
260
// NetworkDelegate::
NotifyURLRequestDestroyed
has not been called, yet,
url_request_job.h
212
// canceled by an explicit NetworkDelegate::
NotifyURLRequestDestroyed
() call.
213
virtual void
NotifyURLRequestDestroyed
();
url_request_job.cc
232
void URLRequestJob::
NotifyURLRequestDestroyed
() {
url_request.cc
244
network_delegate_->
NotifyURLRequestDestroyed
(this);
246
job_->
NotifyURLRequestDestroyed
();
908
// NetworkDelegate::
NotifyURLRequestDestroyed
notifies the NetworkDelegate
[
all
...]
url_request_http_job.cc
[
all
...]
/external/chromium/net/url_request/
url_request.cc
137
context_->network_delegate()->
NotifyURLRequestDestroyed
(this);
Completed in 140 milliseconds