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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.h 115 enum ShouldIgnoreTextOnlyProperties { IgnoreTextOnlyProperties, DoNotIgnoreTextOnlyProperties };
161 TriState triStateOfStyle(CSSStyleDeclaration* styleToCompare, ShouldIgnoreTextOnlyProperties) const;
EditingStyle.cpp 674 TriState EditingStyle::triStateOfStyle(CSSStyleDeclaration* styleToCompare, ShouldIgnoreTextOnlyProperties shouldIgnoreTextOnlyProperties) const
678 if (shouldIgnoreTextOnlyProperties == IgnoreTextOnlyProperties)
    [all...]

Completed in 38 milliseconds