Home
last modified time | relevance | path

Searched refs:TrueTriState (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.h56 enum TriState { FalseTriState, TrueTriState, MixedTriState }; enumerator
DEditorCommand.cpp168 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()
DEditor.cpp683 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()
DEditingStyle.cpp540 return TrueTriState; in triStateOfStyle()
/external/webkit/Source/WebCore/page/
DContextMenuController.cpp1046 shouldCheck = command.state() == TrueTriState; in checkOrEnableIfNeeded()
1052 shouldCheck = command.state() == TrueTriState; in checkOrEnableIfNeeded()
1058 shouldCheck = command.state() == TrueTriState; in checkOrEnableIfNeeded()
/external/webkit/Source/WebKit/wx/
DWebFrame.cpp252 if (state == WebCore::TrueTriState) in GetEditCommandState()
/external/webkit/Source/WebCore/dom/
DDocument.cpp4068 return command(this, commandName).state() == TrueTriState; in queryCommandState()
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm552 case TrueTriState:
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2975116 This patch modifies selectionHasStyle so that it returns TrueTriState when text styles
DChangeLog-2010-12-0645843 Also fixed queryCommandState so that it only returns true when the state is TrueTriState