Searched refs:GetMaxChars (Results 1 – 3 of 3) sorted by relevance
92 std::tie(eType, iMaxChars) = m_pNode->GetMaxChars(); in UpdateWidgetProperty()295 std::tie(elementType, iMaxChars) = m_pNode->GetMaxChars(); in UpdateFWLData()
377 std::pair<XFA_Element, int32_t> GetMaxChars();
4589 std::pair<XFA_Element, int32_t> CXFA_Node::GetMaxChars() { in GetMaxChars() function in CXFA_Node