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

  /external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.h 51 static bool canIncreaseSelectionListLevel(Document*);
ModifySelectionListLevel.cpp 48 // This needs to be static so it can be called by canIncreaseSelectionListLevel and canDecreaseSelectionListLevel
143 // This needs to be static so it can be called by canIncreaseSelectionListLevel
205 bool IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(Document* document)
Editor.h 146 bool canIncreaseSelectionListLevel();
Editor.cpp 729 bool Editor::canIncreaseSelectionListLevel()
731 return canEditRichly() && IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(m_frame->document());
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 92 milliseconds