Searched refs:enclosingNodeWithNonInlineRenderer (Results 1 – 2 of 2) sorted by relevance
491 static Node* enclosingNodeWithNonInlineRenderer(Node* n) in enclosingNodeWithNonInlineRenderer() function533 Node* startBlock = enclosingNodeWithNonInlineRenderer(node); in previousLinePosition()535 while (n && startBlock == enclosingNodeWithNonInlineRenderer(n)) in previousLinePosition()644 Node* startBlock = enclosingNodeWithNonInlineRenderer(node); in nextLinePosition()646 while (n && startBlock == enclosingNodeWithNonInlineRenderer(n)) in nextLinePosition()
9376 (WebCore::enclosingNodeWithNonInlineRenderer): Added this helper