/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.h | 34 #include "core/dom/NodeList.h" 190 PassRefPtr<NodeList> nodesFromRect(Document*, int x, int y, unsigned topPadding, unsigned rightPadding, 221 PassRefPtr<NodeList> paintOrderListBeforePromote(Element*, ExceptionState&); 222 PassRefPtr<NodeList> paintOrderListAfterPromote(Element*, ExceptionState&);
|
Internals.idl | 147 [RaisesException] NodeList nodesFromRect(Document document, long x, long y, 179 [RaisesException] NodeList paintOrderListBeforePromote(Element element); 180 [RaisesException] NodeList paintOrderListAfterPromote(Element element);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestVersionTracker.java | 47 import org.w3c.dom.NodeList; 239 NodeList nodeList = doc.getElementsByTagName("import"); 240 if (nodeList == null || nodeList.getLength() == 0) { 243 for (int i = 0; i < nodeList.getLength(); i++) { 244 Node node = nodeList.item(i); 304 NodeList nodeList = doc.getElementsByTagName("target"); 305 if (nodeList == null || nodeList.getLength() == 0) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidTypeMoveParticipant.java | 70 import org.w3c.dom.NodeList; 315 NodeList children = element.getChildNodes(); 354 NodeList children = element.getChildNodes();
|
/cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/ |
CtsJavaScannerDoclet.java | 42 import org.w3c.dom.NodeList;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
LiveNodeList.h | 29 #include "core/dom/NodeList.h" 44 class LiveNodeListBase : public NodeList {
|
Node.idl | 45 [PerWorldBindings] readonly attribute NodeList childNodes;
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
Event.h | 179 PassRefPtr<NodeList> path() const;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebHelperPluginImpl.cpp | 43 #include "core/dom/NodeList.h" 190 RefPtr<NodeList> objectElements = m_page->mainFrame()->document()->getElementsByTagName(WebCore::HTMLNames::objectTag.localName());
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_documentgetelementsbytagnametotallength.java | 33 * equal to "*". The method should return a NodeList 62 NodeList nameList;
|
/packages/apps/Mms/src/com/android/mms/model/ |
SlideshowModel.java | 32 import org.w3c.dom.NodeList; 131 NodeList nlRegions = sle.getRegions(); 145 NodeList slideNodes = docBody.getChildNodes(); 156 NodeList mediaNodes = par.getChildNodes();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestInfo.java | 76 import org.w3c.dom.NodeList; 222 NodeList activities = document.getElementsByTagName(NODE_ACTIVITY); 236 NodeList applications = root.getElementsByTagName(AndroidManifest.NODE_APPLICATION); 256 NodeList usesSdks = root.getElementsByTagName(NODE_USES_SDK);
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
DOMInputCapsule.java | 193 NodeList nodes = currentElem.getChildNodes(); 296 NodeList nodes = currentElem.getChildNodes(); 481 NodeList nodes = currentElem.getChildNodes(); 580 NodeList nodes = currentElem.getChildNodes(); 680 NodeList nodes = currentElem.getChildNodes(); 771 NodeList nodes = currentElem.getChildNodes(); 828 NodeList nodes = tmpEl.getChildNodes(); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
NodeSetDTM.java | 32 import org.w3c.dom.NodeList; 38 * NodeList, or NodeIterator. However, in order for it to 39 * act as a NodeVector or NodeList, it's required that 53 * <p>Thought: Should NodeSetDTM really implement NodeList and NodeIterator, 61 implements /* NodeList, NodeIterator, */ DTMIterator, 67 * Create an empty nodelist. 90 // * given nodelist into it. 92 // * @param nodelist List of Nodes to be made members of the new set. 94 // public NodeSetDTM(NodeList nodelist) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLInputElement.idl | 75 readonly attribute NodeList labels;
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
TouchActionTest.cpp | 148 RefPtr<WebCore::NodeList> hostNodes = document->querySelectorAll("[shadow-host]", es); 182 RefPtr<WebCore::NodeList> nodes = root->querySelectorAll("[expected-action]", es);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
RobolectricConfig.java | 7 import org.w3c.dom.NodeList; 267 NodeList elementsByTagName = doc.getElementsByTagName(tag);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ExplodedRenderingHelper.java | 29 import org.w3c.dom.NodeList; 119 NodeList children = view.getChildNodes();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoring.java | 77 import org.w3c.dom.NodeList; 199 NodeList children = e.getChildNodes(); 364 NodeList children = layout.getChildNodes(); 411 NodeList children = layout.getChildNodes(); 427 NodeList children = layout.getChildNodes(); 529 NodeList children = layout.getChildNodes();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ViewMetadataRepository.java | 46 import org.w3c.dom.NodeList; 170 NodeList children = element.getChildNodes(); 222 NodeList categoryNodes = document.getDocumentElement().getChildNodes(); 230 NodeList children = element.getChildNodes(); 296 NodeList childNodes = child.getChildNodes(); [all...] |
/cts/tools/utils/ |
DescriptionGenerator.java | 38 import org.w3c.dom.NodeList; 341 NodeList nodelist = node.getChildNodes(); local 343 for (int i = 0; i < nodelist.getLength(); i++) { 344 nodes.add(nodelist.item(i)); 394 NodeList children = elem.getChildNodes();
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemLiteralResult.java | 41 import org.w3c.dom.NodeList; 786 * @return a NodeList containing no nodes. 788 public NodeList getChildNodes() 790 return new NodeList(){ [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGSVGElement.cpp | 329 PassRefPtr<NodeList> SVGSVGElement::collectIntersectionOrEnclosureList(const SVGRect& rect, SVGElement* referenceElement, CollectIntersectionOrEnclosure collect) const 350 PassRefPtr<NodeList> SVGSVGElement::getIntersectionList(const SVGRect& rect, SVGElement* referenceElement) const 355 PassRefPtr<NodeList> SVGSVGElement::getEnclosureList(const SVGRect& rect, SVGElement* referenceElement) const
|
/libcore/dom/src/test/java/org/w3c/domts/ |
JUnitTestCaseAdapter.java | 32 import org.w3c.dom.NodeList; 226 public void assertSize(DOMTestCase test, String assertID, int expectedSize, NodeList collection) { 486 public int size(NodeList collection) {
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
NodeImpl.java | 31 import org.w3c.dom.NodeList; 49 private static final NodeList EMPTY_LIST = new NodeListImpl(); 86 public NodeList getChildNodes() {
|