elementSheet       58 Source/core/animation/EffectInput.cpp     StyleSheetContents* styleSheetContents = element->document().elementSheet().contents();
elementSheet      374 Source/core/css/PropertySetCSSStyleDeclaration.cpp     return m_parentElement ? &m_parentElement->document().elementSheet() : 0;
elementSheet     1156 Source/core/css/parser/BisonCSSParser-in.cpp     CSSParserContext context = CSSParserContext(document.elementSheet().contents()->parserContext(), UseCounter::getFrom(&document));
elementSheet     1158 Source/core/css/parser/BisonCSSParser-in.cpp     return BisonCSSParser(context).parseDeclaration(string, document.elementSheet().contents());
elementSheet      574 Source/core/dom/Document.h     CSSStyleSheet& elementSheet();
elementSheet     3205 Source/core/dom/Element.cpp         static_pointer_cast<MutableStylePropertySet>(inlineStyle)->parseDeclaration(newStyleString, document().elementSheet().contents());
elementSheet     3264 Source/core/dom/Element.cpp     bool changes = ensureMutableInlineStyle().setProperty(propertyID, value, important, document().elementSheet().contents());
elementSheet     1654 Source/core/inspector/InspectorStyleSheet.cpp     StyleSheetHandler handler(m_styleText, &m_element->document(), m_element->document().elementSheet().contents(), &ruleSourceDataResult);
elementSheet     1655 Source/core/inspector/InspectorStyleSheet.cpp     BisonCSSParser(parserContextForDocument(&m_element->document())).parseDeclaration(tempDeclaration.get(), m_styleText, &handler, m_element->document().elementSheet().contents());