Home
last modified time | relevance | path

Searched refs:isTabSpanTextNode (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/editing/
DInsertTextCommand.cpp53 if (isTabSpanTextNode(pos.anchorNode())) { in positionInsideTextNode()
85 …) != end.containerNode() || !start.containerNode()->isTextNode() || isTabSpanTextNode(start.contai… in performTrivialReplace()
213 if (isTabSpanTextNode(node)) { in insertTab()
Dhtmlediting.h87 bool isTabSpanTextNode(const Node*);
Dhtmlediting.cpp878 bool isTabSpanTextNode(const Node *node) in isTabSpanTextNode() function
885 return isTabSpanTextNode(node) ? node->parentNode() : 0; in tabSpanNode()
901 if (isTabSpanTextNode(node)) in positionOutsideTabSpan()
Dmarkup.cpp506 if (!specialCommonAncestor && isTabSpanTextNode(commonAncestor)) in highestAncestorToWrapMarkup()
758 …return (node->childNodeCount() == 2 && isTabSpanTextNode(node->firstChild()->firstChild()) && node… in isPlainTextMarkup()
DEditingStyle.cpp307 if (isTabSpanTextNode(node)) in init()
817 if (isTabSpanTextNode(position.deprecatedNode()) || isTabSpanNode((position.deprecatedNode()))) in StyleChange()
DCompositeEditCommand.cpp345 if (!isTabSpanTextNode(pos.anchorNode())) in positionOutsideTabSpan()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-237177 (khtml::isTabSpanTextNode):
14273 (khtml::isTabSpanTextNode):
DChangeLog-2006-05-1028231 - check for !isTabSpanTextNode() to make calling this function easier
DChangeLog-2008-08-1077061 (WebCore::isTabSpanTextNode): Check to see that the node actually a text node,