Home
last modified time | relevance | path

Searched refs:unsplitAncestor (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DApplyStyleCommand.h100 void removeEmbeddingUpToEnclosingBlock(Node* node, Node* unsplitAncestor);
DApplyStyleCommand.cpp817 HTMLElement* unsplitAncestor = 0; in splitAncestorsWithUnicodeBidi() local
826 unsplitAncestor = static_cast<HTMLElement*>(highestAncestorWithUnicodeBidi); in splitAncestorsWithUnicodeBidi()
841 return unsplitAncestor; in splitAncestorsWithUnicodeBidi()
844 void ApplyStyleCommand::removeEmbeddingUpToEnclosingBlock(Node* node, Node* unsplitAncestor) in removeEmbeddingUpToEnclosingBlock() argument
851 while (n != block && n != unsplitAncestor) { in removeEmbeddingUpToEnclosingBlock()