HomeSort by relevance Sort by last modified time
    Searched refs:rootNode (Results 26 - 50 of 319) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported01.java 72 Node rootNode;
75 rootNode = doc.getDocumentElement();
76 state = rootNode.isSupported("XXX", "1.0");
isSupported02.java 72 Node rootNode;
75 rootNode = doc.getDocumentElement();
76 state = rootNode.isSupported("XML", "9.0");
isSupported04.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("xml", "1.0");
isSupported05.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("core", "2.0");
isSupported06.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("xml", "2.0");
isSupported07.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("XML", "");
isSupported09.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("XML", "1.0");
isSupported10.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("CORE", "2.0");
isSupported11.java 74 Node rootNode;
77 rootNode = doc.getDocumentElement();
78 state = rootNode.isSupported("XML", "2.0");
isSupported13.java 62 Node rootNode;
65 rootNode = doc.getDocumentElement();
66 state = rootNode.isSupported("Core", "");
isSupported14.java 62 Node rootNode;
67 rootNode = doc.getDocumentElement();
68 state = rootNode.isSupported("Core", nullString);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildNodeList.cpp 45 return testNode->parentNode() == rootNode();
TreeScope.cpp 65 TreeScope::TreeScope(ContainerNode* rootNode, Document* document)
66 : m_rootNode(rootNode)
72 ASSERT(rootNode);
74 ASSERT(rootNode != document);
114 return rootNode()->hasTreeSharedParent();
126 ASSERT(rootNode()->isDocumentNode());
133 ASSERT(!rootNode()->isDocumentNode());
211 if (rootNode()->document().isHTMLDocument())
244 RenderObject* renderer = rendererFromPoint(&rootNode()->document(), x, y);
279 ASSERT(rootNode());
    [all...]
NodeIterator.h 40 static PassRefPtr<NodeIterator> create(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> filter)
42 return adoptRef(new NodeIterator(rootNode, whatToShow, filter));
TreeWalker.h 40 static PassRefPtr<TreeWalker> create(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> filter)
42 return adoptRef(new TreeWalker(rootNode, whatToShow, filter));
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestManyLights.java 50 rootNode.attachChild(scene);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestLocalPhysics.java 68 rootNode.attachChild(physicsSphere);
75 rootNode.attachChild(physicsSphere2);
83 rootNode.attachChild(physicsBox);
90 rootNode.attachChild(physicsCylinder);
97 rootNode.attachChild(node2);
104 rootNode.attachChild(node3);
116 rootNode.rotate(tpf, 0, 0);
TestSimplePhysics.java 67 rootNode.attachChild(physicsSphere);
73 rootNode.attachChild(physicsSphere2);
80 rootNode.attachChild(physicsBox);
86 rootNode.attachChild(physicsCylinder);
92 rootNode.attachChild(node2);
98 rootNode.attachChild(node3);
TestPhysicsReadWrite.java 74 rootNode.attachChild(physicsRootNode);
79 rootNode.attachChild(physicsSphere);
85 rootNode.attachChild(physicsSphere2);
92 rootNode.attachChild(physicsBox);
98 rootNode.attachChild(physicsCylinder);
104 rootNode.attachChild(node2);
110 rootNode.attachChild(node3);
132 rootNode.attachChild(newPhysicsRootNode);
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp 61 Node* rootNode = referenceNode->treeScope().rootNode();
62 Element* shadowHostElement = rootNode->isShadowRoot() ? toShadowRoot(rootNode)->host() : 0;
75 return target->toNode() && target->toNode()->treeScope().rootNode() == shadowRoot;
202 Node* rootNode = lastTreeScope.rootNode();
203 return rootNode->isShadowRoot() && toShadowRoot(rootNode)->youngerShadowRoot() == currentTreeScope.rootNode();
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestBumpModel.java 64 rootNode.attachChild(signpost);
68 rootNode.attachChild(lightMdl);
73 rootNode.addLight(pl);
79 rootNode.addLight(dl);
85 rootNode.addLight(dl);
91 rootNode.addLight(dl);
  /external/jmonkeyengine/engine/src/test/jme3test/model/
TestMonkeyHead.java 61 rootNode.attachChild(bumpy);
65 rootNode.attachChild(lightMdl);
70 rootNode.addLight(pl);
76 rootNode.addLight(dl);
82 rootNode.addLight(dl);
88 rootNode.addLight(dl);
TestOgreLoading.java 61 // rootNode.addLight(pl);
68 rootNode.addLight(dl);
73 rootNode.attachChild(lightMdl);
77 rootNode.attachChild(lightMd2);
83 rootNode.addLight(pl);
88 rootNode.addLight(p2);
95 rootNode.attachChild(elephant);
  /external/jmonkeyengine/engine/src/android/jme3test/android/
SimpleSoundTest.java 31 rootNode.attachChild(gun);
32 rootNode.attachChild(nature);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManagerTest.java 46 UiViewElementNode rootNode = CanvasViewInfoTest.createNode("android.widget.LinearLayout",
48 ViewInfo root = new ViewInfo("LinearLayout", rootNode, 10, 10, 100, 100);
49 UiViewElementNode child1Node = CanvasViewInfoTest.createNode(rootNode,
52 UiViewElementNode child2Node = CanvasViewInfoTest.createNode(rootNode,
97 UiViewElementNode rootNode = CanvasViewInfoTest.createNode("android.widget.LinearLayout",
99 ViewInfo root = new ViewInfo("LinearLayout", rootNode, 10, 10, 100, 100);
100 UiViewElementNode child1Node = CanvasViewInfoTest.createNode(rootNode,
103 UiViewElementNode child2Node = CanvasViewInfoTest.createNode(rootNode,

Completed in 349 milliseconds

12 3 4 5 6 7 8 91011>>