/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResourceClipper.cpp | 92 … for (Node* childNode = element()->firstChild(); childNode; childNode = childNode->nextSibling()) { in tryPathOnlyClipping() local 271 … for (Node* childNode = element()->firstChild(); childNode; childNode = childNode->nextSibling()) { in asDisplayList() local 311 … for (Node* childNode = element()->firstChild(); childNode; childNode = childNode->nextSibling()) { in calculateClipContentRepaintRect() local 341 … for (Node* childNode = element()->firstChild(); childNode; childNode = childNode->nextSibling()) { in hitTestClipContent() local
|
D | RenderSVGResourceMasker.cpp | 137 … for (Node* childNode = element()->firstChild(); childNode; childNode = childNode->nextSibling()) { in asDisplayList() local 153 … for (Node* childNode = element()->firstChild(); childNode; childNode = childNode->nextSibling()) { in calculateMaskContentRepaintRect() local
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
D | StringArrayResourceLoader.java | 34 Node childNode = childNodes.item(j); in processNode() local
|
D | PluralResourceLoader.java | 41 Node childNode = childNodes.item(j); in processNode() local
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | HeapSnapshotGridNodes.js | 613 _childHashForNode: function(childNode) argument 711 _childHashForNode: function(childNode) argument 868 _childHashForNode: function(childNode) argument 1036 _childHashForNode: function(childNode) argument 1156 _childHashForNode: function(childNode) argument
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ContainerNode.h | 211 inline Node* Node::childNode(unsigned index) const in childNode() function
|
D | ContainerNode.cpp | 900 Node *ContainerNode::childNode(unsigned index) const in childNode() function in WebCore::ContainerNode
|
D | Range.cpp | 230 Node* childNode = checkNodeWOffset(refNode.get(), offset, exceptionState); in setStart() local 258 Node* childNode = checkNodeWOffset(refNode.get(), offset, exceptionState); in setEnd() local
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPNormalizer.java | 417 private static void transplantArrayItemAlias(Iterator propertyIt, XMPNode childNode, in transplantArrayItemAlias()
|
D | XMPNodeUtils.java | 168 XMPNode childNode = parent.findChildByName(childName); in findChildNode() local
|
D | ParseRDF.java | 910 XMPNode childNode = addChildNode(xmp, xmpParent, xmlNode, "", isTopLevel); in rdf_EmptyPropertyElement() local
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOMBuilder.java | 481 Node childNode; in characters() local
|
/external/chromium_org/gpu/tools/compositor_model_bench/ |
D | render_tree.cc | 359 DictionaryValue* childNode; in InterpretContentLayer() local
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
D | RobolectricConfig.java | 149 Node childNode = node.getChildNodes().item(i); in getChildrenTags() local
|
/external/llvm/lib/Analysis/ |
D | PathNumbering.cpp | 429 BallLarusNode* childNode; in buildEdge() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderNamedFlowThread.cpp | 149 Node* childNode = newChild->node(); in addFlowChild() local
|
D | RenderBlock.cpp | 3300 Node* childNode = child->nonPseudoNode(); in positionForPointRespectingEditingBoundaries() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
D | DateTimeEditElement.cpp | 683 …for (Node* childNode = fieldsWrapper->firstChild(); childNode; childNode = fieldsWrapper->firstChi… in layout() local
|
/external/chromium_org/third_party/angle/src/compiler/ |
D | Intermediate.cpp | 278 TIntermTyped* TIntermediate::addUnaryMath(TOperator op, TIntermNode* childNode, const TSourceLoc& l… in addUnaryMath()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | ApplyStyleCommand.cpp | 1121 RefPtr<Node> childNode; in removeInlineStyle() local
|