Home
last modified time | relevance | path

Searched refs:timerFired (Results 1 – 25 of 71) sorted by relevance

123

/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
DResizeViewWhileHidden.cpp65 static bool timerFired; variable
69 timerFired = true; in timerCallback()
75 Util::run(&timerFired); in runForDuration()
76 timerFired = false; in runForDuration()
/external/webkit/Source/WebCore/platform/mock/
DSpeechInputClientMock.cpp43 , m_timer(this, &SpeechInputClientMock::timerFired) in SpeechInputClientMock()
70 timerFired(&m_timer); in stopRecording()
102 void SpeechInputClientMock::timerFired(WebCore::Timer<SpeechInputClientMock>*) in timerFired() function in WebCore::SpeechInputClientMock
DDeviceOrientationClientMock.cpp35 , m_timer(this, &DeviceOrientationClientMock::timerFired) in DeviceOrientationClientMock()
65 void DeviceOrientationClientMock::timerFired(Timer<DeviceOrientationClientMock>* timer) in timerFired() function in WebCore::DeviceOrientationClientMock
DGeolocationServiceMock.cpp51 , m_timer(this, &GeolocationServiceMock::timerFired) in GeolocationServiceMock()
95 void GeolocationServiceMock::timerFired(Timer<GeolocationServiceMock>* timer) in timerFired() function in WebCore::GeolocationServiceMock
/external/webkit/Source/WebKit2/UIProcess/
DResponsivenessTimer.cpp38 , m_timer(RunLoop::main(), this, &ResponsivenessTimer::timerFired) in ResponsivenessTimer()
52 void ResponsivenessTimer::timerFired() in timerFired() function in WebKit::ResponsivenessTimer
DResponsivenessTimer.h53 void timerFired();
/external/webkit/Tools/DumpRenderTree/mac/
DMockGeolocationProvider.mm57 …STimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repe…
71 …STimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repe…
79 …STimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repe…
98 - (void)timerFired
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
DLayoutTestControllerQt.cpp47 void timerFired() in timerFired() function in WTR::WatchdogTimerHelper
58 …m_waitToDumpWatchdogTimer, SIGNAL(timeout()), WatchdogTimerHelper::instance(), SLOT(timerFired())); in platformInitialize()
/external/webkit/Source/WebCore/storage/wince/
DLocalStorageThreadWinCE.cpp33 : m_timer(this, &LocalStorageThread::timerFired) in LocalStorageThread()
46 void LocalStorageThread::timerFired(Timer<LocalStorageThread>*) in timerFired() function in WebCore::LocalStorageThread
DDatabaseThreadWinCE.cpp33 : m_timer(this, &DatabaseThread::timerFired) in DatabaseThread()
51 void DatabaseThread::timerFired(Timer<DatabaseThread>*) in timerFired() function in WebCore::DatabaseThread
/external/webkit/Source/WebKit2/Platform/
DRunLoop.h91 static void timerFired(RunLoop*, uint64_t ID);
95 static void timerFired(CFRunLoopTimerRef, void*);
98 static void timerFired(RunLoop*, int ID);
/external/webkit/Source/WebCore/platform/cf/
DRunLoopTimerCF.cpp42 static void timerFired(CFRunLoopTimerRef, void* context) in timerFired() function
53 …ate(0, CFAbsoluteTimeGetCurrent() + nextFireInterval, repeatInterval, 0, 0, timerFired, &context)); in start()
/external/webkit/Source/WebCore/platform/android/
DPackageNotifier.cpp37 … : m_onResultAvailable(0), m_isInitialized(false), m_timer(this, &PackageNotifier::timerFired) { } in PackageNotifier()
77 void PackageNotifier::timerFired(Timer<PackageNotifier>*) in timerFired() function in WebCore::PackageNotifier
/external/webkit/Source/WebCore/page/
DPluginHalter.cpp41 , m_timer(this, &PluginHalter::timerFired) in PluginHalter()
73 void PluginHalter::timerFired(Timer<PluginHalter>*) in timerFired() function in WebCore::PluginHalter
/external/webkit/Source/WebCore/dom/
DDeviceOrientationController.cpp38 , m_timer(this, &DeviceOrientationController::timerFired) in DeviceOrientationController()
49 void DeviceOrientationController::timerFired(Timer<DeviceOrientationController>* timer) in timerFired() function in WebCore::DeviceOrientationController
DDeviceMotionController.cpp37 , m_timer(this, &DeviceMotionController::timerFired) in DeviceMotionController()
48 void DeviceMotionController::timerFired(Timer<DeviceMotionController>* timer) in timerFired() function in WebCore::DeviceMotionController
DScriptRunner.cpp39 , m_timer(this, &ScriptRunner::timerFired) in ScriptRunner()
95 void ScriptRunner::timerFired(Timer<ScriptRunner>* timer) in timerFired() function in WebCore::ScriptRunner
/external/webkit/Source/WebKit2/Platform/qt/
DRunLoopQt.cpp55 RunLoop::TimerBase::timerFired(m_runLoop, event->timerId()); in timerEvent()
90 void RunLoop::TimerBase::timerFired(RunLoop* runLoop, int ID) in timerFired() function in RunLoop::TimerBase
/external/webkit/Source/WebCore/platform/mac/
DSharedTimerMac.mm47 static void timerFired(CFRunLoopTimerRef, void*);
150 timerFired(0, 0);
162 static void timerFired(CFRunLoopTimerRef, void*)
180 sharedTimer = CFRunLoopTimerCreate(0, fireDate, 0, 0, 0, timerFired, 0);
/external/webkit/Source/WebCore/wml/
DWMLTimerElement.cpp41 , m_timer(this, &WMLTimerElement::timerFired) in WMLTimerElement()
87 void WMLTimerElement::timerFired(Timer<WMLTimerElement>*) in timerFired() function in WebCore::WMLTimerElement
/external/webkit/Source/WebCore/rendering/
DRenderButton.cpp98 m_timer.set(new Timer<RenderButton>(this, &RenderButton::timerFired)); in styleDidChange()
184 void RenderButton::timerFired(Timer<RenderButton>*) in timerFired() function in WebCore::RenderButton
/external/webkit/Source/WebCore/loader/
DImageLoader.cpp75 void timerFired(Timer<ImageEventSender>*);
317 , m_timer(this, &ImageEventSender::timerFired) in ImageEventSender()
371 void ImageEventSender::timerFired(Timer<ImageEventSender>*) in timerFired() function in WebCore::ImageEventSender
/external/webkit/Source/WebKit/android/WebCoreSupport/
DGeolocationClientImpl.cpp82 , m_timer(this, &GeolocationClientImpl::timerFired) in GeolocationClientImpl()
213 void GeolocationClientImpl::timerFired(Timer<GeolocationClientImpl>* timer) in timerFired() function in android::GeolocationClientImpl
/external/webkit/Source/WebCore/svg/animation/
DSMILTimeContainer.cpp51 , m_timer(this, &SMILTimeContainer::timerFired) in SMILTimeContainer()
62 void SMILTimeContainer::timerFired(Timer<SMILTimeContainer>*) {} in timerFired() function in WebCore::SMILTimeContainer
137 void SMILTimeContainer::timerFired(Timer<SMILTimeContainer>*) in timerFired() function in WebCore::SMILTimeContainer
/external/webkit/Source/WebKit2/Platform/win/
DRunLoopWin.cpp64 RunLoop::TimerBase::timerFired(this, wParam); in wndProc()
165 void RunLoop::TimerBase::timerFired(RunLoop* runLoop, uint64_t ID) in timerFired() function in RunLoop::TimerBase

123