OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_interval
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp
180
,
m_interval
(SMILInterval(SMILTime::unresolved(), SMILTime::unresolved()))
301
m_interval
.begin = SMILTime::unresolved();
302
m_interval
.end = SMILTime::unresolved();
909
SMILTime beginAfter = first ? -std::numeric_limits<double>::infinity() :
m_interval
.end;
912
bool equalsMinimumOK = !first ||
m_interval
.end >
m_interval
.begin;
921
if ((first && tempBegin == tempEnd && tempEnd == lastIntervalTempEnd) || (!first && tempEnd ==
m_interval
.end)
[
all
...]
SVGSMILElement.h
91
SMILTime intervalBegin() const { return
m_interval
.begin; }
254
SMILInterval
m_interval
;
member in class:blink::SVGSMILElement
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthCache.h
126
:
m_interval
(s_maxInterval)
127
, m_countdown(
m_interval
)
174
m_interval
= s_minInterval;
179
if (
m_interval
< s_maxInterval)
180
++
m_interval
;
181
m_countdown =
m_interval
;
198
int
m_interval
;
member in class:blink::WidthCache
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionData.h
103
double interval() const { return
m_interval
; }
115
double
m_interval
;
member in class:blink::FINAL
DeviceMotionData.cpp
100
,
m_interval
(0)
114
,
m_interval
(interval)
Completed in 305 milliseconds