Searched defs:listNode (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLIElement.cpp88 Element* listNode = 0; local
90 while (!listNode) {
95 listNode = current;
100 if (!listNode)
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInsertListCommand.cpp46 static Node* enclosingListChild(Node* node, Node* listNode) argument
49 while (listChild && enclosingList(listChild) != listNode)
239 // Manually remove listNode because moveParagraphWithClones sometimes leaves it behind in the document.
247 // Restore the start and the end of current selection if they started inside listNode
299 // We want to pull listChildNode out of listNode, and place it before nextListChild
300 // and after previousListChild, so we split listNode and insert it between the two lists.
301 // But to split listNode, we must first split ancestors of listChildNode between it and listNode,
310 // in listNode that comes before listChildNode, as listChildNode could have ancestors
311 // between it and listNode
[all...]
H A DCompositeEditCommand.cpp1295 RefPtrWillBeRawPtr<ContainerNode> listNode = emptyListItem->parentNode(); local
1297 if (!listNode
1298 || (!isHTMLUListElement(*listNode) && !isHTMLOListElement(*listNode))
1299 || !listNode->hasEditableStyle()
1300 || listNode == emptyListItem->rootEditableElement())
1304 if (ContainerNode* blockEnclosingList = listNode->parentNode()) {
1305 if (isHTMLLIElement(*blockEnclosingList)) { // listNode is inside another list item
1306 if (visiblePositionAfterNode(*blockEnclosingList) == visiblePositionAfterNode(*listNode)) {
1307 // If listNode appear
1311 splitElement(toElement(blockEnclosingList), listNode); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListItem.cpp123 static RenderListItem* nextListItem(const Node* listNode, const RenderListItem* item = 0) argument
125 if (!listNode)
128 const Node* current = item ? item->node() : listNode;
131 current = NodeRenderingTraversal::next(current, listNode);
136 current = NodeRenderingTraversal::next(current, listNode);
145 current = NodeRenderingTraversal::next(current, listNode);
152 static RenderListItem* previousListItem(const Node* listNode, const RenderListItem* item) argument
157 for (current = NodeRenderingTraversal::previous(current, listNode); current && current != listNode; current = NodeRenderingTraversal::previous(current, listNode)) {
175 updateItemValuesForOrderedList(const HTMLOListElement* listNode) argument
183 itemCountForOrderedList(const HTMLOListElement* listNode) argument
455 Node* listNode = enclosingList(this); local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dstringtriebuilder.cpp281 ListBranchNode *listNode=new ListBranchNode(); local
282 if(listNode==NULL) {
293 listNode->add(unit, getElementValue(start));
295 listNode->add(unit, makeNode(start, i, unitIndex+1, errorCode));
302 listNode->add(unit, getElementValue(start));
304 listNode->add(unit, makeNode(start, limit, unitIndex+1, errorCode));
306 Node *node=registerNode(listNode, errorCode);
/external/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp281 ListBranchNode *listNode=new ListBranchNode(); local
282 if(listNode==NULL) {
293 listNode->add(unit, getElementValue(start));
295 listNode->add(unit, makeNode(start, i, unitIndex+1, errorCode));
302 listNode->add(unit, getElementValue(start));
304 listNode->add(unit, makeNode(start, limit, unitIndex+1, errorCode));
306 Node *node=registerNode(listNode, errorCode);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
H A DParser.java40 private void push(int numstate, ArrayList listNode) throws ParserException, LexerException, IOException argument
42 this.nodeList = listNode;
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 228 milliseconds