Home
last modified time | relevance | path

Searched refs:childValue (Results 1 – 2 of 2) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNormalizer.java264 String childValue = currChild.getValue(); in repairAltText() local
265 if (childValue == null || childValue.length() == 0) in repairAltText()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4029 static LayoutUnit getBPMWidth(LayoutUnit childValue, Length cssUnit) in getBPMWidth() argument
4032 return (cssUnit.isFixed() ? static_cast<LayoutUnit>(cssUnit.value()) : childValue); in getBPMWidth()