Searched refs:unsplitAncestor (Results 1 – 2 of 2) sorted by relevance
100 void removeEmbeddingUpToEnclosingBlock(Node* node, Node* unsplitAncestor);
817 HTMLElement* unsplitAncestor = 0; in splitAncestorsWithUnicodeBidi() local826 unsplitAncestor = static_cast<HTMLElement*>(highestAncestorWithUnicodeBidi); in splitAncestorsWithUnicodeBidi()841 return unsplitAncestor; in splitAncestorsWithUnicodeBidi()844 void ApplyStyleCommand::removeEmbeddingUpToEnclosingBlock(Node* node, Node* unsplitAncestor) in removeEmbeddingUpToEnclosingBlock() argument851 while (n != block && n != unsplitAncestor) { in removeEmbeddingUpToEnclosingBlock()