Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp215 FillLayer* currChild = (selector->style()->*m_accessLayers)(); in applyInheritValue() local
239 FillLayer* currChild = (selector->style()->*m_accessLayers)(); in applyInitialValue() local
247 FillLayer* currChild = (selector->style()->*m_accessLayers)(); in applyValue() local
/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/webkit/Source/WebCore/rendering/
DRenderListItem.cpp154 for (RenderObject* currChild = firstChild; currChild; currChild = currChild->nextSibling()) { in getParentOfFirstLineBox() local
DRenderInline.cpp306 RenderBoxModelObject* currChild = this; in splitInlines() local
DInlineFlowBox.cpp334 for (InlineBox* currChild = firstChild(); currChild; currChild = currChild->nextOnLine()) { in determineSpacingForFlowBoxes() local
DRenderBlock.cpp480 RenderBoxModelObject* currChild = this; in splitBlocks() local
5382 RenderObject* currChild = firstLetterBlock->firstChild(); in updateFirstLetter() local
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp645 for (RenderObject *currChild = r->firstChild(); currChild; currChild->nextSibling()) { in handleTextNodeFirstLetter() local