Home
last modified time | relevance | path

Searched refs:IsValidSDKAnnot (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.h43 bool IsValidSDKAnnot(const CPDFSDK_Annot* p) const;
Dcpdfsdk_pageview.cpp512 bool CPDFSDK_PageView::IsValidSDKAnnot(const CPDFSDK_Annot* p) const { function in CPDFSDK_PageView
520 return IsValidSDKAnnot(pFocusAnnot) ? pFocusAnnot : nullptr;
Dcpdfsdk_formfillenvironment.cpp542 if (it.second->IsValidSDKAnnot(GetFocusAnnot())) in ClearAllFocusedAnnots()
637 if (pPageView->IsValidSDKAnnot(GetFocusAnnot())) in RemovePageView()