HomeSort by relevance Sort by last modified time
    Searched full:m_timer (Results 51 - 58 of 58) sorted by null

1 23

  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 96 CFRunLoopTimerRef m_timer; member in class:RunLoop::TimerBase
  /external/webkit/Source/WebCore/page/
Geolocation.h 107 Timer<GeoNotifier> m_timer; member in class:WebCore::Geolocation::GeoNotifier
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 243 , m_timer(this, &FullscreenVideoController::timerFired)
451 m_timer.startRepeating(timerInterval);
705 m_timer.startRepeating(timerInterval);
707 m_timer.stop();
FullscreenVideoController.h 179 WebCore::Timer<FullscreenVideoController> m_timer; member in class:FullscreenVideoController
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.h 158 WebCore::Timer<GeolocationPermissions> m_timer; member in class:android::GeolocationPermissions
  /external/webkit/Source/WebCore/inspector/
InspectorDOMAgent.cpp 126 void reset() { m_timer.stop(); }
131 Timer<RevalidateStyleAttributeTask> m_timer; member in class:WebCore::RevalidateStyleAttributeTask
240 , m_timer(this, &RevalidateStyleAttributeTask::onTimer)
247 if (!m_timer.isActive())
248 m_timer.startOneShot(0);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 81 Timer<ImageQualityController> m_timer; member in class:WebCore::ImageQualityController
86 : m_timer(this, &ImageQualityController::highQualityRepaintTimerFired)
116 m_timer.stop();
131 m_timer.startOneShot(cLowQualityTimeThreshold);
189 if (!m_timer.isActive()) {
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 437 : m_timer(this, &DeferredScopeStringMatches::doTimeout)
444 m_timer.startOneShot(0.0);
454 Timer<DeferredScopeStringMatches> m_timer; member in class:WebKit::WebFrameImpl::DeferredScopeStringMatches
    [all...]

Completed in 144 milliseconds

1 23