Searched refs:isTabSpanTextNode (Results 1 – 9 of 9) sorted by relevance
67 if (isTabSpanTextNode(pos.node())) { in prepareForTextInsertion()89 … if (start.node() != end.node() || !start.node()->isTextNode() || isTabSpanTextNode(start.node())) in performTrivialReplace()213 if (isTabSpanTextNode(node)) { in insertTab()
89 bool isTabSpanTextNode(const Node*);
794 bool isTabSpanTextNode(const Node *node) in isTabSpanTextNode() function801 return isTabSpanTextNode(node) ? node->parentNode() : 0; in tabSpanNode()807 if (isTabSpanTextNode(node)) in positionBeforeTabSpan()
321 if (!isTabSpanTextNode(pos.node())) in positionOutsideTabSpan()
879 if (!specialCommonAncestor && isTabSpanTextNode(commonAncestor)) in createMarkup()
130 …if (property->id() == CSSPropertyWhiteSpace && (isTabSpanTextNode(position.node()) || isTabSpanNod… in init()
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,