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

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.h107 enum ShouldIgnoreTextOnlyProperties { IgnoreTextOnlyProperties, DoNotIgnoreTextOnlyProperties }; enum in class:WebCore::EditingStyle
108 TriState triStateOfStyle(CSSStyleDeclaration*, ShouldIgnoreTextOnlyProperties = DoNotIgnoreTextOnlyProperties) const;
H A DEditingStyle.cpp532 TriState EditingStyle::triStateOfStyle(CSSStyleDeclaration* styleToCompare, ShouldIgnoreTextOnlyProperties shouldIgnoreTextOnlyProperties) const

Completed in 321 milliseconds