OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockURLRequestThrottlerEntry
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/url_request/
url_request_throttler_unittest.cc
44
class
MockURLRequestThrottlerEntry
: public URLRequestThrottlerEntry {
46
explicit
MockURLRequestThrottlerEntry
(
52
MockURLRequestThrottlerEntry
(
66
virtual ~
MockURLRequestThrottlerEntry
() {}
142
if (key ==
MockURLRequestThrottlerEntry
::kRetryHeaderName &&
146
MockURLRequestThrottlerEntry
::kExponentialThrottlingHeader &&
178
MockURLRequestThrottlerEntry
::kDefaultEntryLifetimeMs + 1000);
185
new
MockURLRequestThrottlerEntry
(this, time, TimeTicks::Now(),
224
scoped_refptr<
MockURLRequestThrottlerEntry
> entry_;
229
entry_ = new
MockURLRequestThrottlerEntry
(&manager_)
[
all
...]
/external/chromium_org/net/url_request/
url_request_throttler_unittest.cc
37
class
MockURLRequestThrottlerEntry
: public URLRequestThrottlerEntry {
39
explicit
MockURLRequestThrottlerEntry
(
45
MockURLRequestThrottlerEntry
(
112
virtual ~
MockURLRequestThrottlerEntry
() {}
133
MockURLRequestThrottlerEntry
::kDefaultEntryLifetimeMs + 1000);
140
new
MockURLRequestThrottlerEntry
(this, time, TimeTicks::Now(),
188
scoped_refptr<
MockURLRequestThrottlerEntry
> entry_;
209
entry_ = new
MockURLRequestThrottlerEntry
(&manager_);
319
MockURLRequestThrottlerEntry
::kDefaultEntryLifetimeMs);
345
MockURLRequestThrottlerEntry
::kDefaultMaximumBackoffMs)
[
all
...]
url_request_throttler_simulation_unittest.cc
297
class
MockURLRequestThrottlerEntry
: public URLRequestThrottlerEntry {
299
explicit
MockURLRequestThrottlerEntry
(URLRequestThrottlerManager* manager)
325
virtual ~
MockURLRequestThrottlerEntry
() {}
399
Requester(
MockURLRequestThrottlerEntry
* throttler_entry,
476
scoped_refptr<
MockURLRequestThrottlerEntry
> throttler_entry_;
501
scoped_refptr<
MockURLRequestThrottlerEntry
> throttler_entry(
502
new
MockURLRequestThrottlerEntry
(&manager));
516
scoped_refptr<
MockURLRequestThrottlerEntry
> throttler_entry(
517
new
MockURLRequestThrottlerEntry
(&manager));
600
scoped_refptr<
MockURLRequestThrottlerEntry
> throttler_entry
[
all
...]
Completed in 373 milliseconds