Searched refs:elementSheet (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DEffectInput.cpp51 StyleSheetContents* styleSheetContents = element->document().elementSheet().contents();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DPropertySetCSSStyleDeclaration.cpp407 return m_parentElement ? &m_parentElement->document().elementSheet() : 0;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleSheet.cpp1800 StyleSheetHandler handler(m_styleText, &m_element->document(), m_element->document().elementSheet().contents(), &ruleSourceDataResult);
1801 CSSParser(parserContextForDocument(&m_element->document())).parseDeclaration(tempDeclaration.get(), m_styleText, &handler, m_element->document().elementSheet().contents());
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp1020 CSSParserContext context = CSSParserContext(document.elementSheet().contents()->parserContext(), UseCounter::getFrom(&document));
1022 return BisonCSSParser(context).parseDeclaration(string, document.elementSheet().contents());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h552 CSSStyleSheet& elementSheet();
H A DElement.cpp3084 static_cast<MutableStylePropertySet*>(inlineStyle.get())->parseDeclaration(newStyleString, document().elementSheet().contents());
3135 bool changes = ensureMutableInlineStyle().setProperty(propertyID, value, important, document().elementSheet().contents());
H A DDocument.cpp2999 CSSStyleSheet& Document::elementSheet() function in class:blink::Document

Completed in 387 milliseconds