Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.h80 bool IsAllowNeutral();
Dcxfa_widgetdata.cpp521 bool CXFA_WidgetData::IsAllowNeutral() { in IsAllowNeutral() function in CXFA_WidgetData
/external/pdfium/xfa/fxfa/app/
Dxfa_ffcheckbutton.cpp81 if (m_pDataAcc->IsAllowNeutral()) { in UpdateWidgetProperty()