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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 758 size_t shorthandLength = lowestCommonMultiple(repeatXList->length(), repeatYList->length());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp 402 unsigned shorthandLength = shorthand.length();
403 if (!shorthandLength) {
411 for (unsigned i = 0; i < shorthandLength; ++i)
    [all...]

Completed in 42 milliseconds