Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp178 Optional<int32_t> dataLen = node->GetBarcodeAttribute_DataLength(); in UpdateWidgetProperty()
Dcxfa_fftextedit.cpp277 nDataLen = m_pNode->GetBarcodeAttribute_DataLength().value_or(0); in UpdateFWLData()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h286 Optional<int32_t> GetBarcodeAttribute_DataLength();
Dcxfa_node.cpp2101 Optional<int32_t> CXFA_Node::GetBarcodeAttribute_DataLength() { in GetBarcodeAttribute_DataLength() function in CXFA_Node