/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/editing/ |
InsertListCommand.cpp | 41 static Node* enclosingListChild(Node* node, Node* listNode) 44 while (listChild && enclosingList(listChild) != listNode) 93 Element* listNode = enclosingList(start.deepEquivalent().deprecatedNode()); 94 if (!listNode || !listNode->hasTagName(listTag)) 204 RefPtr<HTMLElement> listNode = enclosingList(listChildNode); 205 if (!listNode) { 206 listNode = fixOrphanedListChild(listChildNode); 207 listNode = mergeWithNeighboringLists(listNode); [all...] |
ModifySelectionListLevel.cpp | 262 Element* listNode = startListChild->parentElement(); 266 insertSiblingNodeRangeBefore(startListChild, endListChild, listNode); 269 removeNode(listNode); 272 insertSiblingNodeRangeAfter(startListChild, endListChild, listNode); 273 } else if (listNode) { 275 splitElement(listNode, startListChild); 276 insertSiblingNodeRangeBefore(startListChild, endListChild, listNode);
|
InsertListCommand.h | 58 void unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listNode, Node* listChildNode);
|
IndentOutdentCommand.cpp | 57 RefPtr<Element> listNode = enclosingList(lastNodeInSelectedParagraph.get()); 58 if (!listNode) 75 RefPtr<Element> newList = document().createElement(listNode->tagQName(), false);
|
CompositeEditCommand.cpp | [all...] |
/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; 130 current = ElementTraversal::nextIncludingPseudo(*current, listNode); 135 current = ElementTraversal::nextIncludingPseudoSkippingChildren(*current, listNode); 144 current = ElementTraversal::nextIncludingPseudo(*current, listNode); 151 static RenderListItem* previousListItem(const Node* listNode, const RenderListItem* item) 155 for (current = ElementTraversal::previousIncludingPseudo(*current, listNode); current; current = ElementTraversal::previousIncludingPseudo(*current, listNode)) { 161 if (listNode == otherList [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLLIElement.cpp | 89 Element* listNode = 0; 91 while (!listNode) { 96 listNode = current; 101 if (!listNode) {
|
/external/icu4c/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/ |
treeoutline.js | 31 * @param {!Element} listNode 34 function TreeOutline(listNode, nonFocusable) 39 this._childrenListNode = listNode; 328 var listNode = node.enclosingNodeOrSelfWithNodeNameInArray(["ol", "li"]); 329 if (listNode) 330 return listNode.parentTreeElement || listNode.treeElement;
|
ResourcesPanel.js | 755 var listNode = nodeUnderMouse.enclosingNodeOrSelfWithNodeName("li"); 756 if (!listNode) 759 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...] |
/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 | |