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

  /external/webkit/Source/WebCore/editing/
htmlediting.h 91 bool isEmptyTableCell(const Node*);
TypingCommand.cpp 509 if (isEmptyTableCell(visibleStart.deepEquivalent().deprecatedNode()))
VisibleSelection.cpp 300 if (isEndOfParagraph(originalEnd) && !isEmptyTableCell(m_start.deprecatedNode())) {
htmlediting.cpp 805 bool isEmptyTableCell(const Node* node)
    [all...]

Completed in 22 milliseconds