Searched refs:extractedStyle (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | EditingStyle.h | 110 …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…
|
D | ApplyStyleCommand.h | 80 …assRefPtr<HTMLElement>, InlineStyleRemovalMode = RemoveIfNeeded, EditingStyle* extractedStyle = 0); 83 …lyStyledElement(EditingStyle*, HTMLElement*, InlineStyleRemovalMode, EditingStyle* extractedStyle); 84 …ngStyle*, HTMLElement*, InlineStyleRemovalMode = RemoveIfNeeded, EditingStyle* extractedStyle = 0);
|
D | EditingStyle.cpp | 547 …flictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extractedStyle, Vector<CSSPro… in conflictsWithInlineStyleOfElement() argument 579 if (extractedStyle) in conflictsWithInlineStyleOfElement() 580 …extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->ge… in conflictsWithInlineStyleOfElement() 585 if (extractedStyle) in conflictsWithInlineStyleOfElement() 586 …extractedStyle->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 …]
|
D | ApplyStyleCommand.cpp | 806 … 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() 878 …extractedStyle, attributes, mode == RemoveAlways ? EditingStyle::ExtractMatchingStyle : EditingSty… in removeImplicitlyStyledElement() [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 31986 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
|