Home
last modified time | relevance | path

Searched refs:outermostEnclosingList (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.h213 HTMLElement* outermostEnclosingList(Node*, Node* rootList = 0);
DInsertListCommand.cpp319 Element* listNode = outermostEnclosingList(adjacentPos.deepEquivalent().deprecatedNode()); in adjacentEnclosingList()
Dhtmlediting.cpp704 HTMLElement* outermostEnclosingList(Node* node, Node* rootList) in outermostEnclosingList() function