Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertListCommand.cpp51 RefPtr<InsertListCommand> insertCommand = create(document, type); in insertList() local
52 insertCommand->apply(); in insertList()
53 return insertCommand->m_listElement; in insertList()