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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.cpp454 Node* enclosingTableCell = enclosingNodeOfType(visibleStart.deepEquivalent(), &isTableCell); local
455 if (enclosingTableCell && visibleStart == VisiblePosition(firstPositionInNode(enclosingTableCell)))
543 Node* enclosingTableCell = enclosingNodeOfType(visibleEnd.deepEquivalent(), &isTableCell); local
544 if (enclosingTableCell && visibleEnd == VisiblePosition(lastPositionInNode(enclosingTableCell)))
H A DInsertListCommand.cpp331 Element* previousCell = enclosingTableCell(pos.deepEquivalent());
332 Element* currentCell = enclosingTableCell(adjacentPos.deepEquivalent());
H A Dhtmlediting.h72 Element* enclosingTableCell(const Position&);
H A DReplaceSelectionCommand.cpp477 && enclosingTableCell(source.deepEquivalent()) == enclosingTableCell(destination.deepEquivalent())
H A Dhtmlediting.cpp657 Element* enclosingTableCell(const Position& p) function in namespace:blink

Completed in 92 milliseconds