Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DDeleteButtonController.cpp192 CSSMutableStyleDeclaration* style = container->getInlineStyleDecl(); in createDeletionUI()
210 style = outline->getInlineStyleDecl(); in createDeletionUI()
234 style = button->getInlineStyleDecl(); in createDeletionUI()
291 m_target->getInlineStyleDecl()->setProperty(CSSPropertyPosition, CSSValueRelative); in show()
296 m_target->getInlineStyleDecl()->setProperty(CSSPropertyZIndex, "0"); in show()
312 m_target->getInlineStyleDecl()->setProperty(CSSPropertyPosition, CSSValueStatic); in hide()
314 m_target->getInlineStyleDecl()->setProperty(CSSPropertyZIndex, CSSValueAuto); in hide()
DReplaceSelectionCommand.cpp486 e->getInlineStyleDecl()->setProperty(CSSPropertyDisplay, CSSValueInline); in negateStyleRulesThatAffectAppearance()
488 e->getInlineStyleDecl()->setProperty(CSSPropertyFloat, CSSValueNone); in negateStyleRulesThatAffectAppearance()
622 …DocumentStyle = EditingStyle::create(toHTMLElement(sourceDocumentStyleSpan)->getInlineStyleDecl()); in handleStyleSpans()
659 …copiedRangeStyle = EditingStyle::create(toHTMLElement(copiedRangeStyleSpan)->getInlineStyleDecl()); in handleStyleSpans()
710 … RefPtr<CSSMutableStyleDeclaration> existingStyles = childElement->getInlineStyleDecl()->copy(); in copyStyleToChildren()
Dmarkup.cpp271 … RefPtr<CSSMutableStyleDeclaration> style = toHTMLElement(element)->getInlineStyleDecl()->copy(); in appendElement()
455 RefPtr<CSSMutableStyleDeclaration> inlineStyleDecl = element->getInlineStyleDecl(); in styleFromMatchedRulesAndInlineDecl()
DApplyStyleCommand.cpp379 CSSMutableStyleDeclaration* inlineStyleDecl = element->getInlineStyleDecl(); in applyRelativeFontStyleChange()
507 RefPtr<CSSMutableStyleDeclaration> inlineStyle = element->getInlineStyleDecl()->copy(); in removeEmbeddingUpToEnclosingBlock()
724 RefPtr<CSSMutableStyleDeclaration> inlineStyle = element->getInlineStyleDecl()->copy(); in applyInlineStyleToNodeRange()
/external/webkit/Source/WebCore/dom/
DStyledElement.cpp244 getInlineStyleDecl()->parseDeclaration(attr->value()); in parseMappedAttribute()
250 CSSMutableStyleDeclaration* StyledElement::getInlineStyleDecl() in getInlineStyleDecl() function in WebCore::StyledElement
259 return getInlineStyleDecl(); in style()
428 *getInlineStyleDecl() = *source->m_inlineStyleDecl; in copyNonAttributeProperties()
DStyledElement.h60 CSSMutableStyleDeclaration* getInlineStyleDecl();
/external/webkit/Source/WebCore/html/shadow/
DProgressShadowElement.cpp76 getInlineStyleDecl()->setProperty(CSSPropertyWidth, width, CSSPrimitiveValue::CSS_PERCENTAGE); in setWidthPercentage()
DMeterShadowElement.cpp96 getInlineStyleDecl()->setProperty(CSSPropertyWidth, width, CSSPrimitiveValue::CSS_PERCENTAGE); in setWidthPercentage()
/external/webkit/Source/WebCore/html/
DValidationMessage.cpp131 m_bubble->getInlineStyleDecl()->setProperty(CSSPropertyPosition, CSSValueAbsolute); in buildBubbleTree()
/external/webkit/Source/WebCore/inspector/
DInspectorCSSAgent.cpp383 …if (!node || !node->isStyledElement() || static_cast<StyledElement*>(node)->getInlineStyleDecl() !… in inlineStyleElement()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2317495 (StyledElementImpl::getInlineStyleDecl):
30533 (HTMLElementImpl::getInlineStyleDecl): Change type to mutable style.
34389 (HTMLElementImpl::parseHTMLAttribute): Changed to use getInlineStyleDecl().
51587 (DOM::HTMLElementImpl::getInlineStyleDecl):
51618 (DOM::ElementImpl::getInlineStyleDecl):
DChangeLog-2006-05-1027877 (WebCore::StyledElementImpl::getInlineStyleDecl):
DChangeLog-2006-12-311814 data that getInlineStyleDecl() points to instead of setting