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

/external/webkit/Source/WebCore/dom/
H A DRange.cpp1464 Node* endNonTextContainer = m_end.container(); local
1465 if (endNonTextContainer->nodeType() == Node::TEXT_NODE)
1466 endNonTextContainer = endNonTextContainer->parentNode();
1467 if (startNonTextContainer != endNonTextContainer) {

Completed in 50 milliseconds