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

  /external/webkit/WebCore/editing/
htmlediting.h 90 bool isEmptyTableCell(const Node*);
TypingCommand.cpp 454 if (isEmptyTableCell(visibleStart.deepEquivalent().node()))
VisibleSelection.cpp 304 if (isEndOfParagraph(originalEnd) && !isEmptyTableCell(m_start.node())) {
htmlediting.cpp 864 bool isEmptyTableCell(const Node* node)
    [all...]

Completed in 126 milliseconds