Home
last modified time | relevance | path

Searched refs:ShorthandScope (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser.h630 class ShorthandScope {
633 ShorthandScope(CSSParser* parser, CSSPropertyID propId) : m_parser(parser) in ShorthandScope() function
638 ~ShorthandScope() in ~ShorthandScope()
DSVGCSSParser.cpp287 ShorthandScope scope(this, propId); in parseSVGValue()
DCSSParser-in.cpp1596 ShorthandScope scope(this, propId); in addExpandedPropertyForValue()
1707 ShorthandScope scope(this, propId); in parseValue()
1740 ShorthandScope scope(this, CSSPropertyBorderSpacing); in parseValue()
1748 ShorthandScope scope(this, CSSPropertyBorderSpacing); in parseValue()
1904 OwnPtr<ShorthandScope> shorthandScope; in parseValue()
1909 shorthandScope = adoptPtr(new ShorthandScope(this, propId)); in parseValue()
2241 ShorthandScope scope(this, propId); in parseValue()
2434 ShorthandScope scope(this, CSSPropertyWebkitMarginCollapse); in parseValue()
2442 ShorthandScope scope(this, CSSPropertyWebkitMarginCollapse); in parseValue()
2881 ShorthandScope scope(this, propId); in parseFillShorthand()
[all …]