HomeSort by relevance Sort by last modified time
    Searched refs:testNode (Results 51 - 75 of 1464) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrinsertbefore5.java 64 Node testNode;
74 testNode = acronymList.item(3);
75 attributes = testNode.getAttributes();
hc_attrinsertbefore6.java 62 Node testNode;
74 testNode = acronymList.item(3);
75 attributes = testNode.getAttributes();
hc_attrlastchild.java 61 Node testNode;
69 testNode = acronymList.item(3);
70 attributes = testNode.getAttributes();
hc_attrname.java 64 Node testNode;
71 testNode = addressList.item(1);
72 attributes = testNode.getAttributes();
hc_attrremovechild1.java 60 Node testNode;
69 testNode = acronymList.item(3);
70 attributes = testNode.getAttributes();
hc_attrremovechild2.java 60 Node testNode;
68 testNode = acronymList.item(3);
69 attributes = testNode.getAttributes();
hc_attrreplacechild1.java 61 Node testNode;
70 testNode = acronymList.item(3);
71 attributes = testNode.getAttributes();
hc_attrsetvalue1.java 59 Node testNode;
68 testNode = acronymList.item(3);
69 attributes = testNode.getAttributes();
hc_attrsetvalue2.java 59 Node testNode;
69 testNode = acronymList.item(3);
70 attributes = testNode.getAttributes();
hc_namednodemapinuseattributeerr.java 69 Node testNode;
81 testNode = elementList.item(2);
82 attributes = testNode.getAttributes();
namednodemapinuseattributeerr.java 70 Node testNode;
82 testNode = elementList.item(2);
83 attributes = testNode.getAttributes();
hc_attrinsertbefore3.java 61 Node testNode;
75 testNode = acronymList.item(3);
76 attributes = testNode.getAttributes();
hc_attrinsertbefore4.java 61 Node testNode;
74 testNode = acronymList.item(3);
75 attributes = testNode.getAttributes();
hc_attrinsertbefore7.java 63 Node testNode;
77 testNode = acronymList.item(3);
78 attributes = testNode.getAttributes();
hc_attrreplacechild2.java 61 Node testNode;
72 testNode = acronymList.item(3);
73 attributes = testNode.getAttributes();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hasAttribute02.java 73 Element testNode;
77 testNode = (Element) elementList.item(0);
78 state = testNode.hasAttribute("street");
hasAttribute04.java 73 Element testNode;
77 testNode = (Element) elementList.item(0);
78 state = testNode.hasAttribute("dmstc:domestic");
hasAttributeNS05.java 76 Element testNode;
80 testNode = (Element) elementList.item(0);
81 state = testNode.hasAttributeNS(namespaceURI, localName);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
OwnerElement.java 77 Node testNode;
84 testNode = addressList.item(0);
85 attributes = testNode.getAttributes();
  /external/webkit/Source/WebCore/dom/
ChildNodeList.cpp 101 bool ChildNodeList::nodeMatches(Element* testNode) const
106 return testNode->parentNode() == m_rootNode;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLSelectElement19.js 87 var testNode;
107 testNode = nodeList.item(0);
111 options = testNode.options;
114 testNode.add(newOpt,selectedNode);
115 optLength = testNode.length;
118 selected = testNode.selectedIndex;
121 options = testNode.options;
HTMLTableElement21.js 94 var testNode;
113 testNode = nodeList.item(1);
114 vsection1 = testNode.tHead;
117 rowsnodeList = testNode.rows;
122 testNode.deleteTHead();
123 vsection2 = testNode.tHead;
125 rowsnodeList = testNode.rows;
HTMLTableElement24.js 94 var testNode;
113 testNode = nodeList.item(1);
114 vsection1 = testNode.tFoot;
117 rowsnodeList = testNode.rows;
122 testNode.deleteTFoot();
123 vsection2 = testNode.tFoot;
125 rowsnodeList = testNode.rows;
HTMLTableElement30.js 96 var testNode;
110 testNode = nodeList.item(1);
111 rowsnodeList = testNode.rows;
116 vsection1 = testNode.tFoot;
123 newRow = testNode.insertRow(4);
124 rowsnodeList = testNode.rows;
129 vsection1 = testNode.tFoot;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLSelectElement19.js 87 var testNode;
107 testNode = nodeList.item(0);
111 options = testNode.options;
114 testNode.add(newOpt,selectedNode);
115 optLength = testNode.length;
118 selected = testNode.selectedIndex;
121 options = testNode.options;

Completed in 395 milliseconds

1 23 4 5 6 7 8 91011>>