Home
last modified time | relevance | path

Searched refs:XFAWIDGET (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widget.cpp26 return CPDF_Annot::Subtype::XFAWIDGET; in GetAnnotSubtype()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h59 XFAWIDGET enumerator
Dcpdf_annot.cpp315 return CPDF_Annot::Subtype::XFAWIDGET; in StringToAnnotSubtype()
373 if (nSubtype == CPDF_Annot::Subtype::XFAWIDGET) in AnnotSubtypeToString()
Dcpdf_annotlist.cpp66 case CPDF_Annot::Subtype::XFAWIDGET: in PopupAppearsForAnnotType()
/external/pdfium/fpdfsdk/
Dcpdfsdk_annothandlermgr.cpp123 if (nAnnotSubtype == CPDF_Annot::Subtype::XFAWIDGET) in GetAnnotHandlerOfType()
Dcpdfsdk_pageview.cpp111 pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::XFAWIDGET; in GetFXWidgetAtPoint()
Dfpdf_annot.cpp112 static_assert(static_cast<int>(CPDF_Annot::Subtype::XFAWIDGET) ==