Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableSectionElement.cpp74 void HTMLTableSectionElement::deleteRow(int index, ExceptionState& exceptionState) in deleteRow() function in blink::HTMLTableSectionElement
DHTMLTableElement.cpp216 void HTMLTableElement::deleteRow(int index, ExceptionState& exceptionState) in deleteRow() function in blink::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