Home
last modified time | relevance | path

Searched refs:IsFillingAllowed (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h163 bool IsFillingAllowed(CPDFSDK_Widget* pWidget) const;
Dcffl_interactiveformfiller.cpp106 if (!IsReadOnly(pWidget) && IsFillingAllowed(pWidget)) in OnDraw()
470 bool CFFL_InteractiveFormFiller::IsFillingAllowed( in IsFillingAllowed() function in CFFL_InteractiveFormFiller