Searched refs:GetMaxChars (Results 1 – 3 of 3) sorted by relevance
91 std::tie(eType, iMaxChars) = m_pNode->GetWidgetAcc()->GetMaxChars(); in UpdateWidgetProperty()267 std::tie(elementType, iMaxChars) = m_pNode->GetWidgetAcc()->GetMaxChars(); in UpdateFWLData()
177 std::pair<XFA_Element, int32_t> GetMaxChars();
2297 std::pair<XFA_Element, int32_t> CXFA_WidgetAcc::GetMaxChars() { in GetMaxChars() function in CXFA_WidgetAcc