Home
last modified time | relevance | path

Searched refs:IgnoreTextOnlyProperties (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.h107 enum ShouldIgnoreTextOnlyProperties { IgnoreTextOnlyProperties, DoNotIgnoreTextOnlyProperties }; enumerator
DEditingStyle.cpp536 if (shouldIgnoreTextOnlyProperties == IgnoreTextOnlyProperties) in triStateOfStyle()
DEditor.cpp904 …TextNode() ? EditingStyle::DoNotIgnoreTextOnlyProperties : EditingStyle::IgnoreTextOnlyProperties); in selectionHasStyle()