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

  /external/webkit/WebCore/html/
HTMLVideoElement.cpp 149 unsigned w = getAttribute(widthAttr).string().toUInt(&ok);
161 unsigned h = getAttribute(heightAttr).string().toUInt(&ok);
HTMLAnchorElement.cpp 67 return value.substring(portStart, portEnd - portStart).toUInt();
484 unsigned port = value.toUInt();
  /external/webkit/WebCore/plugins/
PluginPackage.cpp 234 unsigned major = majorMinorParts[0].toUInt(&converted);
240 unsigned minor = majorMinorParts[1].toUInt(&converted);
  /external/webkit/WebCore/platform/text/
StringImpl.h 133 unsigned toUInt(bool* ok = 0); // ignores trailing garbage