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

  /external/pdfium/fpdfsdk/
cpdfsdk_annotiteration.cpp 24 CPDFSDK_Annot* pTopMostAnnot = pPageView->GetFocusAnnot();
cpdfsdk_pageview.cpp 114 CPDFSDK_Annot* annot = GetFocusAnnot();
189 if (GetFocusAnnot() == pAnnot)
300 CPDFSDK_Annot::ObservedPtr pFocusAnnot(GetFocusAnnot());
357 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) {
367 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) {
483 CPDFSDK_Annot* CPDFSDK_PageView::GetFocusAnnot() {
484 CPDFSDK_Annot* pFocusAnnot = m_pFormFillEnv->GetFocusAnnot();
cpdfsdk_pageview.h 39 CPDFSDK_Annot* GetFocusAnnot();
cpdfsdk_formfillenvironment.h 45 CPDFSDK_Annot* GetFocusAnnot() { return m_pFocusAnnot.Get(); }
cpdfsdk_annothandlermgr.cpp 207 CPDFSDK_Annot* pFocusAnnot = pPage->GetFocusAnnot();
cpdfsdk_xfawidgethandler.cpp 60 if (pPageView->GetFormFillEnv()->GetFocusAnnot() != pAnnot)
cpdfsdk_formfillenvironment.cpp 567 if (it.second->IsValidSDKAnnot(GetFocusAnnot()))
667 if (pPageView->IsValidSDKAnnot(GetFocusAnnot()))
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 68 if (m_pFormFillEnv->GetFocusAnnot() == pAnnot) {
244 if (m_pFormFillEnv->GetFocusAnnot() == pAnnot->Get()) {
953 if (pFormFillEnv->GetFocusAnnot() != pData->pWidget)
    [all...]

Completed in 77 milliseconds