Home
last modified time | relevance | path

Searched refs:extractedStyle (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.h110 …bool conflictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extractedStyle, Vecto… in conflictsWithInlineStyleOfElement() argument
112 return conflictsWithInlineStyleOfElement(element, extractedStyle, &conflictingProperties); in conflictsWithInlineStyleOfElement()
114 …bool conflictsWithImplicitStyleOfElement(HTMLElement*, EditingStyle* extractedStyle = 0, ShouldExt…
116 …plicitStyleOfAttributes(HTMLElement*, ShouldPreserveWritingDirection, EditingStyle* extractedStyle,
138 …bool conflictsWithInlineStyleOfElement(StyledElement*, EditingStyle* extractedStyle, Vector<CSSPro…
DApplyStyleCommand.h80 …assRefPtr<HTMLElement>, InlineStyleRemovalMode = RemoveIfNeeded, EditingStyle* extractedStyle = 0);
83 …lyStyledElement(EditingStyle*, HTMLElement*, InlineStyleRemovalMode, EditingStyle* extractedStyle);
84 …ngStyle*, HTMLElement*, InlineStyleRemovalMode = RemoveIfNeeded, EditingStyle* extractedStyle = 0);
DEditingStyle.cpp547 …flictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extractedStyle, Vector<CSSPro… in conflictsWithInlineStyleOfElement() argument
579 if (extractedStyle) in conflictsWithInlineStyleOfElement()
580extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->ge… in conflictsWithInlineStyleOfElement()
585 if (extractedStyle) in conflictsWithInlineStyleOfElement()
586extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->ge… in conflictsWithInlineStyleOfElement()
592 …flictsWithImplicitStyleOfElement(HTMLElement* element, EditingStyle* extractedStyle, ShouldExtract… in conflictsWithImplicitStyleOfElement() argument
614 if (extractedStyle) in conflictsWithImplicitStyleOfElement()
615 equivalent->addToStyle(element, extractedStyle); in conflictsWithImplicitStyleOfElement()
655 …EditingStyle* extractedStyle, Vector<QualifiedName>& conflictingAttributes, ShouldExtractMatchingS… in extractConflictingImplicitStyleOfAttributes() argument
659 ASSERT(!extractedStyle || shouldPreserveWritingDirection == PreserveWritingDirection); in extractConflictingImplicitStyleOfAttributes()
[all …]
DApplyStyleCommand.cpp806 … style, PassRefPtr<HTMLElement> element, InlineStyleRemovalMode mode, EditingStyle* extractedStyle) in removeInlineStyleFromElement() argument
816 ASSERT(extractedStyle); in removeInlineStyleFromElement()
817 extractedStyle->mergeInlineStyleOfElement(element.get()); in removeInlineStyleFromElement()
823 if (removeImplicitlyStyledElement(style, element.get(), mode, extractedStyle)) in removeInlineStyleFromElement()
831 if (removeCSSStyle(style, element.get(), mode, extractedStyle)) in removeInlineStyleFromElement()
861 …itingStyle* style, HTMLElement* element, InlineStyleRemovalMode mode, EditingStyle* extractedStyle) in removeImplicitlyStyledElement() argument
865 ASSERT(!extractedStyle); in removeImplicitlyStyledElement()
870 …if (style->conflictsWithImplicitStyleOfElement(element, extractedStyle, mode == RemoveAlways ? Edi… in removeImplicitlyStyledElement()
877 …if (!style->extractConflictingImplicitStyleOfAttributes(element, extractedStyle ? EditingStyle::Pr… in removeImplicitlyStyledElement()
878extractedStyle, attributes, mode == RemoveAlways ? EditingStyle::ExtractMatchingStyle : EditingSty… in removeImplicitlyStyledElement()
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0631986 added an assert that extractedStyle is specified whenever we're removing a styled element.
50088 (WebCore::ApplyStyleCommand::removeInlineStyleFromElement): Added extractedStyle argument.
50089 (WebCore::ApplyStyleCommand::removeCSSStyle): Added extractedStyle argument.
68142 … (WebCore::ApplyStyleCommand::removeImplicitlyStyledElement): Added extractedStyle, which receives