getFrom            72 Source/core/css/CSSGroupingRule.cpp     CSSParserContext context(parserContext(), UseCounter::getFrom(styleSheet));
getFrom           126 Source/core/css/CSSKeyframesRule.cpp     CSSParserContext context(parserContext(), UseCounter::getFrom(styleSheet));
getFrom           306 Source/core/css/CSSStyleSheet.cpp     CSSParserContext context(m_contents->parserContext(), UseCounter::getFrom(this));
getFrom           344 Source/core/css/StylePropertySet.cpp     CSSParserContext context(cssParserMode(), UseCounter::getFrom(contextStyleSheet));
getFrom           329 Source/core/css/StyleSheetContents.cpp     CSSParserContext context(parserContext(), UseCounter::getFrom(this));
getFrom           352 Source/core/css/StyleSheetContents.cpp     CSSParserContext context(parserContext(), UseCounter::getFrom(this));
getFrom          1024 Source/core/css/parser/BisonCSSParser-in.cpp     CSSParserContext context(document, UseCounter::getFrom(&document));
getFrom          1156 Source/core/css/parser/BisonCSSParser-in.cpp     CSSParserContext context = CSSParserContext(document.elementSheet().contents()->parserContext(), UseCounter::getFrom(&document));
getFrom           744 Source/core/frame/UseCounter.cpp         return getFrom(sheet->contents());
getFrom           753 Source/core/frame/UseCounter.cpp         return getFrom(sheetContents->singleOwnerDocument());
getFrom           370 Source/core/frame/UseCounter.h     static UseCounter* getFrom(const Document*);
getFrom           371 Source/core/frame/UseCounter.h     static UseCounter* getFrom(const CSSStyleSheet*);
getFrom           372 Source/core/frame/UseCounter.h     static UseCounter* getFrom(const StyleSheetContents*);
getFrom           106 Source/core/html/parser/HTMLDocumentParser.h     UseCounter* useCounter() { return UseCounter::getFrom(contextForParsingSession()); }