Searched refs:getInlineStyleDecl (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | DeleteButtonController.cpp | 192 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()
|
D | ReplaceSelectionCommand.cpp | 486 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()
|
D | markup.cpp | 271 … RefPtr<CSSMutableStyleDeclaration> style = toHTMLElement(element)->getInlineStyleDecl()->copy(); in appendElement() 455 RefPtr<CSSMutableStyleDeclaration> inlineStyleDecl = element->getInlineStyleDecl(); in styleFromMatchedRulesAndInlineDecl()
|
D | ApplyStyleCommand.cpp | 379 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/ |
D | StyledElement.cpp | 244 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()
|
D | StyledElement.h | 60 CSSMutableStyleDeclaration* getInlineStyleDecl();
|
/external/webkit/Source/WebCore/html/shadow/ |
D | ProgressShadowElement.cpp | 76 getInlineStyleDecl()->setProperty(CSSPropertyWidth, width, CSSPrimitiveValue::CSS_PERCENTAGE); in setWidthPercentage()
|
D | MeterShadowElement.cpp | 96 getInlineStyleDecl()->setProperty(CSSPropertyWidth, width, CSSPrimitiveValue::CSS_PERCENTAGE); in setWidthPercentage()
|
/external/webkit/Source/WebCore/html/ |
D | ValidationMessage.cpp | 131 m_bubble->getInlineStyleDecl()->setProperty(CSSPropertyPosition, CSSValueAbsolute); in buildBubbleTree()
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorCSSAgent.cpp | 383 …if (!node || !node->isStyledElement() || static_cast<StyledElement*>(node)->getInlineStyleDecl() !… in inlineStyleElement()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 17495 (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):
|
D | ChangeLog-2006-05-10 | 27877 (WebCore::StyledElementImpl::getInlineStyleDecl):
|
D | ChangeLog-2006-12-31 | 1814 data that getInlineStyleDecl() points to instead of setting
|