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

  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.h 43 bool IsValidSDKAnnot(const CPDFSDK_Annot* p) const;
cpdfsdk_pageview.cpp 512 bool CPDFSDK_PageView::IsValidSDKAnnot(const CPDFSDK_Annot* p) const {
520 return IsValidSDKAnnot(pFocusAnnot) ? pFocusAnnot : nullptr;
cpdfsdk_formfillenvironment.cpp 542 if (it.second->IsValidSDKAnnot(GetFocusAnnot()))
637 if (pPageView->IsValidSDKAnnot(GetFocusAnnot()))

Completed in 87 milliseconds