Searched refs:inlineStyleDecl (Results 1 – 14 of 14) sorted by relevance
45 CSSMutableStyleDeclaration* style = m_element->inlineStyleDecl(); in doApply()53 CSSMutableStyleDeclaration* style = m_element->inlineStyleDecl(); in doUnapply()
78 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in isUnstyledStyleSpan() local79 …return (!inlineStyleDecl || inlineStyleDecl->isEmpty()) && elem->getAttribute(classAttr) == styleS… in isUnstyledStyleSpan()379 CSSMutableStyleDeclaration* inlineStyleDecl = element->getInlineStyleDecl(); in applyRelativeFontStyleChange() local382 RefPtr<CSSValue> value = inlineStyleDecl->getPropertyCSSValue(CSSPropertyFontSize); in applyRelativeFontStyleChange()384 inlineStyleDecl->removeProperty(CSSPropertyFontSize, true); in applyRelativeFontStyleChange()388 …inlineStyleDecl->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() local848 if (!inlineStyleDecl || inlineStyleDecl->isEmpty()) in replaceWithSpanOrRemoveIfWithoutAttributes()[all …]
455 RefPtr<CSSMutableStyleDeclaration> inlineStyleDecl = element->getInlineStyleDecl(); in styleFromMatchedRulesAndInlineDecl() local456 style->merge(inlineStyleDecl.get()); in styleFromMatchedRulesAndInlineDecl()
552 CSSMutableStyleDeclaration* inlineStyle = element->inlineStyleDecl(); in conflictsWithInlineStyleOfElement()738 mergeStyle(element->inlineStyleDecl()); in mergeInlineStyleOfElement()
66 …rkDOMObjectWrapper(markStack, globalData, static_cast<StyledElement*>(element)->inlineStyleDecl()); in markChildren()
116 … if (CSSMutableStyleDeclaration* style = static_cast<StyledElement*>(node)->inlineStyleDecl()) { in isObservable()
57 CSSMutableStyleDeclaration* inlineStyleDecl() const { return m_inlineStyleDecl.get(); } in inlineStyleDecl() function
437 if (CSSMutableStyleDeclaration* style = inlineStyleDecl()) in addSubresourceAttributeURLs()
192 CSSMutableStyleDeclaration* inlineStyleDecl = elem->inlineStyleDecl(); in isEmptyOrUnstyledAppleStyleSpan() local193 return (!inlineStyleDecl || inlineStyleDecl->length() == 0); in isEmptyOrUnstyledAppleStyleSpan()
508 …ode && m_node->isStyledElement() && static_cast<StyledElement*>(m_node)->inlineStyleDecl() == this; in isInlineStyleDeclaration()
950 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()
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