HomeSort by relevance Sort by last modified time
    Searched defs:parseClockValue (Results 1 - 2 of 2) 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) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 377 SMILTime SVGSMILElement::parseClockValue(const String& data)
494 SMILTime value = parseClockValue(splitString[n]);
741 SMILTime clockValue = parseClockValue(value);
750 SMILTime clockValue = parseClockValue(value);
782 SMILTime result = parseClockValue(value);
791 SMILTime result = parseClockValue(value);
    [all...]

Completed in 151 milliseconds