HomeSort by relevance Sort by last modified time
    Searched defs:m_pAnnot (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.h 98 UnownedPtr<CPDF_Annot> const m_pAnnot;
  /external/pdfium/fxjs/
cjs_annot.h 30 CPDFSDK_Annot::ObservedPtr m_pAnnot;
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_embeddertest.cpp 35 m_pAnnot = iter.GetFirstAnnot();
36 ASSERT_TRUE(m_pAnnot);
37 ASSERT_EQ(CPDF_Annot::Subtype::WIDGET, m_pAnnot->GetAnnotSubtype());
40 CPDFSDK_Annot* pAnnotReadOnly = iter.GetNextAnnot(m_pAnnot);
81 CPDFSDK_Annot* GetCPDFSDKAnnot() { return m_pAnnot; }
88 CPDFSDK_Annot* m_pAnnot;

Completed in 744 milliseconds