HomeSort by relevance Sort by last modified time
    Searched refs:TrueTriState (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/editing/
EditingStyle.h 56 enum TriState { FalseTriState, TrueTriState, MixedTriState };
EditorCommand.cpp 168 styleIsPresent = frame->editor()->selectionHasStyle(propertyID, onValue) == TrueTriState;
229 return frame->editor()->selectionStartHasStyle(propertyID, desiredValue) ? TrueTriState : FalseTriState;
244 return (selectionDirection == direction && !hasNestedOrMultipleEmbeddings) ? TrueTriState : FalseTriState;
    [all...]
Editor.cpp 683 return TrueTriState;
688 return TrueTriState;
698 return TrueTriState;
703 return TrueTriState;
884 return style->triStateOfStyle(selectionStyle->style()) == TrueTriState;
    [all...]
EditingStyle.cpp 540 return TrueTriState;
    [all...]
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp     [all...]
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 252 if (state == WebCore::TrueTriState)
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 552 case TrueTriState:
    [all...]

Completed in 312 milliseconds