Searched refs:timerInterval (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/mac/
H A DScrollingTreeScrollingNodeMac.mm255 CFTimeInterval timerInterval = 1.0 / 60.0;
257 m_snapRubberbandTimer = adoptCF(CFRunLoopTimerCreateWithHandler(kCFAllocatorDefault, CFAbsoluteTimeGetCurrent() + timerInterval, timerInterval, 0, 0, ^(CFRunLoopTimerRef) {
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp53 static const float timerInterval = 0.033; variable
457 m_timer.startRepeating(timerInterval);
706 m_timer.startRepeating(timerInterval);

Completed in 134 milliseconds