OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throttling_entry_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/url_request/
url_request_http_job.h
119
scoped_refptr<URLRequestThrottlerEntryInterface>
throttling_entry_
;
member in class:net::URLRequestHttpJob
url_request_http_job.cc
217
throttling_entry_
(URLRequestThrottlerManager::GetInstance()->
248
throttling_entry_
->UpdateWithResponse(request_info_.url.host(),
319
!
throttling_entry_
->IsDuringExponentialBackoff()) {
[
all
...]
/external/chromium_org/net/url_request/
url_request_http_job.h
197
scoped_refptr<URLRequestThrottlerEntryInterface>
throttling_entry_
;
member in class:net::URLRequestHttpJob
url_request_http_job.cc
255
throttling_entry_
(NULL),
277
throttling_entry_
= manager->RegisterRequestUrl(request->url());
382
if (!is_cached_content_ &&
throttling_entry_
.get()) {
384
throttling_entry_
->UpdateWithResponse(request_info_.url.host(),
514
if (!
throttling_entry_
.get() ||
515
!
throttling_entry_
->ShouldRejectRequest(*request_)) {
[
all
...]
Completed in 182 milliseconds