OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:repeatDur
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp
754
SMILTime SVGSMILElement::
repeatDur
() const
871
SMILTime
repeatDur
= this->
repeatDur
();
873
if (!simpleDuration || (
repeatDur
.isUnresolved() && repeatCount.isUnresolved()))
875
repeatDur
= std::min(
repeatDur
, SMILTime::indefinite());
878
return std::min(
repeatDur
, repeatCountDuration);
879
return
repeatDur
;
887
if (!resolvedEnd.isUnresolved() && dur().isUnresolved() &&
repeatDur
().isUnresolved() && repeatCount().isUnresolved())
[
all
...]
SVGSMILElement.h
84
SMILTime
repeatDur
() const;
Completed in 35 milliseconds