Searched refs:selectionHasStyle (Results 1 – 4 of 4) sorted by relevance
364 if (selectedFrame->editor().selectionHasStyle(CSSPropertyDirection, "ltr") != FalseTriState) in showContextMenu()366 if (selectedFrame->editor().selectionHasStyle(CSSPropertyDirection, "rtl") != FalseTriState) in showContextMenu()
102 TriState selectionHasStyle(CSSPropertyID, const String& value) const;
172 styleIsPresent = frame.editor().selectionHasStyle(propertyID, onValue) == TrueTriState; in executeToggleStyle()247 return frame.editor().selectionHasStyle(propertyID, desiredValue); in stateStyle()
634 TriState Editor::selectionHasStyle(CSSPropertyID propertyID, const String& value) const in selectionHasStyle() function in blink::Editor