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

  /external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.h 52 static PassRefPtr<Node> increaseSelectionListLevel(Document*);
58 static PassRefPtr<Node> increaseSelectionListLevel(Document*, Type);
ModifySelectionListLevel.cpp 212 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevel(Document* document, Type type)
221 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevel(Document* document)
223 return increaseSelectionListLevel(document, InheritedListType);
228 return increaseSelectionListLevel(document, OrderedList);
233 return increaseSelectionListLevel(document, UnorderedList);
Editor.h 148 PassRefPtr<Node> increaseSelectionListLevel();
Editor.cpp 739 PassRefPtr<Node> Editor::increaseSelectionListLevel()
744 RefPtr<Node> newList = IncreaseSelectionListLevelCommand::increaseSelectionListLevel(m_frame->document());
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 37 milliseconds