Home
last modified time | relevance | path

Searched refs:startRepeating (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMarquee.cpp175 m_timer.startRepeating(speed() * 0.001); in start()
251 m_timer.startRepeating(speed() * 0.001); in styleDidChange()
/external/chromium_org/third_party/WebKit/Source/platform/
DTimer.h48 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } in startRepeating() function
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMTimer.cpp99 startRepeating(intervalMilliseconds); in DOMTimer()
/external/chromium_org/third_party/WebKit/Source/web/
DValidationMessageClientImpl.cpp99 m_timer.startRepeating(statusCheckInterval); in showValidationMessage()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequestProgressEventThrottle.cpp68 startRepeating(minimumProgressEventDispatchingIntervalInSeconds); in dispatchProgressEvent()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHeapProfilerAgent.cpp144 m_timer.startRepeating(0.05); in startTimer()
/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaController.cpp645 m_timeupdateTimer.startRepeating(maxTimeupdateEventFrequency); in startTimeupdateTimer()
DHTMLMediaElement.cpp1325 m_progressEventTimer.startRepeating(0.350); in startProgressEventTimer()
2374 m_playbackProgressTimer.startRepeating(maxTimeupdateEventFrequency); in startPlaybackProgressTimer()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleEngine.cpp518 m_resolverThrowawayTimer.startRepeating(60); in didAttach()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.cpp86 m_statsTimer.startRepeating(statsIntervalInSeconds); in MemoryCache()
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollAnimatorMac.mm1149 m_snapRubberBandTimer.startRepeating(1.0 / 60.0);
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp1553 m_caretBlinkTimer.startRepeating(blinkInterval); in updateAppearance()