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

  /external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.h 76 static bool canDecreaseSelectionListLevel(Document*);
ModifySelectionListLevel.cpp 48 // This needs to be static so it can be called by canIncreaseSelectionListLevel and canDecreaseSelectionListLevel
241 // This needs to be static so it can be called by canDecreaseSelectionListLevel
281 bool DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(Document* document)
Editor.h 147 bool canDecreaseSelectionListLevel();
Editor.cpp 734 bool Editor::canDecreaseSelectionListLevel()
736 return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(m_frame->document());
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 83 milliseconds