Searched refs:inlineStyleDecl (Results 1 – 12 of 12) sorted by relevance
281 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in isUnstyledStyleSpan() local282 …return (!inlineStyleDecl || inlineStyleDecl->isEmpty()) && elem->getAttribute(classAttr) == styleS… in isUnstyledStyleSpan()737 CSSMutableStyleDeclaration* inlineStyleDecl = element->getInlineStyleDecl(); in applyRelativeFontStyleChange() local740 RefPtr<CSSValue> value = inlineStyleDecl->getPropertyCSSValue(CSSPropertyFontSize); in applyRelativeFontStyleChange()742 inlineStyleDecl->removeProperty(CSSPropertyFontSize, true); in applyRelativeFontStyleChange()746 …inlineStyleDecl->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() local1183 if (!inlineStyleDecl || inlineStyleDecl->isEmpty()) in replaceWithSpanOrRemoveIfWithoutAttributes()[all …]
691 RefPtr<CSSMutableStyleDeclaration> inlineStyleDecl = element->getInlineStyleDecl(); in styleFromMatchedRulesAndInlineDecl() local692 style->merge(inlineStyleDecl.get()); in styleFromMatchedRulesAndInlineDecl()
147 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in isEmptyOrUnstyledAppleStyleSpan() local148 return (!inlineStyleDecl || inlineStyleDecl->length() == 0); in isEmptyOrUnstyledAppleStyleSpan()
62 CSSMutableStyleDeclaration* inlineStyleDecl() const { return m_inlineStyleDecl.get(); } in inlineStyleDecl() function
487 if (CSSMutableStyleDeclaration* style = inlineStyleDecl()) in addSubresourceAttributeURLs()
63 …rkDOMObjectWrapper(markStack, globalData, static_cast<StyledElement*>(element)->inlineStyleDecl()); in markChildren()
380 … if (CSSMutableStyleDeclaration* style = static_cast<StyledElement*>(node)->inlineStyleDecl()) { in isObservableThroughDOM()
473 …tion = m_node->isStyledElement() && this == static_cast<StyledElement*>(m_node)->inlineStyleDecl(); in setNeedsStyleRecalc()
943 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()
17523 (DOM::StyledElementImpl::inlineStyleDecl):25388 that mutating an element's inlineStyleDecl would not property33235 (DOM::HTMLElementImpl::inlineStyleDecl):34246 (DOM::HTMLElementImpl::inlineStyleDecl):34254 (DOM::ElementImpl::inlineStyleDecl):50873 (DOM::HTMLElementImpl::inlineStyleDecl):51585 (DOM::HTMLElementImpl::inlineStyleDecl):51616 (DOM::ElementImpl::inlineStyleDecl):
27883 (DOM::StyledElementImpl::inlineStyleDecl):
45621 an element and that element's inlineStyleDecl(), causing identical values to always appear