Home
last modified time | relevance | path

Searched defs:inlineStyleDecl (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
DStyledElement.h57 CSSMutableStyleDeclaration* inlineStyleDecl() const { return m_inlineStyleDecl.get(); } in inlineStyleDecl() function
/external/webkit/Source/WebCore/editing/
DApplyStyleCommand.cpp78 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in isUnstyledStyleSpan() local
379 CSSMutableStyleDeclaration* inlineStyleDecl = element->getInlineStyleDecl(); in applyRelativeFontStyleChange() local
847 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in replaceWithSpanOrRemoveIfWithoutAttributes() local
Dmarkup.cpp455 RefPtr<CSSMutableStyleDeclaration> inlineStyleDecl = element->getInlineStyleDecl(); in styleFromMatchedRulesAndInlineDecl() local
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp192 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in isEmptyOrUnstyledAppleStyleSpan() local