Home
last modified time | relevance | path

Searched refs:enclosingTableCell (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/editing/
DInsertListCommand.cpp316 Node* previousCell = enclosingTableCell(pos.deepEquivalent()); in adjacentEnclosingList()
317 Node* currentCell = enclosingTableCell(adjacentPos.deepEquivalent()); in adjacentEnclosingList()
Dhtmlediting.h63 Node* enclosingTableCell(const Position&);
DReplaceSelectionCommand.cpp464enclosingTableCell(source.deepEquivalent()) == enclosingTableCell(destination.deepEquivalent()) && in shouldMerge()
Dhtmlediting.cpp654 Node* enclosingTableCell(const Position& p) in enclosingTableCell() function
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1444387 has an enclosingTableCell. Even though [tableCell, 0] has
44391 Fixed this by changing enclosingTableCell to take in
44397 Call the new enclosingTableCell.
44401 (WebCore::enclosingTableCell): Take in a position instead
DChangeLog-2008-08-1065387 Changed enclosingTableCell to simply call enclosingNodeWithType. We should do
65389 unless doing so would affect readability, like it would in the case of enclosingTableCell.
65418 (WebCore::enclosingTableCell):
DChangeLog-2006-05-102114 (WebCore::enclosingTableCell): Added.
DChangeLog-2009-06-1660322 (WebCore::enclosingTableCell): Ditto.