Searched defs:insertRow (Results 1 – 3 of 3) sorted by relevance
63 PassRefPtr<HTMLElement> HTMLTableSectionElement::insertRow(int index, ExceptionCode& ec) in insertRow() function in WebCore::HTMLTableSectionElement
181 PassRefPtr<HTMLElement> HTMLTableElement::insertRow(int index, ExceptionCode& ec) in insertRow() function in WebCore::HTMLTableElement
547 public void insertRow() throws SQLException { in insertRow() method in Impl_RowSet