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

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 303 SMILTime SVGSMILElement::parseClockValue(const String& data)
430 SMILTime value = parseClockValue(splitString[n]);
650 SMILTime clockValue = parseClockValue(value);
659 SMILTime clockValue = parseClockValue(value);
686 SMILTime result = parseClockValue(value);
695 SMILTime result = parseClockValue(value);
    [all...]
SVGSMILElement.h 97 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) {

Completed in 104 milliseconds