Searched refs:enclosingList (Results 1 – 13 of 13) sorted by relevance
43 while (listChild && enclosingList(listChild) != listNode) in enclosingListChild()87 if (!enclosingList(start.deepEquivalent().deprecatedNode())) in selectionHasListOfType()92 Element* listNode = enclosingList(start.deepEquivalent().deprecatedNode()); in selectionHasListOfType()199 RefPtr<HTMLElement> listNode = enclosingList(listChildNode); in doApplyForSingleParagraph()279 if (enclosingList(listNode)) { in unlistifyParagraph()322 || enclosingList(listNode) != enclosingList(pos.deepEquivalent().deprecatedNode())) in adjacentEnclosingList()
63 RefPtr<Element> listNode = enclosingList(lastNodeInSelectedParagraph); in tryIndentingAsListItem()97 else if (enclosingList(start.deprecatedNode())) in indentIntoBlockquote()
191 HTMLElement* enclosingList(Node*);
670 HTMLElement* enclosingList(Node* node) in enclosingList() function752 HTMLElement* list = enclosingList(node); in outermostEnclosingList()756 while (HTMLElement* nextList = enclosingList(list)) { in outermostEnclosingList()
955 …if (!m_matchStyle && !enclosingList(insertionPos.containerNode()) && isStyleSpan(fragment.firstChi… in doApply()
83 static Node* enclosingList(const RenderListItem* listItem) in enclosingList() function108 Node* otherList = enclosingList(toRenderListItem(renderer)); in previousListItem()126 Node* list = enclosingList(this); in calcValue()391 Node* listNode = enclosingList(this); in explicitValueChanged()431 Node* listNode = enclosingList(this); in updateListMarkerNumbers()
2115 (WebCore::enclosingList):2990 (WebCore::enclosingList): Added.25123 (enclosingList): gets the list enclosing the given node
14999 (WebCore::enclosingList): Ditto.28122 (WebCore::enclosingList):40817 (WebCore::enclosingList): If no real list element is found, use parent instead.49917 (WebCore::enclosingList):
4903 (WebCore::enclosingList):23890 (WebCore::enclosingList):
19732 RenderListItem: change enclosingList() to only traverse the render tree.19741 (WebCore::enclosingList):
3045 enclosingList() and previousListItem() were DOM-based, but in order to work with anonymous3050 (WebCore::enclosingList): Added this variant that takes a RenderObject.3052 (WebCore::RenderListItem::calcValue): Use the RenderObject version of enclosingList()
60323 (WebCore::enclosingList): Return an HTMLElement*.
32373 (WebCore::enclosingList):