Home
last modified time | relevance | path

Searched defs:deleteCell (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableRowElement.cpp142 void HTMLTableRowElement::deleteCell(int index, ExceptionState& exceptionState) in deleteCell() function in WebCore::HTMLTableRowElement
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree.c2416 static int deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight){ in deleteCell() function