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

  /external/webkit/WebCore/editing/
ModifySelectionListLevel.h 51 static bool canIncreaseSelectionListLevel(Document*);
Editor.h 124 bool canIncreaseSelectionListLevel();
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.cpp 634 bool Editor::canIncreaseSelectionListLevel()
636 return canEditRichly() && IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(m_frame->document());
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 24 milliseconds