Home
last modified time | relevance | path

Searched refs:bottomInset (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_margin.h19 JS_PROP(bottomInset);
Dcjx_margin.cpp27 void CJX_Margin::bottomInset(CFXJSE_Value* pValue, in bottomInset() function in CJX_Margin
/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp162 Optional<CXFA_Measurement> bottomInset = in CalculateContainerComponentSizeFromContentSize() local
165 if (bottomInset) in CalculateContainerComponentSizeFromContentSize()
166 componentSize.height += bottomInset->ToUnit(XFA_Unit::Pt); in CalculateContainerComponentSizeFromContentSize()
Dxfa_basic_data_element_script.cpp858 (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::bottomInset,