Home | History | Annotate | Download | only in editing

Lines Matching defs:textNode

140         Text* textNode = static_cast<Text*>(pos.deprecatedNode());
141 splitTextNode(textNode, pos.deprecatedEditingOffset());
142 insertNodeBefore(nodeToInsert, textNode);
143 Position endingPosition = firstPositionInNode(textNode);
148 Position positionBeforeTextNode(positionInParentBeforeNode(textNode));
151 ASSERT(!textNode->renderer() || textNode->renderer()->style()->collapseWhiteSpace());
152 // Deleting insignificant whitespace will remove textNode if it contains nothing but insignificant whitespace.
153 if (textNode->inDocument())
154 insertTextIntoNode(textNode, 0, nonBreakingSpaceString());