HomeSort by relevance Sort by last modified time
    Searched refs:GetAnnotSubtype (Results 1 - 13 of 13) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_xfawidget.h 27 CPDF_Annot::Subtype GetAnnotSubtype() const override;
cpdfsdk_xfawidget.cpp 27 CPDF_Annot::Subtype CPDFSDK_XFAWidget::GetAnnotSubtype() const {
cpdfsdk_annot.h 39 virtual CPDF_Annot::Subtype GetAnnotSubtype() const;
cpdfsdk_annot.cpp 62 CPDF_Annot::Subtype CPDFSDK_Annot::GetAnnotSubtype() const {
cpdfsdk_baannot.h 31 CPDF_Annot::Subtype GetAnnotSubtype() const override;
cpdfsdk_pageview.cpp 137 if (pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::POPUP)
149 bool bHitTest = pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::WIDGET;
152 pSDKAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::XFAWIDGET;
cpdfsdk_baannothandler.cpp 74 if (bDrawAnnots && pAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::POPUP) {
cpdfsdk_annothandlermgr.cpp 79 return GetAnnotHandler(pAnnot->GetAnnotSubtype());
284 pSDKAnnot->GetAnnotSubtype());
cba_annotiterator.cpp 77 if (pAnnot->GetAnnotSubtype() == m_nAnnotSubtype &&
cpdfsdk_widgethandler.cpp 33 ASSERT(pAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::WIDGET);
cpdfsdk_baannot.cpp 52 CPDF_Annot::Subtype CPDFSDK_BAAnnot::GetAnnotSubtype() const {
cpdfsdk_formfillenvironment.cpp 740 if (pFocusAnnot->GetAnnotSubtype() == CPDF_Annot::Subtype::WIDGET) {
  /external/pdfium/fpdfsdk/javascript/
Annot.cpp 109 ToBAAnnot(m_pAnnot.Get())->GetAnnotSubtype());

Completed in 383 milliseconds