Searched defs:IsProtectedType (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dbarcode.cpp37 FX_BOOL CFWL_Barcode::IsProtectedType() { function in class:CFWL_Barcode
40 return static_cast<IFWL_Barcode*>(m_pIface)->IsProtectedType();
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_barcodeimp.cpp26 FX_BOOL IFWL_Barcode::IsProtectedType() { function in class:IFWL_Barcode
27 return static_cast<CFWL_BarcodeImp*>(GetImpl())->IsProtectedType();
199 FX_BOOL CFWL_BarcodeImp::IsProtectedType() { function in class:CFWL_BarcodeImp

Completed in 431 milliseconds