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

  /external/webkit/WebCore/css/
CSSParser.h 272 // defines units allowed for a certain property, used in parseUnit
273 enum Units {
286 friend inline Units operator|(Units a, Units b)
288 return static_cast<Units>(static_cast<unsigned>(a) | static_cast<unsigned>(b));
291 static bool validUnit(CSSParserValue*, Units, bool strict);
CSSParser.cpp 463 bool CSSParser::validUnit(CSSParserValue* value, Units unitflags, bool strict)
599 // In quirks mode, we will look for units that have been incorrectly separated from the number they belong to
    [all...]
  /external/chromium/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 182 <th align="left">Units</th>
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 182 <th align="left">Units</th>

Completed in 25 milliseconds