HomeSort by relevance Sort by last modified time
    Searched full:parseclockvalue (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 240 SMILTime SVGSMILElement::parseClockValue(const String& data)
367 SMILTime value = parseClockValue(splitString[n]);
557 SMILTime clockValue = parseClockValue(value);
566 SMILTime clockValue = parseClockValue(value);
593 SMILTime result = parseClockValue(value);
602 SMILTime result = parseClockValue(value);
    [all...]
SVGSMILElement.h 96 static SMILTime parseClockValue(const String&);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
ElementTimeImpl.java 113 dur = TimeImpl.parseClockValue(durString) / 1000f;
269 TimeImpl.parseClockValue(mSmilElement.getAttribute("repeatDur"));
TimeImpl.java 92 mResolvedOffset = sign*parseClockValue(timeValue)/1000.0;
130 public static float parseClockValue(String clockValue) {
  /external/webkit/Source/WebCore/
ChangeLog-2006-12-31 189 (WebCore::SVGAnimationElement::parseClockValue):
    [all...]

Completed in 496 milliseconds