Home
last modified time | relevance | path

Searched defs:nodeList (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/tests/
DNodeList.c34 NodeList* nodeList = (NodeList*)malloc(sizeof(NodeList)); in NodeList_new() local
40 extern unsigned NodeList_length(NodeList* nodeList) in NodeList_length()
53 extern Node* NodeList_item(NodeList* nodeList, unsigned index) in NodeList_item()
70 extern void NodeList_ref(NodeList* nodeList) in NodeList_ref()
75 extern void NodeList_deref(NodeList* nodeList) in NodeList_deref()
DJSNodeList.c38 NodeList* nodeList = JSObjectGetPrivate(thisObject); in JSNodeList_item() local
58 NodeList* nodeList = JSObjectGetPrivate(thisObject); in JSNodeList_length() local
70 NodeList* nodeList = JSObjectGetPrivate(thisObject); in JSNodeList_getProperty() local
87 NodeList* nodeList = JSObjectGetPrivate(thisObject); in JSNodeList_initialize() local
95 NodeList* nodeList = JSObjectGetPrivate(thisObject); in JSNodeList_finalize() local
120 JSObjectRef JSNodeList_new(JSContextRef context, NodeList* nodeList) in JSNodeList_new()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DParser.java19 protected ArrayList nodeList; field in Parser
875 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new0() local
892 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new1() local
906 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new2() local
941 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new3() local
961 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new4() local
990 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new5() local
1021 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new6() local
1067 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new7() local
1113 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new8() local
[all …]
/external/srec/tools/grxmlcompile/
Dsub_grph.cpp376 int *nodeList= new int [numVertex]; in RemoveRuleStarts() local
397 int *nodeList= new int [numVertex]; in RemoveRuleEnds() local
418 int *nodeList= new int [numVertex]; in RemoveNulls() local
455 int *nodeList= new int [numVertex]; in RemoveForwardConnections() local
471 int *nodeList, int currNum, int maxNum) in PullUpBegins()
492 int *nodeList, int currNum, int *visitMark, int maxNum) in ProcessBegins()
527 int *nodeList= new int [numVertex]; in RemoveBackwardConnections() local
543 int *nodeList, int currNum, int maxNum) in PullUpEnds()
564 int *nodeList, int currNum, int *visitMark, int maxNum) in ProcessEnds()
763 int *nodeList= new int [numVertex]; in RemoveTagConnections() local
[all …]
Dsub_phon.cpp360 int *nodeList= new int [numVertex]; in MarkNodesByOutputAndClearArcs() local
/external/webkit/LayoutTests/fast/dom/NodeList/script-tests/
Dnodelist-item-call-as-function.js3 var nodeList = document.getElementsByTagName('div'); variable
/external/webkit/Source/WebCore/wml/
DWMLCardElement.cpp253 RefPtr<NodeList> nodeList = document->getElementsByTagName("card"); in insertedIntoDocument() local
285 RefPtr<NodeList> nodeList = doc->getElementsByTagName("card"); in findNamedCardInDocument() local
310 RefPtr<NodeList> nodeList = doc->getElementsByTagName("card"); in determineActiveCard() local
DWMLPElement.cpp93 RefPtr<NodeList> nodeList = document()->getElementsByTagName("p"); in insertedIntoDocument() local
DWMLTemplateElement.cpp81 RefPtr<NodeList> nodeList = doc->getElementsByTagName("card"); in registerTemplatesInDocument() local
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXNodeSetForDOM.java61 public XNodeSetForDOM(NodeList nodeList, XPathContext xctxt) in XNodeSetForDOM()
/external/webkit/Source/WebCore/loader/archive/cf/
DLegacyWebArchive.cpp425 Vector<Node*> nodeList; in create() local
475 Vector<Node*> nodeList; in create() local
567 Vector<Node*> nodeList; in createFromSelection() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
DTestVersionTracker.java239 NodeList nodeList = doc.getElementsByTagName("import"); in getPrerequisitePluginsFromPluginXml() local
304 NodeList nodeList = doc.getElementsByTagName("target"); in setHasPerformanceTarget() local
/external/webkit/Source/WebCore/html/
DMediaDocument.cpp141 …RefPtr<NodeList> nodeList = node->getElementsByTagNameNS(videoTag.namespaceURI(), videoTag.localNa… in descendentVideoElement() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DUnpackUpdateJars.java180 NodeList nodeList=aDocument.getElementsByTagName("plugin"); in getUnpackedPluginList() local
/external/icu4c/tools/ctestfw/
Dctest.c324 const TestNode** nodeList, in iterateTestsWithLevel()
490 const TestNode *nodeList[MAXTESTS]; in showTests() local
503 const TestNode *nodeList[MAXTESTS]; in runTests() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java752 NodeList nodeList = retNode.getChildNodes(); in getElementsByTagName() local
800 NodeList nodeList = tempNode.getChildNodes(); in traverseChildren() local
877 NodeList nodeList = retNode.getChildNodes(); in getElementsByTagNameNS() local
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java160 public NodeSetDTM(NodeList nodeList, XPathContext xctxt) in NodeSetDTM()
/external/libxslt/libxslt/
DxsltInternals.h1694 xmlNodeSetPtr nodeList; /* the current node list */ member