Searched refs:curChild (Results 1 – 3 of 3) sorted by relevance
131 Spatial curChild = assetChildren.get(assetKey); in attachLinkedChildren() local132 if (curChild != null) { in attachLinkedChildren()133 curChild.removeFromParent(); in attachLinkedChildren()
245 …for (Frame* curChild = frameTree.firstChild(); curChild; curChild = curChild->tree().nextSibling()… in frameContentAsPlainText() local247 RenderView* contentRenderer = curChild->contentRenderer(); in frameContentAsPlainText()248 RenderPart* ownerRenderer = curChild->ownerRenderer(); in frameContentAsPlainText()264 frameContentAsPlainText(maxChars, curChild, output); in frameContentAsPlainText()
387 GraphicsLayer* curChild = childLayers[i]; in updateChildList() local389 childHost->addChild(curChild->platformLayer()); in updateChildList()