Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp281 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in isUnstyledStyleSpan() local
282 …return (!inlineStyleDecl || inlineStyleDecl->isEmpty()) && elem->getAttribute(classAttr) == styleS… in isUnstyledStyleSpan()
737 CSSMutableStyleDeclaration* inlineStyleDecl = element->getInlineStyleDecl(); in applyRelativeFontStyleChange() local
740 RefPtr<CSSValue> value = inlineStyleDecl->getPropertyCSSValue(CSSPropertyFontSize); in applyRelativeFontStyleChange()
742 inlineStyleDecl->removeProperty(CSSPropertyFontSize, true); in applyRelativeFontStyleChange()
746inlineStyleDecl->setProperty(CSSPropertyFontSize, String::number(desiredFontSize) + "px", false, f… in applyRelativeFontStyleChange()
747 setNodeAttribute(element.get(), styleAttr, inlineStyleDecl->cssText()); in applyRelativeFontStyleChange()
749 if (inlineStyleDecl->isEmpty()) { in applyRelativeFontStyleChange()
1182 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in replaceWithSpanOrRemoveIfWithoutAttributes() local
1183 if (!inlineStyleDecl || inlineStyleDecl->isEmpty()) in replaceWithSpanOrRemoveIfWithoutAttributes()
[all …]
Dmarkup.cpp691 RefPtr<CSSMutableStyleDeclaration> inlineStyleDecl = element->getInlineStyleDecl(); in styleFromMatchedRulesAndInlineDecl() local
692 style->merge(inlineStyleDecl.get()); in styleFromMatchedRulesAndInlineDecl()
/external/webkit/WebCore/rendering/
DRenderTreeAsText.cpp147 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in isEmptyOrUnstyledAppleStyleSpan() local
148 return (!inlineStyleDecl || inlineStyleDecl->length() == 0); in isEmptyOrUnstyledAppleStyleSpan()
/external/webkit/WebCore/dom/
DStyledElement.h62 CSSMutableStyleDeclaration* inlineStyleDecl() const { return m_inlineStyleDecl.get(); } in inlineStyleDecl() function
DStyledElement.cpp487 if (CSSMutableStyleDeclaration* style = inlineStyleDecl()) in addSubresourceAttributeURLs()
/external/webkit/WebCore/bindings/js/
DJSElementCustom.cpp63 …rkDOMObjectWrapper(markStack, globalData, static_cast<StyledElement*>(element)->inlineStyleDecl()); in markChildren()
DJSDOMBinding.cpp380 … if (CSSMutableStyleDeclaration* style = static_cast<StyledElement*>(node)->inlineStyleDecl()) { in isObservableThroughDOM()
/external/webkit/WebCore/css/
DCSSMutableStyleDeclaration.cpp473 …tion = m_node->isStyledElement() && this == static_cast<StyledElement*>(m_node)->inlineStyleDecl(); in setNeedsStyleRecalc()
DCSSStyleSelector.cpp943 if (!p->inlineStyleDecl() && !p->hasID()) { in locateCousinList()
975 (s->hasClass() == m_element->hasClass()) && !s->inlineStyleDecl() && in canShareStyleWithElement()
1057 …if (m_styledElement && !m_styledElement->inlineStyleDecl() && !m_styledElement->hasID() && !m_styl… in locateSharedStyle()
1268 CSSMutableStyleDeclaration* inlineDecl = m_styledElement->inlineStyleDecl(); in styleForElement()
/external/webkit/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