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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.cpp 72 Node* commonAncestor;
74 commonAncestor = parentWithDepth(commonAncestorDepth, parentMatrix[from]);
80 if (commonAncestor != parentWithDepth(commonAncestorDepth, parentMatrix[i])) {
95 if (commonAncestor == parentMatrix[i][0]) {
104 if (mayContainAttributeNodes && commonAncestor->isElementNode()) {
114 if (n->isAttributeNode() && toAttr(n)->ownerElement() == commonAncestor)
133 for (Node* n = commonAncestor->firstChild(); n; n = n->nextSibling()) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp 424 Node* commonAncestor = commonAncestorContainer(containerA, containerB);
425 if (!commonAncestor) {
430 while (childA && childA->parentNode() != commonAncestor)
433 childA = commonAncestor;
435 while (childB && childB->parentNode() != commonAncestor)
438 childB = commonAncestor;
443 Node* n = commonAncestor->firstChild();
    [all...]
Node.cpp 928 Node* Node::commonAncestor(const Node& other, Node* (*parent)(const Node&))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp 458 static inline Node* ancestorToRetainStructureAndAppearance(Node* commonAncestor)
460 return ancestorToRetainStructureAndAppearanceForBlock(enclosingBlock(commonAncestor));
463 static inline Node* ancestorToRetainStructureAndAppearanceWithNoRenderer(Node* commonAncestor)
465 Node* commonAncestorBlock = enclosingNodeOfType(firstPositionInOrBeforeNode(commonAncestor), isHTMLBlockElement);
511 Node* commonAncestor = range->commonAncestorContainer();
512 ASSERT(commonAncestor);
517 specialCommonAncestor = ancestorToRetainStructureAndAppearance(commonAncestor);
532 Node* checkAncestor = specialCommonAncestor ? specialCommonAncestor : commonAncestor;
539 // If a single tab is selected, commonAncestor will be a text node inside a tab span.
540 // If two or more tabs are selected, commonAncestor will be the tab span
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.cpp     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 

Completed in 1044 milliseconds