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

  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 275 if (selectedFrame->editor()->selectionHasStyle(CSSPropertyDirection, "ltr") != FalseTriState)
277 if (selectedFrame->editor()->selectionHasStyle(CSSPropertyDirection, "rtl") != FalseTriState)
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.h 137 TriState selectionHasStyle(int propertyID, const String& value) const;
EditorCommand.cpp 131 // This function must use Editor::selectionHasStyle to determine the current style but we cannot fix this
168 styleIsPresent = frame->editor()->selectionHasStyle(propertyID, onValue) == TrueTriState;
230 return frame->editor()->selectionHasStyle(propertyID, desiredValue);
    [all...]
Editor.cpp 887 TriState Editor::selectionHasStyle(int propertyID, const String& value) const
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 1736 milliseconds