OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startRepeating
(Results
1 - 22
of
22
) sorted by null
/external/webkit/Source/WebCore/platform/
RunLoopTimer.h
50
void
startRepeating
(double repeatInterval) { start(repeatInterval, repeatInterval); }
Timer.h
46
void
startRepeating
(double repeatInterval) { start(repeatInterval, repeatInterval); }
/external/webkit/Source/WebCore/xml/
XMLHttpRequestProgressEventThrottle.cpp
62
startRepeating
(minimumProgressEventDispatchingIntervalInSeconds);
/external/webkit/Source/WebKit/android/plugins/
PluginTimer.cpp
116
timer->
startRepeating
(dinterval);
/external/webkit/Source/WebCore/page/
DOMTimer.cpp
79
startRepeating
(intervalMilliseconds);
EventHandler.cpp
[
all
...]
/external/webkit/Source/WebKit2/Platform/
RunLoop.h
77
void
startRepeating
(double repeatInterval) { start(repeatInterval, true); }
/external/webkit/Source/WebKit2/WebProcess/WebPage/
PageOverlay.cpp
147
m_fadeAnimationTimer.
startRepeating
(1 / fadeAnimationFrameRate);
/external/webkit/Source/WebCore/rendering/
RenderMarquee.cpp
183
m_timer.
startRepeating
(speed() * 0.001);
253
m_timer.
startRepeating
(speed() * 0.001);
RenderButton.cpp
99
m_timer->
startRepeating
(0.03);
/external/webkit/Source/WebKit2/Shared/
WebMemorySampler.cpp
82
m_sampleTimer.
startRepeating
(1);
/external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp
451
m_timer.
startRepeating
(timerInterval);
705
m_timer.
startRepeating
(timerInterval);
/external/webkit/Source/WebCore/page/animation/
AnimationController.cpp
118
m_animationTimer.
startRepeating
(cAnimationTimerDelay);
/external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm
237
m_nullEventTimer->
startRepeating
(0.02);
/external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp
778
m_progressEventTimer.
startRepeating
(0.350);
[
all
...]
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm
255
m_nullEventTimer.
startRepeating
(nullEventIntervalActive);
/external/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp
451
m_seekTimer.
startRepeating
(cSeekRepeatDelay);
/external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp
401
m_visualContextTimer.
startRepeating
(1.0 / 30);
[
all
...]
/external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.mm
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp
816
m_fillTimer.
startRepeating
(0.2);
[
all
...]
/external/webkit/Source/WebCore/editing/
SelectionController.cpp
[
all
...]
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm
140
startRepeating
(timeInterval);
[
all
...]
Completed in 2030 milliseconds