Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DRemoveCSSPropertyCommand.cpp45 CSSMutableStyleDeclaration* style = m_element->inlineStyleDecl(); in doApply()
53 CSSMutableStyleDeclaration* style = m_element->inlineStyleDecl(); in doUnapply()
DApplyStyleCommand.cpp78 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in isUnstyledStyleSpan() local
79 …return (!inlineStyleDecl || inlineStyleDecl->isEmpty()) && elem->getAttribute(classAttr) == styleS… in isUnstyledStyleSpan()
379 CSSMutableStyleDeclaration* inlineStyleDecl = element->getInlineStyleDecl(); in applyRelativeFontStyleChange() local
382 RefPtr<CSSValue> value = inlineStyleDecl->getPropertyCSSValue(CSSPropertyFontSize); in applyRelativeFontStyleChange()
384 inlineStyleDecl->removeProperty(CSSPropertyFontSize, true); in applyRelativeFontStyleChange()
388inlineStyleDecl->setProperty(CSSPropertyFontSize, String::number(desiredFontSize) + "px", false, f… in applyRelativeFontStyleChange()
389 setNodeAttribute(element.get(), styleAttr, inlineStyleDecl->cssText()); in applyRelativeFontStyleChange()
391 if (inlineStyleDecl->isEmpty()) { in applyRelativeFontStyleChange()
847 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in replaceWithSpanOrRemoveIfWithoutAttributes() local
848 if (!inlineStyleDecl || inlineStyleDecl->isEmpty()) in replaceWithSpanOrRemoveIfWithoutAttributes()
[all …]
Dmarkup.cpp455 RefPtr<CSSMutableStyleDeclaration> inlineStyleDecl = element->getInlineStyleDecl(); in styleFromMatchedRulesAndInlineDecl() local
456 style->merge(inlineStyleDecl.get()); in styleFromMatchedRulesAndInlineDecl()
DEditingStyle.cpp552 CSSMutableStyleDeclaration* inlineStyle = element->inlineStyleDecl(); in conflictsWithInlineStyleOfElement()
738 mergeStyle(element->inlineStyleDecl()); in mergeInlineStyleOfElement()
/external/webkit/Source/WebCore/bindings/js/
DJSElementCustom.cpp66 …rkDOMObjectWrapper(markStack, globalData, static_cast<StyledElement*>(element)->inlineStyleDecl()); in markChildren()
DJSNodeCustom.cpp116 … if (CSSMutableStyleDeclaration* style = static_cast<StyledElement*>(node)->inlineStyleDecl()) { in isObservable()
/external/webkit/Source/WebCore/dom/
DStyledElement.h57 CSSMutableStyleDeclaration* inlineStyleDecl() const { return m_inlineStyleDecl.get(); } in inlineStyleDecl() function
DStyledElement.cpp437 if (CSSMutableStyleDeclaration* style = inlineStyleDecl()) in addSubresourceAttributeURLs()
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp192 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in isEmptyOrUnstyledAppleStyleSpan() local
193 return (!inlineStyleDecl || inlineStyleDecl->length() == 0); in isEmptyOrUnstyledAppleStyleSpan()
/external/webkit/Source/WebCore/css/
DCSSMutableStyleDeclaration.cpp508 …ode && m_node->isStyledElement() && static_cast<StyledElement*>(m_node)->inlineStyleDecl() == this; in isInlineStyleDeclaration()
DCSSStyleSelector.cpp950 if (p->inlineStyleDecl()) in locateCousinList()
1008 if (element->inlineStyleDecl()) in canShareStyleWithElement()
1136 if (m_styledElement->inlineStyleDecl()) in locateSharedStyle()
1431 CSSMutableStyleDeclaration* inlineDecl = m_styledElement->inlineStyleDecl(); in styleForElement()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2317523 (DOM::StyledElementImpl::inlineStyleDecl):
25388 that mutating an element's inlineStyleDecl would not property
33235 (DOM::HTMLElementImpl::inlineStyleDecl):
34246 (DOM::HTMLElementImpl::inlineStyleDecl):
34254 (DOM::ElementImpl::inlineStyleDecl):
50873 (DOM::HTMLElementImpl::inlineStyleDecl):
51585 (DOM::HTMLElementImpl::inlineStyleDecl):
51616 (DOM::ElementImpl::inlineStyleDecl):
DChangeLog-2006-05-1027883 (DOM::StyledElementImpl::inlineStyleDecl):
DChangeLog-2008-08-1045621 an element and that element's inlineStyleDecl(), causing identical values to always appear