selectionHasStyle 111 Source/core/editing/Editor.h TriState selectionHasStyle(CSSPropertyID, const String& value) const; selectionHasStyle 170 Source/core/editing/EditorCommand.cpp styleIsPresent = frame.editor().selectionHasStyle(propertyID, onValue) == TrueTriState; selectionHasStyle 230 Source/core/editing/EditorCommand.cpp return frame.editor().selectionHasStyle(propertyID, desiredValue); selectionHasStyle 352 Source/web/ContextMenuClientImpl.cpp if (selectedFrame->editor().selectionHasStyle(CSSPropertyDirection, "ltr") != FalseTriState) selectionHasStyle 354 Source/web/ContextMenuClientImpl.cpp if (selectedFrame->editor().selectionHasStyle(CSSPropertyDirection, "rtl") != FalseTriState)