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

  /external/webkit/WebCore/editing/
ModifySelectionListLevel.h 70 static bool canDecreaseSelectionListLevel(Document*);
Editor.h 125 bool canDecreaseSelectionListLevel();
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.cpp 639 bool Editor::canDecreaseSelectionListLevel()
641 return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(m_frame->document());
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 132 milliseconds