OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_startTime
(Results
26 - 31
of
31
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp
70
,
m_startTime
(monotonicallyIncreasingTime())
267
float extraDurationRequired = std::max(0.f, minPreFadeDuration - static_cast<float>(monotonicallyIncreasingTime() -
m_startTime
));
/external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp
190
this->
m_startTime
= data.
m_startTime
;
204
return m_currentVelocity == other.m_currentVelocity && m_desiredPosition == other.m_desiredPosition && m_desiredVelocity == other.m_desiredVelocity && m_startPosition == other.m_startPosition &&
m_startTime
== other.
m_startTime
&& m_startVelocity == other.m_startVelocity && m_animationTime == other.m_animationTime && m_lastAnimationTime == other.m_lastAnimationTime && m_attackPosition == other.m_attackPosition && m_attackTime == other.m_attackTime && m_attackCurve == other.m_attackCurve && m_releasePosition == other.m_releasePosition && m_releaseTime == other.m_releaseTime && m_releaseCurve == other.m_releaseCurve;
267
double oldTimeLeft = m_data->m_animationTime - (m_data->m_lastAnimationTime - m_data->
m_startTime
);
274
double deltaTime = m_data->m_lastAnimationTime - m_data->
m_startTime
;
300
bool testEstimatedMaxVelocity = m_data->
m_startTime
+ m_data->m_animationTime - m_data->m_lastAnimationTime > m_data->m_releaseTime;
304
double deltaTime = m_data->m_lastAnimationTime - m_data->
m_startTime
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.cpp
435
m_startTime
= when;
/external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h
[
all
...]
Document.cpp
411
,
m_startTime
(currentTime())
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar
Completed in 38 milliseconds
1
2