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

  /external/webkit/Source/WebCore/editing/
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.cpp 739 PassRefPtr<Node> Editor::increaseSelectionListLevel()
744 RefPtr<Node> newList = IncreaseSelectionListLevelCommand::increaseSelectionListLevel(m_frame->document());
    [all...]

Completed in 320 milliseconds