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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSRule.cpp 49 const CSSParserContext& CSSRule::parserContext() const
52 return styleSheet ? styleSheet->contents()->parserContext() : strictCSSParserContext();
StyleSheetContents.h 63 const CSSParserContext& parserContext() const { return m_parserContext; }

Completed in 106 milliseconds