OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1992 milliseconds