HomeSort by relevance Sort by last modified time
    Searched refs:parseClockValue (Results 1 - 4 of 4) sorted by null

  /packages/apps/Mms/src/com/android/mms/dom/smil/
TimeImpl.java 92 mResolvedOffset = sign*parseClockValue(timeValue)/1000.0;
130 public static float parseClockValue(String clockValue) {
ElementTimeImpl.java 113 dur = TimeImpl.parseClockValue(durString) / 1000f;
257 TimeImpl.parseClockValue(mSmilElement.getAttribute("repeatDur"));
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.h 85 static SMILTime parseClockValue(const String&);
SVGSMILElement.cpp 213 SMILTime SVGSMILElement::parseClockValue(const String& data)
340 SMILTime value = parseClockValue(splitString[n]);
511 SMILTime clockValue = parseClockValue(value);
520 SMILTime clockValue = parseClockValue(value);
546 SMILTime result = parseClockValue(value);
555 SMILTime result = parseClockValue(value);
    [all...]

Completed in 1448 milliseconds