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/platform/
Timer.h 48 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); }
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMTimer.cpp 99 startRepeating(intervalMilliseconds);
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 99 m_timer.startRepeating(statusCheckInterval);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 175 m_timer.startRepeating(speed() * 0.001);
251 m_timer.startRepeating(speed() * 0.001);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle.cpp 68 startRepeating(minimumProgressEventDispatchingIntervalInSeconds);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHeapProfilerAgent.cpp 144 m_timer.startRepeating(0.05);
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.cpp 645 m_timeupdateTimer.startRepeating(maxTimeupdateEventFrequency);
HTMLMediaElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp 518 m_resolverThrowawayTimer.startRepeating(60);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.cpp 86 m_statsTimer.startRepeating(statsIntervalInSeconds);
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp     [all...]

Completed in 241 milliseconds