HomeSort by relevance Sort by last modified time
    Searched refs:enclosingTableCell (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.cpp 449 Node* enclosingTableCell = enclosingNodeOfType(visibleStart.deepEquivalent(), &isTableCell);
450 if (enclosingTableCell && visibleStart == VisiblePosition(firstPositionInNode(enclosingTableCell)))
538 Node* enclosingTableCell = enclosingNodeOfType(visibleEnd.deepEquivalent(), &isTableCell);
539 if (enclosingTableCell && visibleEnd == VisiblePosition(lastPositionInNode(enclosingTableCell)))
InsertListCommand.cpp 324 Node* previousCell = enclosingTableCell(pos.deepEquivalent());
325 Node* currentCell = enclosingTableCell(adjacentPos.deepEquivalent());
htmlediting.h 64 Node* enclosingTableCell(const Position&);
ReplaceSelectionCommand.cpp 464 enclosingTableCell(source.deepEquivalent()) == enclosingTableCell(destination.deepEquivalent()) &&
    [all...]
htmlediting.cpp 635 Node* enclosingTableCell(const Position& p)
    [all...]

Completed in 91 milliseconds