Searched refs:TrueTriState (Results 1 – 10 of 10) sorted by relevance
56 enum TriState { FalseTriState, TrueTriState, MixedTriState }; enumerator
168 styleIsPresent = frame->editor()->selectionHasStyle(propertyID, onValue) == TrueTriState; in executeToggleStyle()229 …return frame->editor()->selectionStartHasStyle(propertyID, desiredValue) ? TrueTriState : FalseTri… in stateStyle()244 …return (selectionDirection == direction && !hasNestedOrMultipleEmbeddings) ? TrueTriState : FalseT… in stateTextWritingDirection()1292 return frame->editor()->shouldStyleWithCSS() ? TrueTriState : FalseTriState; in stateStyleWithCSS()1686 return m_command->state(m_frame.get(), triggeringEvent) == TrueTriState ? "true" : "false"; in value()
683 return TrueTriState; in selectionUnorderedListState()688 return TrueTriState; in selectionUnorderedListState()698 return TrueTriState; in selectionOrderedListState()703 return TrueTriState; in selectionOrderedListState()884 return style->triStateOfStyle(selectionStyle->style()) == TrueTriState; in selectionStartHasStyle()
540 return TrueTriState; in triStateOfStyle()
1046 shouldCheck = command.state() == TrueTriState; in checkOrEnableIfNeeded()1052 shouldCheck = command.state() == TrueTriState; in checkOrEnableIfNeeded()1058 shouldCheck = command.state() == TrueTriState; in checkOrEnableIfNeeded()
252 if (state == WebCore::TrueTriState) in GetEditCommandState()
4068 return command(this, commandName).state() == TrueTriState; in queryCommandState()
552 case TrueTriState:
75116 This patch modifies selectionHasStyle so that it returns TrueTriState when text styles
45843 Also fixed queryCommandState so that it only returns true when the state is TrueTriState