Searched refs:GetFocusAnnot (Results 1 – 8 of 8) sorted by relevance
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() { function in CPDFSDK_PageView484 CPDFSDK_Annot* pFocusAnnot = m_pFormFillEnv->GetFocusAnnot();
24 CPDFSDK_Annot* pTopMostAnnot = pPageView->GetFocusAnnot(); in CPDFSDK_AnnotIteration()
39 CPDFSDK_Annot* GetFocusAnnot();
45 CPDFSDK_Annot* GetFocusAnnot() { return m_pFocusAnnot.Get(); } in GetFocusAnnot() function
207 CPDFSDK_Annot* pFocusAnnot = pPage->GetFocusAnnot(); in Annot_OnKeyDown()
567 if (it.second->IsValidSDKAnnot(GetFocusAnnot())) in ClearAllFocusedAnnots()667 if (pPageView->IsValidSDKAnnot(GetFocusAnnot())) in RemovePageView()
60 if (pPageView->GetFormFillEnv()->GetFocusAnnot() != pAnnot) in OnDraw()
68 if (m_pFormFillEnv->GetFocusAnnot() == pAnnot) { in OnDraw()244 if (m_pFormFillEnv->GetFocusAnnot() == pAnnot->Get()) { in OnLButtonUp()953 if (pFormFillEnv->GetFocusAnnot() != pData->pWidget) { in OnBeforeKeyStroke()