Home | History | Annotate | Download | only in webkitpy

Lines Matching refs:insert

142         oldParent.insert(myIndex, replaceWith)
180 def insert(self, position, newChild):
238 self.contents.insert(position, newChild)
242 self.insert(len(self.contents), tag)