Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_annothandlermgr.cpp55 return GetAnnotHandler(CPDF_Annot::Subtype::XFAWIDGET) in NewAnnot()
100 if (nAnnotSubtype == CPDF_Annot::Subtype::XFAWIDGET) in GetAnnotHandler()
261 GetAnnotHandler(CPDF_Annot::Subtype::XFAWIDGET)) in Annot_OnChangeFocus()
Dcpdfsdk_xfawidget.cpp30 return CPDF_Annot::Subtype::XFAWIDGET; in GetAnnotSubtype()
Dcpdfsdk_pageview.cpp145 pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::XFAWIDGET;
Dfpdfannot.cpp103 static_assert(static_cast<int>(CPDF_Annot::Subtype::XFAWIDGET) ==
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h63 XFAWIDGET enumerator
Dcpdf_annot.cpp288 return CPDF_Annot::Subtype::XFAWIDGET; in StringToAnnotSubtype()
346 if (nSubtype == CPDF_Annot::Subtype::XFAWIDGET) in AnnotSubtypeToString()