Searched refs:insertList (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DInsertListCommand.h45 static PassRefPtr<HTMLElement> insertList(Document&, Type);
H A DInsertListCommand.cpp50 PassRefPtr<HTMLElement> InsertListCommand::insertList(Document& document, Type type) function in class:WebCore::InsertListCommand
H A DEditor.cpp837 RefPtr<Node> newList = InsertListCommand::insertList(document(), InsertListCommand::OrderedList);
847 RefPtr<Node> newList = InsertListCommand::insertList(document(), InsertListCommand::UnorderedList);
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DtomAmp.tcl770 lappend insertList [getListName $taFiles($item)]
773 if {[llength $insertList] > 0} {
774 eval $LB insert end $insertList
908 set insertList [list]
918 lappend insertList $File
927 set insertList [shuffle $insertList]
929 set insertList [lsort -dictionary $insertList]
931 if {[llength $insertList] >
[all...]

Completed in 196 milliseconds