Searched refs:rightInset (Results 1 – 4 of 4) sorted by relevance
21 JS_PROP(rightInset);
39 void CJX_Margin::rightInset(CFXJSE_Value* pValue, in rightInset() function in CJX_Margin
147 Optional<CXFA_Measurement> rightInset = in CalculateContainerComponentSizeFromContentSize() local149 if (rightInset) in CalculateContainerComponentSizeFromContentSize()150 componentSize.width += rightInset->ToUnit(XFA_Unit::Pt); in CalculateContainerComponentSizeFromContentSize()
862 {0x8a692521, L"rightInset", (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::rightInset,