Searched defs:enclosingList (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderListItem.cpp83 static Node* enclosingList(const RenderListItem* listItem) function in namespace:WebCore
108 Node* otherList = enclosingList(toRenderListItem(renderer));
126 Node* list = enclosingList(this);
391 Node* listNode = enclosingList(this);
431 Node* listNode = enclosingList(this);
/external/webkit/Source/WebCore/editing/
H A Dhtmlediting.cpp670 HTMLElement* enclosingList(Node* node) function in namespace:WebCore
752 HTMLElement* list = enclosingList(node);
756 while (HTMLElement* nextList = enclosingList(list)) {

Completed in 277 milliseconds