HomeSort by relevance Sort by last modified time
    Searched refs:listNode (Results 1 - 21 of 21) sorted by null

  /packages/apps/Nfc/nxp/jni/
com_android_nfc_list.h 26 struct listNode
29 struct listNode* pNext;
34 listNode* pFirst;
com_android_nfc_list.cpp 56 struct listNode* pNode;
57 struct listNode* pLastNode;
61 pNode = (struct listNode*)malloc(sizeof(listNode));
102 struct listNode* pNode;
103 struct listNode* pRemovedNode;
165 struct listNode* pNode;
202 struct listNode* pNode = pList->pFirst;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListItem.cpp 123 static RenderListItem* nextListItem(const Node* listNode, const RenderListItem* item = 0)
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)
157 for (current = NodeRenderingTraversal::previous(current, listNode); current && current != listNode; current = NodeRenderingTraversal::previous(current, listNode)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLIElement.cpp 88 Element* listNode = 0;
90 while (!listNode) {
95 listNode = current;
100 if (!listNode)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.h 59 void unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listNode, Node* listChildNode);
CompositeEditCommand.cpp     [all...]
InsertListCommand.cpp 46 static Node* enclosingListChild(Node* node, Node* listNode)
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. So, we split up to listNode before inserting the placeholde
    [all...]
  /external/chromium_org/third_party/icu/source/common/
stringtriebuilder.cpp 281 ListBranchNode *listNode=new ListBranchNode();
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/
stringtriebuilder.cpp 281 ListBranchNode *listNode=new ListBranchNode();
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/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
treeoutline.js 31 * @param {!Element} listNode
34 function TreeOutline(listNode, nonFocusable)
39 this._childrenListNode = listNode;
58 this.element = listNode;
330 var listNode = node.enclosingNodeOrSelfWithNodeNameInArray(["ol", "li"]);
331 if (listNode)
332 return listNode.parentTreeElement || listNode.treeElement;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
ResourcesPanel.js 769 var listNode = nodeUnderMouse.enclosingNodeOrSelfWithNodeName("li");
770 if (!listNode)
773 var element = listNode.treeElement;
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 201 var _renderResourceList = function(tag, listNode) {
240 listNode.append(listItemNode);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 538 listNode = self.com_node(nodelist[3])
546 return For(assignNode, listNode, bodyNode, elseNode,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 538 listNode = self.com_node(nodelist[3])
546 return For(assignNode, listNode, bodyNode, elseNode,
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 40 private void push(int numstate, ArrayList listNode) throws ParserException, LexerException, IOException
42 this.nodeList = listNode;
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 820 milliseconds