OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNTHROTTLED
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/loader/
resource_scheduler_unittest.cc
602
EXPECT_EQ(ResourceScheduler::
UNTHROTTLED
,
679
EXPECT_EQ(ResourceScheduler::
UNTHROTTLED
,
715
EXPECT_EQ(ResourceScheduler::
UNTHROTTLED
,
[
all
...]
resource_scheduler.h
66
//
UNTHROTTLED
/ACTIVE_AND_LOADING Clients. See above TODO's.
74
// Note that clients which would be COALESCED are
UNTHROTTLED
until
76
UNTHROTTLED
,
resource_scheduler.cc
325
SetThrottleState(
UNTHROTTLED
);
329
SetThrottleState(
UNTHROTTLED
);
337
SetThrottleState(
UNTHROTTLED
);
400
// any state ->
UNTHROTTLED
402
// THROTTLED ->
UNTHROTTLED
404
// THROTTLED ||
UNTHROTTLED
-> COALESCED
407
// A COALESCED client will transition into
UNTHROTTLED
when the network is
431
SetThrottleState(
UNTHROTTLED
);
572
// ACTIVE_AND_LOADING and
UNTHROTTLED
Clients follow these rules:
592
//
UNTHROTTLED
Client, and then return to the COALESCED state
[
all
...]
Completed in 2756 milliseconds