Searched refs:enclosingList (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DInsertListCommand.cpp43 while (listChild && enclosingList(listChild) != listNode)
87 if (!enclosingList(start.deepEquivalent().deprecatedNode()))
92 Element* listNode = enclosingList(start.deepEquivalent().deprecatedNode());
199 RefPtr<HTMLElement> listNode = enclosingList(listChildNode);
279 if (enclosingList(listNode)) {
322 || enclosingList(listNode) != enclosingList(pos.deepEquivalent().deprecatedNode()))
H A DIndentOutdentCommand.cpp63 RefPtr<Element> listNode = enclosingList(lastNodeInSelectedParagraph);
97 else if (enclosingList(start.deprecatedNode()))
H A Dhtmlediting.h191 HTMLElement* enclosingList(Node*);
H A Dhtmlediting.cpp670 HTMLElement* enclosingList(Node* node) function in namespace:WebCore
752 HTMLElement* list = enclosingList(node);
756 while (HTMLElement* nextList = enclosingList(list)) {
H A DReplaceSelectionCommand.cpp955 if (!m_matchStyle && !enclosingList(insertionPos.containerNode()) && isStyleSpan(fragment.firstChild())) {
/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);

Completed in 88 milliseconds