Searched refs:timerFired (Results 1 - 25 of 53) sorted by relevance

123

/external/webkit/Source/WebCore/platform/mock/
H A DDeviceOrientationClientMock.cpp35 , m_timer(this, &DeviceOrientationClientMock::timerFired)
65 void DeviceOrientationClientMock::timerFired(Timer<DeviceOrientationClientMock>* timer) function in class:WebCore::DeviceOrientationClientMock
H A DSpeechInputClientMock.cpp43 , m_timer(this, &SpeechInputClientMock::timerFired)
70 timerFired(&m_timer);
102 void SpeechInputClientMock::timerFired(WebCore::Timer<SpeechInputClientMock>*) function in class:WebCore::SpeechInputClientMock
H A DDeviceOrientationClientMock.h57 void timerFired(Timer<DeviceOrientationClientMock>*);
H A DGeolocationServiceMock.h62 void timerFired(Timer<GeolocationServiceMock>*);
H A DSpeechInputClientMock.h62 void timerFired(Timer<SpeechInputClientMock>*);
/external/webkit/Source/WebKit2/UIProcess/
H A DResponsivenessTimer.cpp38 , m_timer(RunLoop::main(), this, &ResponsivenessTimer::timerFired)
52 void ResponsivenessTimer::timerFired() function in class:WebKit::ResponsivenessTimer
H A DResponsivenessTimer.h53 void timerFired();
/external/webkit/Source/WebCore/storage/wince/
H A DLocalStorageThreadWinCE.cpp33 : m_timer(this, &LocalStorageThread::timerFired)
46 void LocalStorageThread::timerFired(Timer<LocalStorageThread>*) function in class:WebCore::LocalStorageThread
H A DLocalStorageThreadWinCE.h50 void timerFired(Timer<LocalStorageThread>*);
H A DDatabaseThreadWinCE.cpp33 : m_timer(this, &DatabaseThread::timerFired)
51 void DatabaseThread::timerFired(Timer<DatabaseThread>*) function in class:WebCore::DatabaseThread
/external/webkit/Tools/DumpRenderTree/mac/
H A DMockGeolocationProvider.mm57 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
71 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
79 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
98 - (void)timerFired
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
H A DLayoutTestControllerQt.cpp47 void timerFired() function in class:WTR::WatchdogTimerHelper
58 QObject::connect(&m_waitToDumpWatchdogTimer, SIGNAL(timeout()), WatchdogTimerHelper::instance(), SLOT(timerFired()));
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DResizeViewWhileHidden.cpp65 static bool timerFired; member in namespace:TestWebKitAPI
69 timerFired = true;
75 Util::run(&timerFired);
76 timerFired = false;
/external/webkit/Source/WebCore/dom/
H A DDeviceMotionController.h52 void timerFired(Timer<DeviceMotionController>*);
H A DDeviceOrientationController.h54 void timerFired(Timer<DeviceOrientationController>*);
H A DScriptRunner.h58 void timerFired(Timer<ScriptRunner>*);
/external/webkit/Source/WebCore/page/
H A DPluginHalter.h49 void timerFired(Timer<PluginHalter>*);
H A DPluginHalter.cpp41 , m_timer(this, &PluginHalter::timerFired)
73 void PluginHalter::timerFired(Timer<PluginHalter>*) function in class:WebCore::PluginHalter
/external/webkit/Source/WebCore/platform/android/
H A DPackageNotifier.h56 void timerFired(Timer<PackageNotifier>*);
H A DPackageNotifier.cpp37 : m_onResultAvailable(0), m_isInitialized(false), m_timer(this, &PackageNotifier::timerFired) { }
77 void PackageNotifier::timerFired(Timer<PackageNotifier>*) function in class:WebCore::PackageNotifier
/external/webkit/Source/WebCore/wml/
H A DWMLTimerElement.h42 void timerFired(Timer<WMLTimerElement>*);
/external/webkit/Source/WebCore/platform/cf/
H A DRunLoopTimerCF.cpp42 static void timerFired(CFRunLoopTimerRef, void* context) function in namespace:WebCore
53 m_timer.adoptCF(CFRunLoopTimerCreate(0, CFAbsoluteTimeGetCurrent() + nextFireInterval, repeatInterval, 0, 0, timerFired, &context));
/external/webkit/Source/WebCore/platform/mac/
H A 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/JavaScriptCore/wtf/mac/
H A DMainThreadMac.mm87 static void timerFired(CFRunLoopTimerRef timer, void*)
102 CFRunLoopAddTimer(CFRunLoopGetCurrent(), CFRunLoopTimerCreate(0, 0, 0, 0, 0, timerFired, 0), kCFRunLoopCommonModes);
/external/webkit/Source/WebCore/rendering/
H A DRenderMarquee.h82 void timerFired(Timer<RenderMarquee>*);

Completed in 358 milliseconds

123