Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DInsertTextCommand.cpp67 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()
Dhtmlediting.h89 bool isTabSpanTextNode(const Node*);
Dhtmlediting.cpp794 bool isTabSpanTextNode(const Node *node) in isTabSpanTextNode() function
801 return isTabSpanTextNode(node) ? node->parentNode() : 0; in tabSpanNode()
807 if (isTabSpanTextNode(node)) in positionBeforeTabSpan()
DCompositeEditCommand.cpp321 if (!isTabSpanTextNode(pos.node())) in positionOutsideTabSpan()
Dmarkup.cpp879 if (!specialCommonAncestor && isTabSpanTextNode(commonAncestor)) in createMarkup()
DApplyStyleCommand.cpp130 …if (property->id() == CSSPropertyWhiteSpace && (isTabSpanTextNode(position.node()) || isTabSpanNod… in init()
/external/webkit/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,