Home | History | Annotate | Download | only in editing

Lines Matching refs:enclosingBlock

1092     Element* startBlock = enclosingBlock(startNode);
1169 Element* startBlock = enclosingBlock(startNode);
1290 Element* startBlock = position.containerNode() ? enclosingBlock(position.containerNode(), rule) : 0;
1297 Element* endBlock = position.containerNode() ? enclosingBlock(position.containerNode(), rule) : 0;
1303 return !a.isNull() && enclosingBlock(a.deepEquivalent().containerNode()) == enclosingBlock(b.deepEquivalent().containerNode());