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

  /external/webkit/Source/WebCore/editing/
EditingStyle.h 107 enum ShouldIgnoreTextOnlyProperties { IgnoreTextOnlyProperties, DoNotIgnoreTextOnlyProperties };
EditingStyle.cpp 536 if (shouldIgnoreTextOnlyProperties == IgnoreTextOnlyProperties)
    [all...]
Editor.cpp 904 TriState nodeState = style->triStateOfStyle(nodeStyle.get(), node->isTextNode() ? EditingStyle::DoNotIgnoreTextOnlyProperties : EditingStyle::IgnoreTextOnlyProperties);
    [all...]

Completed in 25 milliseconds