Searched refs:deleteCell (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLTableRowElement.h45 void deleteCell(int index, ExceptionCode&);
H A DHTMLTableRowElement.idl33 void deleteCell(in long index) raises(DOMException);
H A DHTMLTableRowElement.cpp144 void HTMLTableRowElement::deleteCell(int index, ExceptionCode& ec) function in class:WebCore::HTMLTableRowElement
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLTableRowElement17.js78 The deleteCell() method throws a INDEX_SIZE_ERR DOMException
109 testNode.deleteCell(7);
H A DHTMLTableRowElement18.js78 The deleteCell() method throws a INDEX_SIZE_ERR DOMException
109 testNode.deleteCell(6);
H A DHTMLTableRowElement19.js78 The deleteCell() method throws a INDEX_SIZE_ERR DOMException
109 testNode.deleteCell(-6);
H A DHTMLTableRowElement13.js78 The deleteCell() method deletes a cell from the current row.
84 deleteCell() method which will delete a cell from the current row.
123 testNode.deleteCell(0);
H A DHTMLTableRowElement14.js78 The deleteCell() method deletes a cell from the current row.
84 deleteCell() method which will delete a cell from the current row.
123 testNode.deleteCell(2);
H A DHTMLTableRowElement21.js78 The deleteCell() method deletes a cell from the currtent row. If
85 deleteCell() with an index of negative one
125 testNode.deleteCell(-1);
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLTableRowElement17.js78 The deleteCell() method throws a INDEX_SIZE_ERR DOMException
109 testNode.deleteCell(7);
H A DHTMLTableRowElement18.js78 The deleteCell() method throws a INDEX_SIZE_ERR DOMException
109 testNode.deleteCell(6);
H A DHTMLTableRowElement19.js78 The deleteCell() method throws a INDEX_SIZE_ERR DOMException
109 testNode.deleteCell(-6);
H A DHTMLTableRowElement13.js78 The deleteCell() method deletes a cell from the current row.
84 deleteCell() method which will delete a cell from the current row.
123 testNode.deleteCell(0);
H A DHTMLTableRowElement14.js78 The deleteCell() method deletes a cell from the current row.
84 deleteCell() method which will delete a cell from the current row.
123 testNode.deleteCell(2);
H A DHTMLTableRowElement21.js78 The deleteCell() method deletes a cell from the currtent row. If
85 deleteCell() with an index of negative one
125 testNode.deleteCell(-1);
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h873 - (void)deleteCell:(int)index;
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c132534 static int deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c132580 static int deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight){ function
[all...]

Completed in 3173 milliseconds