Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/core/
Dfwl_form.h73 FWL_FORMSIZE GetFormSize();
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_formimp.h84 virtual FWL_FORMSIZE GetFormSize();
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_formimp.cpp34 FWL_FORMSIZE IFWL_Form::GetFormSize() { in GetFormSize() function in IFWL_Form
35 return static_cast<CFWL_FormImp*>(GetImpl())->GetFormSize(); in GetFormSize()
379 FWL_FORMSIZE CFWL_FormImp::GetFormSize() { in GetFormSize() function in CFWL_FormImp