Searched defs:inlineStyleDecl (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DStyledElement.h57 CSSMutableStyleDeclaration* inlineStyleDecl() const { return m_inlineStyleDecl.get(); } function in class:WebCore::StyledElement
/external/webkit/Source/WebCore/editing/
H A Dmarkup.cpp455 RefPtr<CSSMutableStyleDeclaration> inlineStyleDecl = element->getInlineStyleDecl(); local
456 style->merge(inlineStyleDecl.get());
H A DApplyStyleCommand.cpp78 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); local
79 return (!inlineStyleDecl || inlineStyleDecl->isEmpty()) && elem->getAttribute(classAttr) == styleSpanClassString();
379 CSSMutableStyleDeclaration* inlineStyleDecl = element->getInlineStyleDecl(); local
382 RefPtr<CSSValue> value = inlineStyleDecl->getPropertyCSSValue(CSSPropertyFontSize);
384 inlineStyleDecl->removeProperty(CSSPropertyFontSize, true);
388 inlineStyleDecl->setProperty(CSSPropertyFontSize, String::number(desiredFontSize) + "px", false, false);
389 setNodeAttribute(element.get(), styleAttr, inlineStyleDecl->cssText());
391 if (inlineStyleDecl
847 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); local
[all...]

Completed in 176 milliseconds