/external/webkit/Source/WebCore/platform/graphics/android/ |
D | ZoomManager.cpp | 68 void ZoomManager::scheduleUpdate(const double& currentTime, in scheduleUpdate() argument 74 setUpdateTime(currentTime + s_updateInitialDelay); in scheduleUpdate() 80 if (currentTime < updateTime()) in scheduleUpdate() 93 setUpdateTime(currentTime + s_updateDelay); in scheduleUpdate() 99 double ZoomManager::zoomInTransitionTime(double currentTime) in zoomInTransitionTime() argument 102 m_transitionTime = currentTime + s_zoomInTransitionDelay; in zoomInTransitionTime() 106 double ZoomManager::zoomOutTransitionTime(double currentTime) in zoomOutTransitionTime() argument 109 m_transitionTime = currentTime + s_zoomOutTransitionDelay; in zoomOutTransitionTime() 113 float ZoomManager::zoomInTransparency(double currentTime) in zoomInTransparency() argument 115 float t = zoomInTransitionTime(currentTime) - currentTime; in zoomInTransparency() [all …]
|
D | ZoomManager.h | 49 void scheduleUpdate(const double& currentTime, const SkIRect& viewport, float scale); 58 double zoomInTransitionTime(double currentTime); 59 double zoomOutTransitionTime(double currentTime); 60 float zoomInTransparency(double currentTime); 61 float zoomOutTransparency(double currentTime); 77 double transitionTime(double currentTime, float scale) { in transitionTime() argument 78 return (scale < m_currentScale) ? zoomOutTransitionTime(currentTime) in transitionTime() 79 : zoomInTransitionTime(currentTime); in transitionTime() 81 void processTransition(double currentTime, float scale, bool* doSwap, 86 void processNewScale(double currentTime, float scale);
|
D | TilesProfiler.cpp | 87 double currentTime = currentTimeMS(); in nextFrame() local 88 double timeDelta = currentTime - m_time; in nextFrame() 89 m_time = currentTime; in nextFrame()
|
D | BaseLayerAndroid.h | 64 bool drawGL(double currentTime, LayerAndroid* compositedRoot, IntRect& rect, 71 bool drawBasePictureInGL(SkRect& viewport, float scale, double currentTime,
|
/external/webkit/Source/WebCore/page/ |
D | PluginHalter.cpp | 55 double currentTime = WTF::currentTime(); in didStartPlugin() local 57 m_plugins.add(obj, currentTime); in didStartPlugin() 60 m_oldestStartTime = currentTime; in didStartPlugin() 82 double pluginCutOffTime = WTF::currentTime() - m_pluginAllowedRunTime; in timerFired() 114 …double nextFireInterval = static_cast<double>(m_pluginAllowedRunTime) - (currentTime() - m_oldestS… in startTimerIfNecessary()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | TimeoutChecker.cpp | 103 static double firstTime = currentTime(); in getCPUTime() 104 return static_cast<unsigned> ((currentTime() - firstTime) * 1000); in getCPUTime() 124 unsigned currentTime = getCPUTime(); in didTimeOut() local 128 m_timeAtLastCheck = currentTime; in didTimeOut() 132 unsigned timeDiff = currentTime - m_timeAtLastCheck; in didTimeOut() 138 m_timeAtLastCheck = currentTime; in didTimeOut()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | CurrentTime.cpp | 159 double currentTime() in currentTime() function 227 double currentTime() in currentTime() function 257 double currentTime() in currentTime() function 266 double currentTime() in currentTime() function 279 double currentTime() in currentTime() function 288 double currentTime() in currentTime() function
|
D | CurrentTime.h | 42 double currentTime(); 47 return currentTime() * 1000.0; in currentTimeMS() 63 using WTF::currentTime;
|
D | ThreadingWin.cpp | 486 double currentTime = WTF::currentTime(); in absoluteTimeToWaitTimeoutInterval() local 489 if (absoluteTime < currentTime) in absoluteTimeToWaitTimeoutInterval() 493 if (absoluteTime - currentTime > static_cast<double>(INT_MAX) / 1000.0) in absoluteTimeToWaitTimeoutInterval() 496 return static_cast<DWORD>((absoluteTime - currentTime) * 1000.0); in absoluteTimeToWaitTimeoutInterval()
|
/external/webkit/Source/JavaScriptCore/wtf/qt/ |
D | ThreadingQt.cpp | 258 double currentTime = WTF::currentTime(); in timedWait() local 261 if (absoluteTime < currentTime) in timedWait() 265 if (absoluteTime - currentTime > static_cast<double>(INT_MAX) / 1000.0) { in timedWait() 270 double intervalMilliseconds = (absoluteTime - currentTime) * 1000.0; in timedWait()
|
/external/webkit/Source/WebCore/plugins/win/ |
D | PluginMessageThrottlerWin.cpp | 89 double currentTime = WTF::currentTime(); in appendMessage() local 90 if (currentTime - m_lastMessageTime > MessageDirectProcessingInterval) { in appendMessage() 92 m_lastMessageTime = currentTime; in appendMessage()
|
/external/chromium/chrome/browser/extensions/ |
D | test_extension_prefs.cc | 37 currentTime(base::Time::Now()) {} in MockExtensionPrefs() 41 mutable base::Time currentTime; member in __anonf06a05750111::MockExtensionPrefs 44 currentTime += base::TimeDelta::FromSeconds(10); in GetCurrentTime() 45 return currentTime; in GetCurrentTime()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ChromiumCurrentTime.cpp | 39 double currentTime() in currentTime() function 41 return WebKit::webKitClient()->currentTime(); in currentTime()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | SystemTimeChromium.cpp | 40 double currentTime() in currentTime() function 42 return PlatformBridge::currentTime(); in currentTime()
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorResourceAgent.cpp | 331 …ader), loader->url().string(), buildObjectForResourceRequest(request), currentTime(), callStackVal… in willSendRequest() 359 … m_frontend->responseReceived(static_cast<int>(identifier), currentTime(), type, resourceResponse); in didReceiveResponse() 368 …m_frontend->dataReceived(static_cast<int>(identifier), currentTime(), dataLength, encodedDataLengt… in didReceiveContentLength() 374 finishTime = currentTime(); in didFinishLoading() 381 …m_frontend->loadingFailed(static_cast<int>(identifier), currentTime(), error.localizedDescription(… in didFailLoading() 386 …terAsId(loader->frame()), pointerAsId(loader), loader->url().string(), currentTime(), buildObjectF… in didLoadResourceFromMemoryCache() 401 m_frontend->domContentEventFired(currentTime()); in domContentEventFired() 406 m_frontend->loadEventFired(currentTime()); in loadEventFired() 492 …m_frontend->webSocketWillSendHandshakeRequest(static_cast<int>(identifier), currentTime(), request… in willSendWebSocketHandshakeRequest() 502 …m_frontend->webSocketHandshakeResponseReceived(static_cast<int>(identifier), currentTime(), respon… in didReceiveWebSocketHandshakeResponse() [all …]
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/ |
D | LayerTreeHostCAWin.cpp | 170 return m_nextDisplayTime - currentTime(); in timeUntilNextDisplay() 200 m_nextDisplayTime = nextDrawTime - CACurrentMediaTime() + currentTime(); in display() 244 double currentTime = WTF::currentTime(); in contextDidChange() local 248 (*it)->animationStarted(currentTime); in contextDidChange()
|
/external/webkit/Source/WebCore/webaudio/ |
D | AudioNode.cpp | 157 double currentTime = context()->currentTime(); in processIfNecessary() local 158 if (m_lastProcessingTime != currentTime) { in processIfNecessary() 159 …m_lastProcessingTime = currentTime; // important to first update this time because of feedback loo… in processIfNecessary()
|
/external/webkit/Source/WebCore/platform/efl/ |
D | PlatformMouseEventEfl.cpp | 59 , m_timestamp(currentTime()) in PlatformMouseEvent() 73 , m_timestamp(currentTime()) in PlatformMouseEvent() 88 , m_timestamp(currentTime()) in PlatformMouseEvent()
|
/external/webkit/Source/WebCore/platform/android/ |
D | GeolocationServiceAndroid.cpp | 199 DOMTimeStamp currentTime = convertSecondsToDOMTimeStamp(WTF::currentTime()); in isPositionMoreTimely() local 201 return currentTime - position1->timestamp() > maximumAge; in isPositionMoreTimely()
|
/external/webkit/Tools/QtTestBrowser/ |
D | fpstimer.cpp | 47 const QTime now = QTime::currentTime(); in numFrames() 77 m_frames.append(QTime::currentTime()); in timerEvent()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMediaElement.cpp | 771 m_previousProgressTime = WTF::currentTime(); in startProgressEventTimer() 1059 double time = WTF::currentTime(); in progressEventTimerFired() 1083 setCurrentTime(max(currentTime() - timeDelta, minTimeSeekable()), e); in rewind() 1120 float now = currentTime(); in seek() 1226 m_cachedTime = m_player->currentTime(); in refreshCachedTime() 1227 m_cachedTimeWallClockUpdateTime = WTF::currentTime(); in refreshCachedTime() 1239 …m_minimumWallClockTimeToCacheMediaTime = WTF::currentTime() + minimumTimePlayingBeforeCacheSnapsho… in invalidateCachedTime() 1244 float HTMLMediaElement::currentTime() const in currentTime() function in WebCore::HTMLMediaElement 1260 float delta = m_cachedTime - m_player->currentTime(); in currentTime() 1268 double now = WTF::currentTime(); in currentTime() [all …]
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLParserScheduler.h | 74 session.startTime = currentTime(); in checkForYieldBeforeToken() 77 double elapsedTime = currentTime() - session.startTime; in checkForYieldBeforeToken()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderProgress.cpp | 67 …return m_animating ? (fmod((currentTime() - m_animationStartTime), m_animationDuration) / m_animat… in animationProgress() 94 m_animationStartTime = currentTime(); in updateAnimationState()
|
/external/webkit/Source/WebCore/platform/ |
D | ThreadTimers.cpp | 100 double fireTime = currentTime(); in sharedTimerFiredInternal() 115 if (!m_firingTimers || timeToQuit < currentTime()) in sharedTimerFiredInternal()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateQuickTimeWin.cpp | 274 m_timeStoppedPlaying = WTF::currentTime(); in pause() 286 float MediaPlayerPrivate::currentTime() const in currentTime() function in WebCore::MediaPlayerPrivate 290 return m_qtMovie->currentTime(); in currentTime() 316 float timeAfterSeek = currentTime(); in doSeek() 331 if (!m_qtMovie || !seeking() || currentTime() == m_seekTo) { in seekTimerFired() 506 …m_readyState = currentTime() < maxTimeLoaded() ? MediaPlayer::HaveFutureData : MediaPlayer::HaveCu… in updateStates() 567 m_timeStoppedPlaying = WTF::currentTime(); in didEnd() 641 …double interval = m_startedPlaying ? WTF::currentTime() - m_timeStartedPlaying : m_timeStoppedPla… in paintCompleted() 758 m_timeStartedPlaying = WTF::currentTime(); in movieNewImageAvailable()
|