Lines Matching refs:elapsed
223 // This amount of time must have elapsed before we will even consider scheduling a layout without a delay.1952 int elapsed = elapsedTime();1953 m_overMinimumLayoutThreshold = elapsed > cLayoutScheduleThreshold;1956 return max(0, cLayoutScheduleThreshold - elapsed) + m_extraLayoutDelay;