Ejemplo n.º 1
0
void PageThrottler::throttleHysteresisTimerFired(Timer<PageThrottler>*)
{
    ASSERT(!m_activeThrottleBlockers);
    throttlePage();
}
Ejemplo n.º 2
0
void PageThrottler::throttleHysteresisTimerFired(Timer<PageThrottler>*)
{
    ASSERT(!m_activityTokens.size());
    throttlePage();
}