Home | History | Annotate | Download | only in editing

Lines Matching refs:startBlock

580         Node* startBlock = enclosingNodeWithNonInlineRenderer(node);
582 while (n && startBlock == enclosingNodeWithNonInlineRenderer(n))
682 Node* startBlock = enclosingNodeWithNonInlineRenderer(node);
684 while (n && startBlock == enclosingNodeWithNonInlineRenderer(n))
790 Node* startBlock = enclosingBlock(startNode);
801 n = n->traversePreviousNodePostOrder(startBlock);
806 n = n->traversePreviousNodePostOrder(startBlock);
826 n = n->traversePreviousNodePostOrder(startBlock);
830 n = n->previousSibling() ? n->previousSibling() : n->traversePreviousNodePostOrder(startBlock);
832 n = n->traversePreviousNodePostOrder(startBlock);
849 Node* startBlock = enclosingBlock(startNode);
850 Node *stayInsideBlock = startBlock;
967 Node *startBlock = startNode->enclosingBlockFlowElement();
969 return VisiblePosition(startBlock, startBlock->childNodeCount(), VP_DEFAULT_AFFINITY);