HomeSort by relevance Sort by last modified time
    Searched defs:parseSize (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/util/
Size.java 100 * For any {@code Size s}: {@code Size.parseSize(s.toString()).equals(s)}.
110 * Size.parseSize("3*+6").equals(new Size(3, 6)) == true
111 * Size.parseSize("-3x-6").equals(new Size(-3, -6)) == true
112 * Size.parseSize("4 by 3") => throws NumberFormatException
122 public static Size parseSize(String string)
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp 490 return parseSize(propId, important);
    [all...]

Completed in 88 milliseconds