HomeSort by relevance Sort by last modified time
    Searched full:firstnodeinserted (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp 477 for (RefPtrWillBeRawPtr<Node> node = insertedNodes.firstNodeInserted(); node && node != pastEndNode; node = next) {
627 for (RefPtrWillBeRawPtr<Node> node = insertedNodes.firstNodeInserted(); node && node != pastEndNode; node = next) {
687 // We don't have to make sure that firstNodeInserted isn't inside a select or script element, because
689 Node* firstNodeInserted = insertedNodes.firstNodeInserted();
690 if (firstNodeInserted && firstNodeInserted->isTextNode() && !nodeHasVisibleRenderText(toText(*firstNodeInserted))) {
691 insertedNodes.willRemoveNode(*firstNodeInserted);
692 removeNode(firstNodeInserted);
    [all...]
ReplaceSelectionCommand.h 71 Node* firstNodeInserted() const { return m_firstNodeInserted.get(); }

Completed in 54 milliseconds