Home
last modified time | relevance | path

Searched refs:StyleDeclarationScope (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser.h467 class StyleDeclarationScope {
468 WTF_MAKE_NONCOPYABLE(StyleDeclarationScope);
470 StyleDeclarationScope(CSSParser* parser, const StylePropertySet* declaration) in StyleDeclarationScope() function
480 ~StyleDeclarationScope() in ~StyleDeclarationScope()
DCSSParser-in.cpp1120 StyleDeclarationScope scope(this, declaration); in parseValue()
1239 StyleDeclarationScope scope(this, declaration); in parseDeclaration()