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

  /packages/apps/Nfc/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/webkit/Source/WebCore/editing/
InsertListCommand.cpp 40 static Node* enclosingListChild(Node* node, Node* listNode)
43 while (listChild && enclosingList(listChild) != listNode)
92 Element* listNode = enclosingList(start.deepEquivalent().deprecatedNode());
93 if (!listNode || !listNode->hasTagName(listTag))
199 RefPtr<HTMLElement> listNode = enclosingList(listChildNode);
200 if (!listNode) {
201 listNode = fixOrphanedListChild(listChildNode);
202 listNode = mergeWithNeighboringLists(listNode);
    [all...]
ModifySelectionListLevel.cpp 263 Element* listNode = startListChild->parentElement();
267 insertSiblingNodeRangeBefore(startListChild, endListChild, listNode);
270 removeNode(listNode);
273 insertSiblingNodeRangeAfter(startListChild, endListChild, listNode);
274 } else if (listNode) {
276 splitElement(listNode, startListChild);
277 insertSiblingNodeRangeBefore(startListChild, endListChild, listNode);
InsertListCommand.h 58 void unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listNode, Node* listChildNode);
IndentOutdentCommand.cpp 63 RefPtr<Element> listNode = enclosingList(lastNodeInSelectedParagraph);
64 if (!listNode)
78 RefPtr<Element> newList = document()->createElement(listNode->tagQName(), false);
CompositeEditCommand.cpp     [all...]
  /external/webkit/Source/WebCore/html/
HTMLLIElement.cpp 100 Node* listNode = 0;
102 while (!listNode && (n = n->parentNode())) {
104 listNode = n;
109 if (!listNode)
  /external/webkit/Source/WebCore/rendering/
RenderListItem.cpp 391 Node* listNode = enclosingList(this);
393 if (listNode)
394 listRenderer = listNode->renderer();
431 Node* listNode = enclosingList(this);
432 ASSERT(listNode && listNode->renderer());
433 if (!listNode || !listNode->renderer())
436 RenderObject* list = listNode->renderer();
  /external/webkit/Source/WebCore/inspector/front-end/
treeoutline.js 29 function TreeOutline(listNode)
33 this._childrenListNode = listNode;
335 var listNode = node.enclosingNodeOrSelfWithNodeNameInArray(["ol", "li"]);
336 if (listNode)
337 return listNode.parentTreeElement || listNode.treeElement;
ResourcesPanel.js 778 var listNode = nodeUnderMouse.enclosingNodeOrSelfWithNodeName("li");
779 if (!listNode)
782 var element = listNode.treeElement;
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
NodeConstructors.h 206 inline ArgumentListNode::ArgumentListNode(JSGlobalData* globalData, ArgumentListNode* listNode, ExpressionNode* expr)
211 listNode->m_next = this;
219 inline ArgumentsNode::ArgumentsNode(JSGlobalData*, ArgumentListNode* listNode)
220 : m_listNode(listNode)
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.js 201 var _renderResourceList = function(tag, listNode) {
240 listNode.append(listItemNode);
  /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...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1136 milliseconds