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 41 bool IsValidSDKAnnot(const CPDFSDK_Annot* p) const;
cpdfsdk_pageview.cpp 477 bool CPDFSDK_PageView::IsValidSDKAnnot(const CPDFSDK_Annot* p) const {
485 return IsValidSDKAnnot(pFocusAnnot) ? pFocusAnnot : nullptr;
cpdfsdk_formfillenvironment.cpp 567 if (it.second->IsValidSDKAnnot(GetFocusAnnot()))
667 if (pPageView->IsValidSDKAnnot(GetFocusAnnot()))

Completed in 330 milliseconds