Searched refs:styleIsPresent (Results 1 – 1 of 1) sorted by relevance
164 bool styleIsPresent; in executeToggleStyle() local166 styleIsPresent = frame->editor()->selectionStartHasStyle(style.get()); in executeToggleStyle()168 styleIsPresent = frame->editor()->selectionHasStyle(style.get()) == TrueTriState; in executeToggleStyle()170 style->setProperty(propertyID, styleIsPresent ? offValue : onValue); in executeToggleStyle()