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

  /external/chromium_org/third_party/WebKit/Source/core/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 129 PassRefPtr<Node> increaseSelectionListLevel();
Editor.cpp 557 PassRefPtr<Node> Editor::increaseSelectionListLevel()
562 RefPtr<Node> newList = IncreaseSelectionListLevelCommand::increaseSelectionListLevel(m_frame->document());
    [all...]

Completed in 150 milliseconds