OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_cachedRepeatDur
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp
176
,
m_cachedRepeatDur
(invalidCachedTime)
534
m_cachedRepeatDur
= invalidCachedTime;
702
if (
m_cachedRepeatDur
!= invalidCachedTime)
703
return
m_cachedRepeatDur
;
706
m_cachedRepeatDur
= clockValue <= 0 ? SMILTime::unresolved() : clockValue;
707
return
m_cachedRepeatDur
;
[
all
...]
SVGSMILElement.h
233
mutable SMILTime
m_cachedRepeatDur
;
Completed in 108 milliseconds