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

  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.h 42 bool IsValidAnnot(const CPDF_Annot* p) const;
cpdfsdk_pageview.cpp 500 bool CPDFSDK_PageView::IsValidAnnot(const CPDF_Annot* p) const {
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 206 if (!IsValidAnnot(pPageView, pAnnot->Get()))
281 if (!(*pAnnot) || !IsValidAnnot(pPageView, pWidget))
721 if (!(*pAnnot) || !IsValidAnnot(pPageView, pWidget))
751 if (!(*pAnnot) || !IsValidAnnot(pPageView, pWidget))
804 if (!(*pAnnot) || !IsValidAnnot(pPageView, pWidget))
835 if (!(*pAnnot) || !IsValidAnnot(pPageView, pWidget))
847 bool CFFL_InteractiveFormFiller::IsValidAnnot(CPDFSDK_PageView* pPageView,
849 return pPageView && pPageView->IsValidAnnot(pAnnot->GetPDFAnnot());
905 if (!pObserved || !IsValidAnnot(privateData.pPageView, privateData.pWidget))
cffl_interactiveformfiller.h 91 static bool IsValidAnnot(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot);

Completed in 67 milliseconds