Home
last modified time | relevance | path

Searched refs:elementSheet (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DPropertySetCSSStyleDeclaration.cpp431 return m_parentElement ? m_parentElement->document().elementSheet() : 0; in parentStyleSheet()
DCSSParser-in.cpp1203 CSSParserContext context = document.elementSheet()->contents()->parserContext(); in parseInlineStyleDeclaration()
1205 …ext, UseCounter::getFrom(&document)).parseDeclaration(string, document.elementSheet()->contents()); in parseInlineStyleDeclaration()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp1806 …er handler(m_styleText, &m_element->document(), m_element->document().elementSheet()->contents(), … in getStyleAttributeData()
1807 …on(tempDeclaration.get(), m_styleText, &handler, m_element->document().elementSheet()->contents()); in getStyleAttributeData()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp3469 …PropertySet>(inlineStyle)->parseDeclaration(newStyleString, document().elementSheet()->contents()); in setInlineStyleFromString()
3530 …bleInlineStyle()->setProperty(propertyID, value, important, document().elementSheet()->contents()); in setInlineStyleProperty()
3560 inlineStyle->addSubresourceStyleURLs(urls, document().elementSheet()->contents()); in addSubresourceAttributeURLs()
DDocument.h552 CSSStyleSheet* elementSheet();
DDocument.cpp2799 CSSStyleSheet* Document::elementSheet() in elementSheet() function in WebCore::Document