Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h90 static bool IsFillingAllowed(CPDFSDK_Widget* pWidget);
Dcffl_interactiveformfiller.cpp107 if (!IsReadOnly(pWidget) && IsFillingAllowed(pWidget)) in OnDraw()
457 bool CFFL_InteractiveFormFiller::IsFillingAllowed(CPDFSDK_Widget* pWidget) { in IsFillingAllowed() function in CFFL_InteractiveFormFiller