Searched defs:inlineStyle (Results 1 – 11 of 11) sorted by relevance
45 …ckElementCommand(Document& document, const QualifiedName& tagName, const AtomicString& inlineStyle) in ApplyBlockElementCommand()
393 … RefPtr<MutableStylePropertySet> inlineStyle = copyStyleOrCreateEmpty(element->inlineStyle()); in applyRelativeFontStyleChange() local519 … RefPtr<MutableStylePropertySet> inlineStyle = copyStyleOrCreateEmpty(element->inlineStyle()); in removeEmbeddingUpToEnclosingBlock() local767 … RefPtr<MutableStylePropertySet> inlineStyle = copyStyleOrCreateEmpty(element->inlineStyle()); in applyInlineStyleToNodeRange() local
477 const StylePropertySet* inlineStyle = element->inlineStyle(); in removeRedundantStylesAndKeepStyleSpanInline() local
740 const StylePropertySet* inlineStyle = element->inlineStyle(); in conflictsWithInlineStyleOfElement() local
59 const StylePropertySet* inlineStyle() const { return m_inlineStyle.get(); } in inlineStyle() function
3418 if (const StylePropertySet* inlineStyle = this->inlineStyle()) in synchronizeStyleAttributeInternal() local3432 RefPtr<StylePropertySet>& inlineStyle = ensureUniqueElementData()->m_inlineStyle; in ensureMutableInlineStyle() local3454 RefPtr<StylePropertySet>& inlineStyle = elementData()->m_inlineStyle; in setInlineStyleFromString() local3559 if (const StylePropertySet* inlineStyle = elementData() ? elementData()->inlineStyle() : 0) in addSubresourceAttributeURLs() local
250 …const StylePropertySet* inlineStyle() const { return elementData() ? elementData()->m_inlineStyle.… in inlineStyle() function
372 function inlineCallback(inlineStyle, attributesStyle) argument547 … var inlineStyle = { selectorText: "element.style", style: styles.inlineStyle, isAttribute: true }; variable581 …var inlineStyle = { selectorText: WebInspector.UIString("Style Attribute"), style: parentStyles.in… variable
847 function inlineCallback(inlineStyle, attributesStyle) argument
1782 CSSStyleDeclaration* InspectorStyleSheetForInlineStyle::inlineStyle() const in inlineStyle() function in WebCore::InspectorStyleSheetForInlineStyle
999 …eStylesForNode(ErrorString* errorString, int nodeId, RefPtr<TypeBuilder::CSS::CSSStyle>& inlineSty… in getInlineStylesForNode()