Home
last modified time | relevance | path

Searched defs:currChild (Results 1 – 6 of 6) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParseRDF.java285 Node currChild = xmlParent.getChildNodes().item(i); in rdf_PropertyElementList() local
452 Node currChild = xmlNode.getChildNodes().item(i); in rdf_PropertyElement() local
526 Node currChild = null; in rdf_ResourcePropertyElement() local
DXMPNormalizer.java256 XMPNode currChild = (XMPNode) it.next(); in repairAltText() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListItem.cpp232 for (RenderObject* currChild = firstChild; currChild; currChild = currChild->nextSibling()) { in getParentOfFirstLineBox() local
DRenderInline.cpp377 RenderBoxModelObject* currChild = this; in splitInlines() local
DInlineFlowBox.cpp351 for (InlineBox* currChild = firstChild(); currChild; currChild = currChild->nextOnLine()) { in determineSpacingForFlowBoxes() local
DRenderBlock.cpp534 RenderBoxModelObject* currChild = this; in splitBlocks() local
4877 RenderObject* currChild = firstLetterBlock->firstChild(); in updateFirstLetter() local