Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dmarkup.cpp471 static bool shouldIncludeWrapperForFullySelectedRoot(Node* fullySelectedRoot, CSSMutableStyleDeclar… in shouldIncludeWrapperForFullySelectedRoot() argument
473 …if (fullySelectedRoot->isElementNode() && static_cast<Element*>(fullySelectedRoot)->hasAttribute(b… in shouldIncludeWrapperForFullySelectedRoot()
479 static Node* highestAncestorToWrapMarkup(const Range* range, Node* fullySelectedRoot, EAnnotateForI… in highestAncestorToWrapMarkup() argument
514 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() local
588 fullySelectedRoot = body; in createMarkup()
590 …Node* specialCommonAncestor = highestAncestorToWrapMarkup(updatedRange.get(), fullySelectedRoot, s… in createMarkup()
[all …]