Home
last modified time | relevance | path

Searched defs:deleteRow (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLTableSectionElement.cpp86 void HTMLTableSectionElement::deleteRow(int index, ExceptionCode& ec) in deleteRow() function in WebCore::HTMLTableSectionElement
DHTMLTableElement.cpp225 void HTMLTableElement::deleteRow(int index, ExceptionCode& ec) in deleteRow() function in WebCore::HTMLTableElement
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java270 public void deleteRow() throws SQLException { in deleteRow() method in Impl_RowSet