Searched refs:selectionHasStyle (Results 1 – 4 of 4) sorted by relevance
351 if (selectedFrame->editor().selectionHasStyle(CSSPropertyDirection, "ltr") != FalseTriState) in showContextMenu()353 if (selectedFrame->editor().selectionHasStyle(CSSPropertyDirection, "rtl") != FalseTriState) in showContextMenu()
110 TriState selectionHasStyle(CSSPropertyID, const String& value) const;
168 styleIsPresent = frame.editor().selectionHasStyle(propertyID, onValue) == TrueTriState; in executeToggleStyle()229 return frame.editor().selectionHasStyle(propertyID, desiredValue); in stateStyle()
726 TriState Editor::selectionHasStyle(CSSPropertyID propertyID, const String& value) const in selectionHasStyle() function in WebCore::Editor