Home
last modified time | relevance | path

Searched refs:timeDelta (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
DTilesProfiler.cpp88 double timeDelta = currentTime - m_time; in nextFrame() local
94 m_records[0].size(), timeDelta); in nextFrame()
103 scale, true, (int)(timeDelta * 1000))); in nextFrame()
/external/webkit/Source/WebCore/platform/mac/
DScrollAnimatorMac.mm941 CFTimeInterval timeDelta = wheelEvent.timestamp() - m_lastMomemtumScrollTimestamp;
943 … if (m_lastMomemtumScrollTimestamp && timeDelta > 0 && timeDelta < scrollVelocityZeroingTimeout) {
944 m_momentumVelocity.setWidth(eventCoallescedDeltaX / (float)timeDelta);
945 m_momentumVelocity.setHeight(eventCoallescedDeltaY / (float)timeDelta);
1088 …CFTimeInterval timeDelta = [[NSProcessInfo processInfo] systemUptime] - m_lastMomemtumScrollTimest…
1089 if (m_lastMomemtumScrollTimestamp && timeDelta >= scrollVelocityZeroingTimeout)
1122 CFTimeInterval timeDelta = [NSDate timeIntervalSinceReferenceDate] - m_startTime;
1155 …dZero(elasticDeltaForTimeDelta(m_startStretch.width(), -m_origVelocity.width(), (float)timeDelta)),
1156 …ro(elasticDeltaForTimeDelta(m_startStretch.height(), -m_origVelocity.height(), (float)timeDelta)));
/external/icu4c/tools/ctestfw/
Dctest.c371 char timeDelta[256]; in iterateTestsWithLevel() local
374 const char timeDelta[] = "(unknown)"; in iterateTestsWithLevel() local
400 str_timeDelta(timeDelta, stopTime-startTime); in iterateTestsWithLevel()
424 if(timeDelta[0]) printf("%s", timeDelta); in iterateTestsWithLevel()
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h64 void rewind(float timeDelta);
DHTMLMediaElement.cpp1078 void HTMLMediaElement::rewind(float timeDelta) in rewind() argument
1080 LOG(Media, "HTMLMediaElement::rewind(%f)", timeDelta); in rewind()
1083 setCurrentTime(max(currentTime() - timeDelta, minTimeSeekable()), e); in rewind()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm202 - (void)_autoscrollForDraggingInfo:(id)dragInfo timeDelta:(NSTimeInterval)repeatDelta;
3865 - (void)_autoscrollForDraggingInfo:(id)draggingInfo timeDelta:(NSTimeInterval)repeatDelta
3868 [documentView _autoscrollForDraggingInfo:draggingInfo timeDelta:repeatDelta];
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-09377 (-[WebView _autoscrollForDraggingInfo:timeDelta:]):
12871 (-[WebView _autoscrollForDraggingInfo:timeDelta:]): forward call to the document view
DChangeLog-2007-10-1419434 (-[WebView _autoscrollForDraggingInfo:timeDelta:]):