Home
last modified time | relevance | path

Searched refs:IsValidAnnot (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp206 if (!IsValidAnnot(pPageView, pAnnot->Get())) in OnLButtonDown()
281 if (!(*pAnnot) || !IsValidAnnot(pPageView, pWidget)) in OnButtonUp()
721 if (!(*pAnnot) || !IsValidAnnot(pPageView, pWidget)) in OnClick()
751 if (!(*pAnnot) || !IsValidAnnot(pPageView, pWidget)) in OnFull()
804 if (!(*pAnnot) || !IsValidAnnot(pPageView, pWidget)) in OnPreOpen()
835 if (!(*pAnnot) || !IsValidAnnot(pPageView, pWidget)) in OnPostOpen()
847 bool CFFL_InteractiveFormFiller::IsValidAnnot(CPDFSDK_PageView* pPageView, in IsValidAnnot() function in CFFL_InteractiveFormFiller
849 return pPageView && pPageView->IsValidAnnot(pAnnot->GetPDFAnnot()); in IsValidAnnot()
905 if (!pObserved || !IsValidAnnot(privateData.pPageView, privateData.pWidget)) in OnBeforeKeyStroke()
Dcffl_interactiveformfiller.h91 static bool IsValidAnnot(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot);
/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.h42 bool IsValidAnnot(const CPDF_Annot* p) const;
Dcpdfsdk_pageview.cpp500 bool CPDFSDK_PageView::IsValidAnnot(const CPDF_Annot* p) const { function in CPDFSDK_PageView