Home | History | Annotate | Download | only in editing

Lines Matching refs:ancestor

945     // and find the background color of the common ancestor.
949 for (Node* ancestor = range->commonAncestorContainer(ec); ancestor; ancestor = ancestor->parentNode()) {
950 RefPtr<CSSComputedStyleDeclaration> ancestorStyle = computedStyle(ancestor);