Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.h107 enum ShouldIgnoreTextOnlyProperties { IgnoreTextOnlyProperties, DoNotIgnoreTextOnlyProperties }; enum
108 …TriState triStateOfStyle(CSSStyleDeclaration*, ShouldIgnoreTextOnlyProperties = DoNotIgnoreTextOnl…
DEditingStyle.cpp532 …gStyle::triStateOfStyle(CSSStyleDeclaration* styleToCompare, ShouldIgnoreTextOnlyProperties should… in triStateOfStyle()