Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.h110 enum ShouldIgnoreTextOnlyProperties { IgnoreTextOnlyProperties, DoNotIgnoreTextOnlyProperties }; enumerator
DEditingStyle.cpp694 if (shouldIgnoreTextOnlyProperties == IgnoreTextOnlyProperties) in triStateOfStyle()
719 …TextNode() ? EditingStyle::DoNotIgnoreTextOnlyProperties : EditingStyle::IgnoreTextOnlyProperties); in triStateOfStyle()