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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 268 return getShorthandValue(borderTopShorthand());
270 return getShorthandValue(borderRightShorthand());
272 return getShorthandValue(borderBottomShorthand());
274 return getShorthandValue(borderLeftShorthand());
276 return getShorthandValue(outlineShorthand());
284 return getShorthandValue(webkitColumnRuleShorthand());
286 return getShorthandValue(webkitColumnsShorthand());
288 return getShorthandValue(flexShorthand());
290 return getShorthandValue(flexFlowShorthand());
292 return getShorthandValue(gridColumnShorthand())
    [all...]
StylePropertySerializer.h 46 String getShorthandValue(const StylePropertyShorthand&) const;

Completed in 68 milliseconds