Home
last modified time | relevance | path

Searched refs:increaseSelectionListLevelUnordered (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DModifySelectionListLevel.h54 static PassRefPtr<Node> increaseSelectionListLevelUnordered(Document&);
DModifySelectionListLevel.cpp230 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevelUnordered(Document& d… in increaseSelectionListLevelUnordered() function in WebCore::IncreaseSelectionListLevelCommand
DEditor.h121 PassRefPtr<Node> increaseSelectionListLevelUnordered();
DEditor.cpp632 PassRefPtr<Node> Editor::increaseSelectionListLevelUnordered() in increaseSelectionListLevelUnordered() function in WebCore::Editor
638 …RefPtr<Node> newList = IncreaseSelectionListLevelCommand::increaseSelectionListLevelUnordered(*m_f… in increaseSelectionListLevelUnordered()