Home | History | Annotate | Download | only in editing

Lines Matching full:textnode

119         Text* textNode = toText(pos.deprecatedNode());
120 splitTextNode(textNode, pos.deprecatedEditingOffset());
121 insertNodeBefore(nodeToInsert, textNode);
122 Position endingPosition = firstPositionInNode(textNode);
127 Position positionBeforeTextNode(positionInParentBeforeNode(*textNode));
130 ASSERT(!textNode->renderer() || textNode->renderer()->style()->collapseWhiteSpace());
131 // Deleting insignificant whitespace will remove textNode if it contains nothing but insignificant whitespace.
132 if (textNode->inDocument())
133 insertTextIntoNode(textNode, 0, nonBreakingSpaceString());