Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertListCommand.cpp44 while (listChild && enclosingList(listChild) != listNode) in enclosingListChild()
88 if (!enclosingList(start.deepEquivalent().deprecatedNode())) in selectionHasListOfType()
93 Element* listNode = enclosingList(start.deepEquivalent().deprecatedNode()); in selectionHasListOfType()
204 RefPtr<HTMLElement> listNode = enclosingList(listChildNode); in doApplyForSingleParagraph()
283 if (enclosingList(listNode)) { in unlistifyParagraph()
326 || enclosingList(listNode) != enclosingList(pos.deepEquivalent().deprecatedNode())) in adjacentEnclosingList()
DIndentOutdentCommand.cpp57 RefPtr<Element> listNode = enclosingList(lastNodeInSelectedParagraph.get()); in tryIndentingAsListItem()
102 else if (enclosingList(start.containerNode())) in indentIntoBlockquote()
Dhtmlediting.h207 HTMLElement* enclosingList(Node*);
Dhtmlediting.cpp647 HTMLElement* enclosingList(Node* node) in enclosingList() function
729 HTMLElement* list = enclosingList(node); in outermostEnclosingList()
733 while (HTMLElement* nextList = enclosingList(list)) { in outermostEnclosingList()
DReplaceSelectionCommand.cpp1039 if (!m_matchStyle && !enclosingList(insertionPos.containerNode())) { in doApply()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListItem.cpp104 static Node* enclosingList(const RenderListItem* listItem) in enclosingList() function
159 Node* otherList = enclosingList(toRenderListItem(renderer)); in previousListItem()
197 Node* list = enclosingList(this); in calcValue()
467 Node* listNode = enclosingList(this); in explicitValueChanged()
502 Node* listNode = enclosingList(this); in updateListMarkerNumbers()