HomeSort by relevance Sort by last modified time
    Searched full:insertlist (Results 1 - 5 of 5) sorted by null

  /external/tremolo/Tremolo/
misc.c 43 static long *insertlist=NULL; /* We can't embed this in the pointer list; variable
74 insertlist=(long *)realloc(insertlist,sizeof(long *)*palloced);
77 insertlist=(long *)malloc(sizeof(long *)*palloced);
86 pinsert=insertlist[pinsert];
183 insertlist[insert]=pinsert;
  /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)
CompositeEditCommand.cpp     [all...]
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 253 milliseconds