Home
last modified time | relevance | path

Searched refs:GetMaxChars (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp92 std::tie(eType, iMaxChars) = m_pNode->GetMaxChars(); in UpdateWidgetProperty()
295 std::tie(elementType, iMaxChars) = m_pNode->GetMaxChars(); in UpdateFWLData()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h377 std::pair<XFA_Element, int32_t> GetMaxChars();
Dcxfa_node.cpp4589 std::pair<XFA_Element, int32_t> CXFA_Node::GetMaxChars() { in GetMaxChars() function in CXFA_Node