HomeSort by relevance Sort by last modified time
    Searched refs:commonAncestor (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/xml/
XPathNodeSet.cpp 56 Node* commonAncestor;
58 commonAncestor = parentWithDepth(commonAncestorDepth, parentMatrix[from]);
64 if (commonAncestor != parentWithDepth(commonAncestorDepth, parentMatrix[i])) {
79 if (commonAncestor == parentMatrix[i][0]) {
87 if (mayContainAttributeNodes && commonAncestor->isElementNode()) {
96 if (n->isAttributeNode() && static_cast<Attr*>(n)->ownerElement() == commonAncestor)
114 for (Node* n = commonAncestor->firstChild(); n; n = n->nextSibling()) {
  /external/webkit/WebCore/editing/
markup.cpp 818 Node* commonAncestor = updatedRange->commonAncestorContainer(ec);
820 if (!commonAncestor)
    [all...]
  /external/webkit/WebCore/dom/
Range.cpp 498 Node* commonAncestor = commonAncestorContainer(containerA, containerB);
499 if (!commonAncestor)
502 while (childA && childA->parentNode() != commonAncestor)
505 childA = commonAncestor;
507 while (childB && childB->parentNode() != commonAncestor)
510 childB = commonAncestor;
515 Node* n = commonAncestor->firstChild();
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayer.cpp     [all...]

Completed in 26 milliseconds