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

  /external/webkit/Source/WebCore/rendering/
RenderListItem.cpp 83 static Node* enclosingList(const RenderListItem* listItem)
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/
htmlediting.cpp 670 HTMLElement* enclosingList(Node* node)
752 HTMLElement* list = enclosingList(node);
756 while (HTMLElement* nextList = enclosingList(list)) {
    [all...]

Completed in 62 milliseconds