Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSStyleSelector.cpp1206 CSSMutableStyleDeclaration* inlineDecl = m_styledElement->inlineStyleDecl(); in styleForElement() local
1207 if (inlineDecl) { in styleForElement()
1211 addMatchedDeclaration(inlineDecl); in styleForElement()