Home
last modified time | relevance | path

Searched defs:childNode (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp92 … 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
DRenderSVGResourceMasker.cpp137 … 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/
DStringArrayResourceLoader.java34 Node childNode = childNodes.item(j); in processNode() local
DPluralResourceLoader.java41 Node childNode = childNodes.item(j); in processNode() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DHeapSnapshotGridNodes.js613 _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/
DContainerNode.h211 inline Node* Node::childNode(unsigned index) const in childNode() function
DContainerNode.cpp900 Node *ContainerNode::childNode(unsigned index) const in childNode() function in WebCore::ContainerNode
DRange.cpp230 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/
DXMPNormalizer.java417 private static void transplantArrayItemAlias(Iterator propertyIt, XMPNode childNode, in transplantArrayItemAlias()
DXMPNodeUtils.java168 XMPNode childNode = parent.findChildByName(childName); in findChildNode() local
DParseRDF.java910 XMPNode childNode = addChildNode(xmp, xmpParent, xmlNode, "", isTopLevel); in rdf_EmptyPropertyElement() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMBuilder.java481 Node childNode; in characters() local
/external/chromium_org/gpu/tools/compositor_model_bench/
Drender_tree.cc359 DictionaryValue* childNode; in InterpretContentLayer() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectricConfig.java149 Node childNode = node.getChildNodes().item(i); in getChildrenTags() local
/external/llvm/lib/Analysis/
DPathNumbering.cpp429 BallLarusNode* childNode; in buildEdge() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderNamedFlowThread.cpp149 Node* childNode = newChild->node(); in addFlowChild() local
DRenderBlock.cpp3300 Node* childNode = child->nonPseudoNode(); in positionForPointRespectingEditingBoundaries() local
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeEditElement.cpp683 …for (Node* childNode = fieldsWrapper->firstChild(); childNode; childNode = fieldsWrapper->firstChi… in layout() local
/external/chromium_org/third_party/angle/src/compiler/
DIntermediate.cpp278 TIntermTyped* TIntermediate::addUnaryMath(TOperator op, TIntermNode* childNode, const TSourceLoc& l… in addUnaryMath()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp1121 RefPtr<Node> childNode; in removeInlineStyle() local