Searched refs:fullySelectedRoot (Results 1 – 1 of 1) sorted by relevance
471 static bool shouldIncludeWrapperForFullySelectedRoot(Node* fullySelectedRoot, CSSMutableStyleDeclar… in shouldIncludeWrapperForFullySelectedRoot() argument473 …if (fullySelectedRoot->isElementNode() && static_cast<Element*>(fullySelectedRoot)->hasAttribute(b… in shouldIncludeWrapperForFullySelectedRoot()479 static Node* highestAncestorToWrapMarkup(const Range* range, Node* fullySelectedRoot, EAnnotateForI… in highestAncestorToWrapMarkup() argument514 if (shouldAnnotate == AnnotateForInterchange && fullySelectedRoot) { in highestAncestorToWrapMarkup()515 …leStyleDeclaration> fullySelectedRootStyle = styleFromMatchedRulesAndInlineDecl(fullySelectedRoot); in highestAncestorToWrapMarkup()516 … if (shouldIncludeWrapperForFullySelectedRoot(fullySelectedRoot, fullySelectedRootStyle.get())) in highestAncestorToWrapMarkup()517 specialCommonAncestor = fullySelectedRoot; in highestAncestorToWrapMarkup()585 Node* fullySelectedRoot = 0; in createMarkup() local588 fullySelectedRoot = body; in createMarkup()590 …Node* specialCommonAncestor = highestAncestorToWrapMarkup(updatedRange.get(), fullySelectedRoot, s… in createMarkup()[all …]