Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DInsertListCommand.cpp43 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()
DIndentOutdentCommand.cpp63 RefPtr<Element> listNode = enclosingList(lastNodeInSelectedParagraph); in tryIndentingAsListItem()
97 else if (enclosingList(start.deprecatedNode())) in indentIntoBlockquote()
Dhtmlediting.h191 HTMLElement* enclosingList(Node*);
Dhtmlediting.cpp670 HTMLElement* enclosingList(Node* node) in enclosingList() function
752 HTMLElement* list = enclosingList(node); in outermostEnclosingList()
756 while (HTMLElement* nextList = enclosingList(list)) { in outermostEnclosingList()
DReplaceSelectionCommand.cpp955 …if (!m_matchStyle && !enclosingList(insertionPos.containerNode()) && isStyleSpan(fragment.firstChi… in doApply()
/external/webkit/Source/WebCore/rendering/
DRenderListItem.cpp83 static Node* enclosingList(const RenderListItem* listItem) in enclosingList() function
108 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()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-102115 (WebCore::enclosingList):
2990 (WebCore::enclosingList): Added.
25123 (enclosingList): gets the list enclosing the given node
DChangeLog-2006-12-3114999 (WebCore::enclosingList): Ditto.
28122 (WebCore::enclosingList):
40817 (WebCore::enclosingList): If no real list element is found, use parent instead.
49917 (WebCore::enclosingList):
DChangeLog-2011-02-164903 (WebCore::enclosingList):
23890 (WebCore::enclosingList):
DChangeLog-2010-05-2419732 RenderListItem: change enclosingList() to only traverse the render tree.
19741 (WebCore::enclosingList):
DChangeLog-2010-01-293045 enclosingList() and previousListItem() were DOM-based, but in order to work with anonymous
3050 (WebCore::enclosingList): Added this variant that takes a RenderObject.
3052 (WebCore::RenderListItem::calcValue): Use the RenderObject version of enclosingList()
DChangeLog-2009-06-1660323 (WebCore::enclosingList): Return an HTMLElement*.
DChangeLog-2010-12-0632373 (WebCore::enclosingList):