Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffcheckbutton.cpp72 int32_t iShape = m_pDataAcc->GetCheckButtonShape(); in UpdateWidgetProperty()
226 m_pDataAcc->GetCheckButtonShape() == XFA_ATTRIBUTEENUM_Round in RenderWidget()
231 m_pDataAcc->GetCheckButtonShape() == XFA_ATTRIBUTEENUM_Round); in RenderWidget()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h643 int32_t GetCheckButtonShape();
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp1805 int32_t CXFA_WidgetData::GetCheckButtonShape() { in GetCheckButtonShape() function in CXFA_WidgetData