Searched refs:isTabSpanTextNode (Results 1 – 9 of 9) sorted by relevance
53 if (isTabSpanTextNode(pos.anchorNode())) { in positionInsideTextNode()85 …) != end.containerNode() || !start.containerNode()->isTextNode() || isTabSpanTextNode(start.contai… in performTrivialReplace()213 if (isTabSpanTextNode(node)) { in insertTab()
87 bool isTabSpanTextNode(const Node*);
878 bool isTabSpanTextNode(const Node *node) in isTabSpanTextNode() function885 return isTabSpanTextNode(node) ? node->parentNode() : 0; in tabSpanNode()901 if (isTabSpanTextNode(node)) in positionOutsideTabSpan()
506 if (!specialCommonAncestor && isTabSpanTextNode(commonAncestor)) in highestAncestorToWrapMarkup()758 …return (node->childNodeCount() == 2 && isTabSpanTextNode(node->firstChild()->firstChild()) && node… in isPlainTextMarkup()
307 if (isTabSpanTextNode(node)) in init()817 if (isTabSpanTextNode(position.deprecatedNode()) || isTabSpanNode((position.deprecatedNode()))) in StyleChange()
345 if (!isTabSpanTextNode(pos.anchorNode())) in positionOutsideTabSpan()
7177 (khtml::isTabSpanTextNode):14273 (khtml::isTabSpanTextNode):
28231 - check for !isTabSpanTextNode() to make calling this function easier
77061 (WebCore::isTabSpanTextNode): Check to see that the node actually a text node,