/external/webkit/Source/WebCore/storage/wince/ |
D | LocalStorageThreadWinCE.cpp | 53 m_timer.startOneShot(0); in timerFired() 61 m_timer.startOneShot(0); in scheduleImport() 68 m_timer.startOneShot(0); in scheduleSync()
|
D | DatabaseThreadWinCE.cpp | 58 m_timer.startOneShot(0); in timerFired() 66 m_timer.startOneShot(0); in scheduleTask()
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLParserScheduler.cpp | 83 m_continueNextChunkTimer.startOneShot(0); in continueNextChunkTimerFired() 101 m_continueNextChunkTimer.startOneShot(0); in scheduleForResume() 120 m_continueNextChunkTimer.startOneShot(0); in resume()
|
/external/webkit/Source/WebCore/dom/ |
D | ScriptRunner.cpp | 66 m_timer.startOneShot(0); in queueScriptForExecution() 86 m_timer.startOneShot(0); in resume() 92 m_timer.startOneShot(0); in notifyInOrderScriptReady()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8GCForContextDispose.cpp | 47 m_pseudoIdleTimer.startOneShot(0.8); in notifyContextDisposed() 56 m_pseudoIdleTimer.startOneShot(maximumFireInterval); in notifyIdleSooner()
|
/external/webkit/Source/WebCore/html/ |
D | ValidationMessage.cpp | 76 m_timer->startOneShot(0); in setMessage() 103 … m_timer->startOneShot(max(5.0, static_cast<double>(m_message.length()) * magnification / 1000)); in setMessageDOMAndStartTimer() 152 m_timer->startOneShot(0); in requestToHideMessage()
|
/external/webkit/Source/WebCore/storage/ |
D | StorageAreaSync.cpp | 119 m_syncTimer.startOneShot(StorageSyncInterval); in scheduleItemForSync() 135 m_syncTimer.startOneShot(StorageSyncInterval); in scheduleClear() 154 m_syncTimer.startOneShot(StorageSyncInterval); in scheduleCloseDatabase() 174 m_syncTimer.startOneShot(StorageSyncInterval); in syncTimerFired() 218 m_syncTimer.startOneShot(StorageSyncInterval); in syncTimerFired()
|
D | IDBTransactionBackendImpl.cpp | 141 m_taskEventTimer.startOneShot(0); in didCompleteTaskEvents() 149 m_taskTimer.startOneShot(0); in run() 210 m_taskTimer.startOneShot(0); in taskEventTimerFired()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderProgress.cpp | 80 m_animationTimer.startOneShot(m_animationRepeatInterval); in animationTimerFired() 95 m_animationTimer.startOneShot(m_animationRepeatInterval); in updateAnimationState()
|
/external/webkit/Source/WebCore/platform/mock/ |
D | SpeechInputClientMock.cpp | 61 m_timer.startOneShot(0); in startRecognition() 107 m_timer.startOneShot(0); in timerFired()
|
D | GeolocationClientMock.cpp | 106 m_permissionTimer.startOneShot(0); in asyncUpdatePermission() 166 m_controllerTimer.startOneShot(0); in asyncUpdateController()
|
D | DeviceOrientationClientMock.cpp | 62 m_timer.startOneShot(0); in setOrientation()
|
/external/webkit/Source/WebCore/loader/cache/ |
D | CachedScript.cpp | 69 m_decodedDataDeletionTimer.startOneShot(interval); in allClientsRemoved() 91 m_decodedDataDeletionTimer.startOneShot(0); in script()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | TiledDrawingArea.cpp | 98 m_displayTimer.startOneShot(0); in scheduleDisplay() 161 m_tileUpdateTimer.startOneShot(0.001); in tileUpdateTimerFired() 205 m_tileUpdateTimer.startOneShot(0); in didReceiveMessage()
|
D | DrawingAreaImpl.cpp | 454 m_exitCompositingTimer.startOneShot(0); in exitAcceleratedCompositingModeSoon() 476 m_displayTimer.startOneShot(0); in scheduleDisplay() 488 m_displayTimer.startOneShot(timeUntilNextDisplay); in displayTimerFired()
|
/external/webkit/Source/WebCore/plugins/win/ |
D | PluginMessageThrottlerWin.cpp | 98 m_messageThrottleTimer.startOneShot(MessageThrottleTimeInterval); in appendMessage() 121 m_messageThrottleTimer.startOneShot(MessageThrottleTimeInterval); in messageThrottleTimerFired()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | VisitedLinkProvider.cpp | 55 m_pendingVisitedLinksTimer.startOneShot(0); in processDidFinishLaunching() 70 m_pendingVisitedLinksTimer.startOneShot(0); in addVisitedLink()
|
D | ResponsivenessTimer.cpp | 71 m_timer.startOneShot(kResponsivenessTimeout); in start()
|
/external/webkit/Source/WebCore/platform/network/cf/ |
D | DNSCFNet.cpp | 147 startOneShot(coalesceDelayInSeconds); in add() 173 startOneShot(retryResolvingInSeconds); in fired()
|
/external/webkit/Source/WebCore/platform/network/ |
D | ResourceHandle.cpp | 80 d->m_failureTimer.startOneShot(0); in scheduleFailure() 171 d->m_failureTimer.startOneShot(0); in setDefersLoading()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateTaskTimer.cpp | 50 s_timer->startOneShot(delayInSeconds); in setDelay()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | GCController.cpp | 60 m_GCTimer.startOneShot(0); in garbageCollectSoon()
|
/external/webkit/Source/WebKit2/Shared/ |
D | ChildProcess.cpp | 54 m_terminationTimer.startOneShot(m_terminationTimeout); in enableTermination()
|
/external/webkit/Source/WebCore/platform/ |
D | RunLoopTimer.h | 51 void startOneShot(double interval) { start(interval, 0); } in startOneShot() function
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | TiledBackingStore.cpp | 266 m_tileCreationTimer->startOneShot(m_tileCreationDelay); in createTiles() 363 m_tileBufferUpdateTimer->startOneShot(0); in startTileBufferUpdateTimer() 375 m_tileCreationTimer->startOneShot(0); in startTileCreationTimer()
|