HomeSort by relevance Sort by last modified time
    Searched refs:startRepeating (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMTimer.cpp 105 startRepeating(intervalMilliseconds, FROM_HERE);
  /external/chromium_org/third_party/WebKit/Source/platform/
Timer.h 50 void startRepeating(double repeatInterval, const TraceLocation& caller)
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 93 m_timer.startRepeating(statusCheckInterval, FROM_HERE);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 176 m_timer.startRepeating(speed() * 0.001, FROM_HERE);
255 m_timer.startRepeating(speed() * 0.001, FROM_HERE);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle.cpp 75 startRepeating(minimumProgressEventDispatchingIntervalInSeconds, FROM_HERE);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHeapProfilerAgent.cpp 126 m_timer.startRepeating(0.05, FROM_HERE);
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.cpp 594 m_timeupdateTimer.startRepeating(maxTimeupdateEventFrequency, FROM_HERE);
HTMLMediaElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.cpp 84 m_statsTimer.startRepeating(statsIntervalInSeconds, FROM_HERE);
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 187 m_tryRestoreContextEventTimer.startRepeating(TryRestoreContextInterval, FROM_HERE);
    [all...]

Completed in 3861 milliseconds