Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_margin.h22 JS_PROP(topInset);
Dcjx_margin.cpp33 void CJX_Margin::topInset(CFXJSE_Value* pValue, in topInset() function in CJX_Margin
/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp157 Optional<CXFA_Measurement> topInset = in CalculateContainerComponentSizeFromContentSize() local
159 if (topInset) in CalculateContainerComponentSizeFromContentSize()
160 componentSize.height += topInset->ToUnit(XFA_Unit::Pt); in CalculateContainerComponentSizeFromContentSize()
Dxfa_basic_data_element_script.cpp860 {0x25764436, L"topInset", (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::topInset,