Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_checkbutton.h20 bool IsAllowNeutral();
Dcxfa_checkbutton.cpp58 bool CXFA_CheckButton::IsAllowNeutral() { in IsAllowNeutral() function in CXFA_CheckButton
/external/pdfium/xfa/fxfa/
Dcxfa_ffcheckbutton.cpp86 if (button_->IsAllowNeutral()) in UpdateWidgetProperty()