HomeSort by relevance Sort by last modified time
    Searched defs:timerFired (Results 1 - 17 of 17) sorted by null

  /external/webkit/WebCore/page/
PluginHalter.cpp 41 , m_timer(this, &PluginHalter::timerFired)
73 void PluginHalter::timerFired(Timer<PluginHalter>*)
Geolocation.cpp 93 , m_timer(this, &Geolocation::GeoNotifier::timerFired)
133 void Geolocation::GeoNotifier::timerFired(Timer<GeoNotifier>*)
  /external/webkit/WebCore/platform/android/
PackageNotifier.cpp 37 : m_onResultAvailable(0), m_isInitialized(false), m_timer(this, &PackageNotifier::timerFired) { }
77 void PackageNotifier::timerFired(Timer<PackageNotifier>*)
GeolocationServiceAndroid.cpp 63 , m_timer(this, &GeolocationServiceAndroid::timerFired)
155 void GeolocationServiceAndroid::timerFired(Timer<GeolocationServiceAndroid>* timer)
  /external/webkit/WebCore/platform/cf/
RunLoopTimerCF.cpp 41 static void timerFired(CFRunLoopTimerRef, void* context)
52 m_timer.adoptCF(CFRunLoopTimerCreate(0, CFAbsoluteTimeGetCurrent() + nextFireInterval, repeatInterval, 0, 0, timerFired, &context));
  /external/webkit/WebCore/storage/wince/
DatabaseThreadWince.cpp 33 : m_timer(this, &DatabaseThread::timerFired)
51 void DatabaseThread::timerFired(Timer<DatabaseThread>*)
LocalStorageThreadWince.cpp 33 : m_timer(this, &LocalStorageThread::timerFired)
46 void LocalStorageThread::timerFired(Timer<LocalStorageThread>*)
  /external/webkit/WebCore/wml/
WMLTimerElement.cpp 41 , m_timer(this, &WMLTimerElement::timerFired)
82 void WMLTimerElement::timerFired(Timer<WMLTimerElement>*)
  /external/webkit/WebCore/platform/mock/
GeolocationServiceMock.cpp 49 , m_timer(this, &GeolocationServiceMock::timerFired)
98 void GeolocationServiceMock::timerFired(Timer<GeolocationServiceMock>* timer)
  /external/webkit/WebCore/rendering/
RenderButton.cpp 95 m_timer.set(new Timer<RenderButton>(this, &RenderButton::timerFired));
186 void RenderButton::timerFired(Timer<RenderButton>*)
RenderMarquee.cpp 63 , m_timer(this, &RenderMarquee::timerFired)
261 void RenderMarquee::timerFired(Timer<RenderMarquee>*)
  /external/webkit/WebCore/loader/
ImageLoader.cpp 66 void timerFired(Timer<ImageEventSender>*);
282 , m_timer(this, &ImageEventSender::timerFired)
336 void ImageEventSender::timerFired(Timer<ImageEventSender>*)
RedirectScheduler.cpp 135 , m_timer(this, &RedirectScheduler::timerFired)
290 void RedirectScheduler::timerFired(Timer<RedirectScheduler>*)
  /external/webkit/WebCore/svg/animation/
SMILTimeContainer.cpp 51 , m_timer(this, &SMILTimeContainer::timerFired)
62 void SMILTimeContainer::timerFired(Timer<SMILTimeContainer>*) {}
137 void SMILTimeContainer::timerFired(Timer<SMILTimeContainer>*)
  /external/webkit/WebKit/android/benchmark/
Intercept.cpp 178 void MyWebFrame::timerFired(Timer<MyWebFrame>*)
  /external/webkit/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 56 , m_timer(this, &GeolocationPermissions::timerFired)
237 void GeolocationPermissions::timerFired(Timer<GeolocationPermissions>* timer)
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 185 , m_timer(this, &FullscreenVideoController::timerFired)
507 void FullscreenVideoController::timerFired(Timer<FullscreenVideoController>*)

Completed in 387 milliseconds