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

  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.h 40 UnownedPtr<CPDF_Dictionary> m_pAnnotDict;
  /external/pdfium/core/fpdfdoc/
cpdf_annot.h 80 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); }
108 MaybeOwned<CPDF_Dictionary> m_pAnnotDict;
  /external/pdfium/fpdfsdk/
fpdfannot.cpp 149 : m_pAnnotDict(pAnnotDict), m_pPage(pPage) {
170 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); }
175 UnownedPtr<CPDF_Dictionary> m_pAnnotDict;
    [all...]

Completed in 817 milliseconds