Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTypingCommand.cpp449 Node* enclosingTableCell = enclosingNodeOfType(visibleStart.deepEquivalent(), &isTableCell); in deleteKeyPressed() local
450 …if (enclosingTableCell && visibleStart == VisiblePosition(firstPositionInNode(enclosingTableCell))) in deleteKeyPressed()
538 Node* enclosingTableCell = enclosingNodeOfType(visibleEnd.deepEquivalent(), &isTableCell); in forwardDeleteKeyPressed() local
539 … if (enclosingTableCell && visibleEnd == VisiblePosition(lastPositionInNode(enclosingTableCell))) in forwardDeleteKeyPressed()
DInsertListCommand.cpp324 Node* previousCell = enclosingTableCell(pos.deepEquivalent()); in adjacentEnclosingList()
325 Node* currentCell = enclosingTableCell(adjacentPos.deepEquivalent()); in adjacentEnclosingList()
Dhtmlediting.h64 Node* enclosingTableCell(const Position&);
DReplaceSelectionCommand.cpp464enclosingTableCell(source.deepEquivalent()) == enclosingTableCell(destination.deepEquivalent()) && in shouldMerge()
Dhtmlediting.cpp635 Node* enclosingTableCell(const Position& p) in enclosingTableCell() function