enclosingList 57 Source/core/editing/IndentOutdentCommand.cpp RefPtr<Element> listNode = enclosingList(lastNodeInSelectedParagraph.get()); enclosingList 102 Source/core/editing/IndentOutdentCommand.cpp else if (enclosingList(start.containerNode())) enclosingList 45 Source/core/editing/InsertListCommand.cpp while (listChild && enclosingList(listChild) != listNode) enclosingList 86 Source/core/editing/InsertListCommand.cpp if (!enclosingList(start.deepEquivalent().deprecatedNode())) enclosingList 91 Source/core/editing/InsertListCommand.cpp Element* listNode = enclosingList(start.deepEquivalent().deprecatedNode()); enclosingList 206 Source/core/editing/InsertListCommand.cpp RefPtr<HTMLElement> listNode = enclosingList(listChildNode); enclosingList 286 Source/core/editing/InsertListCommand.cpp if (enclosingList(listNode)) { enclosingList 329 Source/core/editing/InsertListCommand.cpp || enclosingList(listNode) != enclosingList(pos.deepEquivalent().deprecatedNode())) enclosingList 1038 Source/core/editing/ReplaceSelectionCommand.cpp if (!m_matchStyle && !enclosingList(insertionPos.containerNode())) { enclosingList 702 Source/core/editing/htmlediting.cpp HTMLElement* list = enclosingList(node); enclosingList 706 Source/core/editing/htmlediting.cpp while (HTMLElement* nextList = enclosingList(list)) { enclosingList 210 Source/core/editing/htmlediting.h HTMLElement* enclosingList(Node*); enclosingList 158 Source/core/rendering/RenderListItem.cpp Node* otherList = enclosingList(toRenderListItem(renderer)); enclosingList 196 Source/core/rendering/RenderListItem.cpp Node* list = enclosingList(this); enclosingList 473 Source/core/rendering/RenderListItem.cpp Node* listNode = enclosingList(this); enclosingList 513 Source/core/rendering/RenderListItem.cpp Node* listNode = enclosingList(this);