Home
last modified time | relevance | path

Searched refs:ShouldExtractMatchingStyle (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.h63 enum ShouldExtractMatchingStyle { ExtractMatchingStyle, DoNotExtractMatchingStyle }; enum
114 …StyleOfElement(HTMLElement*, EditingStyle* extractedStyle = 0, ShouldExtractMatchingStyle = DoNotE…
117 Vector<QualifiedName>& conflictingAttributes, ShouldExtractMatchingStyle) const;
DEditingStyle.cpp592 …eOfElement(HTMLElement* element, EditingStyle* extractedStyle, ShouldExtractMatchingStyle shouldEx… in conflictsWithImplicitStyleOfElement()
655 … extractedStyle, Vector<QualifiedName>& conflictingAttributes, ShouldExtractMatchingStyle shouldEx… in extractConflictingImplicitStyleOfAttributes()