Searched refs:nbspNode (Results 1 – 1 of 1) sorted by relevance
156 RefPtr<Text> nbspNode = document()->createTextNode(nonBreakingSpaceString()); in doApply() local157 insertNodeAt(nbspNode.get(), positionBeforeTextNode); in doApply()158 endingPosition = firstPositionInNode(nbspNode.get()); in doApply()