Searched defs:parserContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSRule.cpp59 const CSSParserContext& CSSRule::parserContext() const function in class:blink::CSSRule
62 return styleSheet ? styleSheet->contents()->parserContext() : strictCSSParserContext();
H A DStyleSheetContents.h64 const CSSParserContext& parserContext() const { return m_parserContext; } function in class:blink::StyleSheetContents
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp358 bool isValidKeywordPropertyAndValue(CSSPropertyID propertyId, CSSValueID valueID, const CSSParserContext& parserContext) argument
674 static bool parseKeywordValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, const CSSParserContext& parserContext) argument
701 else if (isValidKeywordPropertyAndValue(propertyId, valueID, parserContext))
905 context = contextStyleSheet->parserContext();
1020 CSSParserContext context = CSSParserContext(document.elementSheet().contents()->parserContext(), UseCounter::getFrom(&document));

Completed in 201 milliseconds