Home
last modified time | relevance | path

Searched refs:isEmptyTableCell (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.h115 bool isEmptyTableCell(const Node*);
DVisibleSelection.cpp386 if (isEndOfParagraph(originalEnd) && !isEmptyTableCell(m_start.deprecatedNode())) { in setStartAndEndFromBaseAndExtentRespectingGranularity()
Dhtmlediting.cpp775 bool isEmptyTableCell(const Node* node) in isEmptyTableCell() function