Searched refs:childValue (Results 1 – 2 of 2) sorted by relevance
264 String childValue = currChild.getValue(); in repairAltText() local265 if (childValue == null || childValue.length() == 0) in repairAltText()
4029 static LayoutUnit getBPMWidth(LayoutUnit childValue, Length cssUnit) in getBPMWidth() argument4032 return (cssUnit.isFixed() ? static_cast<LayoutUnit>(cssUnit.value()) : childValue); in getBPMWidth()