Searched refs:currChild (Results 1 – 7 of 7) sorted by relevance
358 FillLayer* currChild = state.style()->{{access_layers}}();359 currChild->set{{fill_type}}(FillLayer::initialFill{{fill_type}}({{fill_layer_type}}));360 for (currChild = currChild->next(); currChild; currChild = currChild->next())361 currChild->clear{{fill_type}}();366 FillLayer* currChild = state.style()->{{access_layers}}();370 if (!currChild) {372 currChild = new FillLayer({{fill_layer_type}});373 prevChild->setNext(currChild);375 currChild->set{{fill_type}}(currParent->{{lower_first(fill_type)}}());376 prevChild = currChild;[all …]
232 for (RenderObject* currChild = firstChild; currChild; currChild = currChild->nextSibling()) { in getParentOfFirstLineBox() local233 if (currChild == marker) in getParentOfFirstLineBox()236 …if (currChild->isInline() && (!currChild->isRenderInline() || curr->generatesLineBoxesForInlineChi… in getParentOfFirstLineBox()239 if (currChild->isFloating() || currChild->isOutOfFlowPositioned()) in getParentOfFirstLineBox()242 …if (!currChild->isRenderBlockFlow() || (currChild->isBox() && toRenderBox(currChild)->isWritingMod… in getParentOfFirstLineBox()245 if (curr->isListItem() && inQuirksMode && currChild->node() && in getParentOfFirstLineBox()246 (currChild->node()->hasTagName(ulTag)|| currChild->node()->hasTagName(olTag))) in getParentOfFirstLineBox()249 RenderObject* lineBox = getParentOfFirstLineBox(toRenderBlockFlow(currChild), marker); in getParentOfFirstLineBox()
534 RenderBoxModelObject* currChild = this; in splitBlocks() local535 RenderObject* currChildNextSibling = currChild->nextSibling(); in splitBlocks()564 currChild = curr; in splitBlocks()565 currChildNextSibling = currChild->nextSibling(); in splitBlocks()4877 RenderObject* currChild = firstLetterBlock->firstChild(); in updateFirstLetter() local4879 while (currChild) { in updateFirstLetter()4880 if (currChild->isText()) { in updateFirstLetter()4883 length = firstLetterLength(toRenderText(currChild)->originalText()); in updateFirstLetter()4886 currChild = currChild->nextSibling(); in updateFirstLetter()4887 } else if (currChild->isListMarker()) { in updateFirstLetter()[all …]
351 for (InlineBox* currChild = firstChild(); currChild; currChild = currChild->nextOnLine()) { in determineSpacingForFlowBoxes() local352 if (currChild->isInlineFlowBox()) { in determineSpacingForFlowBoxes()353 InlineFlowBox* currFlow = toInlineFlowBox(currChild); in determineSpacingForFlowBoxes()
377 RenderBoxModelObject* currChild = this; in splitInlines() local403 o = currChild->nextSibling(); in splitInlines()413 currChild = curr; in splitInlines()423 o = currChild->nextSibling(); in splitInlines()
285 Node currChild = xmlParent.getChildNodes().item(i); in rdf_PropertyElementList() local286 if (isWhitespaceNode(currChild)) in rdf_PropertyElementList()290 else if (currChild.getNodeType() != Node.ELEMENT_NODE) in rdf_PropertyElementList()296 rdf_PropertyElement(xmp, xmpParent, currChild, isTopLevel); in rdf_PropertyElementList()452 Node currChild = xmlNode.getChildNodes().item(i); in rdf_PropertyElement() local453 if (currChild.getNodeType() != Node.TEXT_NODE) in rdf_PropertyElement()526 Node currChild = null; in rdf_ResourcePropertyElement() local531 currChild = xmlNode.getChildNodes().item(i); in rdf_ResourcePropertyElement()532 if (!isWhitespaceNode(currChild)) in rdf_ResourcePropertyElement()534 if (currChild.getNodeType() == Node.ELEMENT_NODE && !found) in rdf_ResourcePropertyElement()[all …]
256 XMPNode currChild = (XMPNode) it.next(); in repairAltText() local257 if (currChild.getOptions().isCompositeProperty()) in repairAltText()262 else if (!currChild.getOptions().getHasLanguage()) in repairAltText()264 String childValue = currChild.getValue(); in repairAltText()274 currChild.addQualifier(repairLang); in repairAltText()