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.cpp444 Node* enclosingTableCell = enclosingNodeOfType(visibleStart.deepEquivalent(), &isTableCell); in deleteKeyPressed() local
445 if (enclosingTableCell && visibleStart == firstPositionInNode(enclosingTableCell)) in deleteKeyPressed()
533 Node* enclosingTableCell = enclosingNodeOfType(visibleEnd.deepEquivalent(), &isTableCell); in forwardDeleteKeyPressed() local
534 if (enclosingTableCell && visibleEnd == lastPositionInNode(enclosingTableCell)) in forwardDeleteKeyPressed()
DInsertListCommand.cpp320 Node* previousCell = enclosingTableCell(pos.deepEquivalent()); in adjacentEnclosingList()
321 Node* currentCell = enclosingTableCell(adjacentPos.deepEquivalent()); in adjacentEnclosingList()
Dhtmlediting.h64 Node* enclosingTableCell(const Position&);
DReplaceSelectionCommand.cpp455enclosingTableCell(source.deepEquivalent()) == enclosingTableCell(destination.deepEquivalent()) && in shouldMerge()
Dhtmlediting.cpp631 Node* enclosingTableCell(const Position& p) in enclosingTableCell() function