Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.h68 enum ShouldExtractMatchingStyle { ExtractMatchingStyle, DoNotExtractMatchingStyle }; enum
118 …StyleOfElement(HTMLElement*, EditingStyle* extractedStyle = 0, ShouldExtractMatchingStyle = DoNotE…
121 Vector<QualifiedName>& conflictingAttributes, ShouldExtractMatchingStyle) const;
DEditingStyle.cpp809 …eOfElement(HTMLElement* element, EditingStyle* extractedStyle, ShouldExtractMatchingStyle shouldEx… in conflictsWithImplicitStyleOfElement()
861 … extractedStyle, Vector<QualifiedName>& conflictingAttributes, ShouldExtractMatchingStyle shouldEx… in extractConflictingImplicitStyleOfAttributes()