Searched refs:autoscrollTimerDelay (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarTheme.h49 virtual double autoscrollTimerDelay() OVERRIDE { return ScrollbarTheme::theme()->autoscrollTimerDelay(); }
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMacCommon.h47 virtual double autoscrollTimerDelay() OVERRIDE;
H A DScrollbarTheme.h122 virtual double autoscrollTimerDelay() { return 0.05; } function in class:WebCore::ScrollbarTheme
H A DScrollbar.cpp200 autoscrollPressedPart(theme()->autoscrollTimerDelay());
413 startTimerIfNeeded(theme()->autoscrollTimerDelay());
H A DScrollbarThemeMacCommon.mm319 double ScrollbarThemeMacCommon::autoscrollTimerDelay()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DSpinButtonElement.cpp220 m_repeatingTimer.start(theme->initialAutoscrollTimerDelay(), theme->autoscrollTimerDelay(), FROM_HERE);

Completed in 121 milliseconds