HomeSort by relevance Sort by last modified time
    Searched refs:ShouldIgnoreTextOnlyProperties (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
EditingStyle.h 107 enum ShouldIgnoreTextOnlyProperties { IgnoreTextOnlyProperties, DoNotIgnoreTextOnlyProperties };
108 TriState triStateOfStyle(CSSStyleDeclaration*, ShouldIgnoreTextOnlyProperties = DoNotIgnoreTextOnlyProperties) const;
EditingStyle.cpp 532 TriState EditingStyle::triStateOfStyle(CSSStyleDeclaration* styleToCompare, ShouldIgnoreTextOnlyProperties shouldIgnoreTextOnlyProperties) const
536 if (shouldIgnoreTextOnlyProperties == IgnoreTextOnlyProperties)
    [all...]

Completed in 118 milliseconds