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

  /external/webkit/Source/WebCore/editing/
InsertListCommand.h 44 static PassRefPtr<HTMLElement> insertList(Document*, Type);
InsertListCommand.cpp 48 PassRefPtr<HTMLElement> InsertListCommand::insertList(Document* document, Type type)
Editor.cpp 714 RefPtr<Node> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::OrderedList);
724 RefPtr<Node> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::UnorderedList);
    [all...]

Completed in 44 milliseconds