Searched refs:bottomInset (Results 1 – 4 of 4) sorted by relevance
19 JS_PROP(bottomInset);
27 void CJX_Margin::bottomInset(CFXJSE_Value* pValue, in bottomInset() function in CJX_Margin
162 Optional<CXFA_Measurement> bottomInset = in CalculateContainerComponentSizeFromContentSize() local165 if (bottomInset) in CalculateContainerComponentSizeFromContentSize()166 componentSize.height += bottomInset->ToUnit(XFA_Unit::Pt); in CalculateContainerComponentSizeFromContentSize()
858 (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::bottomInset,