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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.h 44 static PassRefPtr<HTMLElement> insertList(Document*, Type);
InsertListCommand.cpp 49 PassRefPtr<HTMLElement> InsertListCommand::insertList(Document* document, Type type)
Editor.cpp 532 RefPtr<Node> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::OrderedList);
542 RefPtr<Node> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::UnorderedList);
    [all...]

Completed in 37 milliseconds