Searched refs:childNode (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DDOMStorageItemsView.js98 var childNode = children[i];
99 if (childNode.data.key === storageData.key) {
100 rootNode.removeChild(childNode);
126 var childNode = new WebInspector.DataGridNode({key: storageData.key, value: storageData.value}, false);
127 rootNode.insertChild(childNode, children.length - 1);
146 var childNode = children[i];
147 if (childNode.data.key === storageData.key) {
149 rootNode.removeChild(childNode);
153 if (childNode.data.value !== storageData.value) {
154 childNode
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/automation/
H A Dautomation_node.js462 var childNode = this.axNodeDataCache_[childId];
463 if (childNode) {
464 if (childNode.parent() != node) {
466 if (childNode.parent()) {
467 var parentImpl = privates(childNode.parent()).impl;
483 childNode = new AutomationNode(this);
484 this.axNodeDataCache_[childId] = childNode;
485 privates(childNode).impl.id = childId;
486 updateState.pendingNodes[childId] = childNode;
487 updateState.newNodes[childId] = childNode;
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DPluralResourceLoader.java41 Node childNode = childNodes.item(j);
42 String value = childNode.getTextContent();
43 String quantity = childNode.getAttributes().getNamedItem("quantity").getTextContent();
H A DStringArrayResourceLoader.java34 Node childNode = childNodes.item(j);
36 String value = childNode.getTextContent();
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java481 Node childNode;
482 childNode = m_currentNode != null ? m_currentNode.getLastChild(): null;
483 if( childNode != null && childNode.getNodeType() == Node.TEXT_NODE ){
484 ((Text)childNode).appendData(s);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCanvasReplayStateView.js364 var childNode = this._createDataGridNode(descriptor);
365 parent.appendChild(childNode);
366 var oldChildrenItem = oldChildren[childNode.name] || {};
368 if (!oldChildNode || oldChildNode.element().textContent !== childNode.element().textContent)
369 nodesToHighlight.push(childNode);
370 appendResourceStateDescriptors.call(this, descriptor.values, childNode, oldChildrenItem.children);
H A DHeapSnapshotGridNodes.js765 * @param {!WebInspector.HeapSnapshotObjectNode} childNode
768 _childHashForNode: function(childNode)
770 return childNode._edgeIndex;
979 * @param {!WebInspector.HeapSnapshotObjectNode} childNode
982 _childHashForNode: function(childNode)
984 return childNode._edgeIndex;
1157 * @param {!WebInspector.HeapSnapshotInstanceNode} childNode
1160 _childHashForNode: function(childNode)
1162 return childNode.snapshotNodeId;
1364 * @param {!WebInspector.HeapSnapshotInstanceNode} childNode
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtraverse_util.js123 var childNode = null;
134 childNode = node;
139 if (childNode) {
140 cursor.node = childNode;
217 var childNode = null;
228 childNode = node;
233 if (childNode) {
234 cursor.node = childNode;
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Dtraverse_util.js161 var childNode = null;
170 childNode = node;
175 if (childNode) {
176 cursor.node = childNode;
243 var childNode = null;
252 childNode = node;
257 if (childNode) {
258 cursor.node = childNode;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java910 XMPNode childNode = addChildNode(xmp, xmpParent, xmlNode, "", isTopLevel);
915 childNode.setValue(valueNode != null ? valueNode.getNodeValue() : "");
919 childNode.getOptions().setURI(true);
924 childNode.getOptions().setStruct(true);
947 addQualifierNode(childNode, "rdf:resource", attribute.getNodeValue());
954 childNode, attribute.getNodeName(), attribute.getNodeValue());
958 addQualifierNode (childNode, XML_LANG, attribute.getNodeValue());
962 addChildNode (xmp, childNode, attribute, attribute.getNodeValue(), false);
H A DXMPNormalizer.java413 * @param childNode the node to be moved
417 private static void transplantArrayItemAlias(Iterator propertyIt, XMPNode childNode, argument
422 if (childNode.getOptions().getHasLanguage())
429 childNode.addQualifier(langQual);
433 childNode.setName(XMPConst.ARRAY_ITEM_NAME);
434 baseArray.addChild(childNode);
H A DXMPNodeUtils.java168 XMPNode childNode = parent.findChildByName(childName);
170 if (childNode == null && createNodes)
173 childNode = new XMPNode(childName, options);
174 childNode.setImplicit(true);
175 parent.addChild(childNode);
178 assert childNode != null || !createNodes;
180 return childNode;
/external/chromium_org/third_party/icu/source/i18n/
H A Dplurrule.cpp735 childNode=NULL;
740 if ( other.childNode == NULL ) {
741 this->childNode = NULL;
744 this->childNode = new AndConstraint(*(other.childNode));
755 if (childNode!=NULL) {
756 delete childNode;
771 U_ASSERT(curOrConstraint->childNode == NULL);
772 curOrConstraint->childNode = new AndConstraint();
774 return curOrConstraint->childNode;
[all...]
H A Dplurrule_impl.h240 AndConstraint *childNode; member in class:OrConstraint
/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp838 childNode=NULL;
843 if ( other.childNode == NULL ) {
844 this->childNode = NULL;
847 this->childNode = new AndConstraint(*(other.childNode));
858 if (childNode!=NULL) {
859 delete childNode;
874 U_ASSERT(curOrConstraint->childNode == NULL);
875 curOrConstraint->childNode = new AndConstraint();
877 return curOrConstraint->childNode;
[all...]
H A Dplurrule_impl.h240 AndConstraint *childNode; member in class:OrConstraint
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricConfig.java149 Node childNode = node.getChildNodes().item(i);
150 if (childNode.getNodeName().equalsIgnoreCase(tagName)) {
151 children.add(childNode);
/external/chromium_org/tools/grit/grit/tool/
H A Dandroid2grd.py384 for childNode in placeholder_node.childNodes:
385 if childNode.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
386 text.append(childNode.data)
387 elif childNode.nodeType != Node.COMMENT_NODE:
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_tree.cc360 base::DictionaryValue* childNode; local
361 children->GetDictionary(i, &childNode);
362 RenderNode* child = InterpretNode(childNode);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermediate.cpp172 TOperator op, TIntermNode *childNode, const TSourceLoc &line)
175 TIntermTyped *child = childNode->getAsTyped();
171 addUnaryMath( TOperator op, TIntermNode *childNode, const TSourceLoc &line) argument
/external/deqp/framework/common/
H A DtcuTestExecutor.cpp352 TestNode* childNode = iter.children[iter.curChildNdx]; local
353 m_sessionStack.push_back(NodeIter(childNode));
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeEditElement.cpp695 for (Node* childNode = fieldsWrapper->firstChild(); childNode; childNode = fieldsWrapper->firstChild()) {
696 fieldsWrapper->removeChild(childNode);
697 if (childNode == lastChildToBeRemoved)
/external/chromium_org/third_party/readability/js/
H A Dreadability.js596 var childNode = node.childNodes[i];
597 if(childNode.nodeType === 3) { // Node.TEXT_NODE
599 var t = document.createTextNode(childNode.nodeValue);
603 childNode.parentNode.replaceChild(p, childNode);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp1150 RefPtrWillBeRawPtr<Node> childNode = nullptr; local
1153 childNode = elem->firstChild();
1174 for (; childNode; childNode = childNode->nextSibling())
1175 applyInlineStyleToPushDown(childNode.get(), styleToPushDown.get());

Completed in 484 milliseconds

12