Home
last modified time | relevance | path

Searched refs:GetFocusAnnot (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp114 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_PageView
484 CPDFSDK_Annot* pFocusAnnot = m_pFormFillEnv->GetFocusAnnot();
Dcpdfsdk_annotiteration.cpp24 CPDFSDK_Annot* pTopMostAnnot = pPageView->GetFocusAnnot(); in CPDFSDK_AnnotIteration()
Dcpdfsdk_pageview.h39 CPDFSDK_Annot* GetFocusAnnot();
Dcpdfsdk_formfillenvironment.h45 CPDFSDK_Annot* GetFocusAnnot() { return m_pFocusAnnot.Get(); } in GetFocusAnnot() function
Dcpdfsdk_annothandlermgr.cpp207 CPDFSDK_Annot* pFocusAnnot = pPage->GetFocusAnnot(); in Annot_OnKeyDown()
Dcpdfsdk_formfillenvironment.cpp567 if (it.second->IsValidSDKAnnot(GetFocusAnnot())) in ClearAllFocusedAnnots()
667 if (pPageView->IsValidSDKAnnot(GetFocusAnnot())) in RemovePageView()
Dcpdfsdk_xfawidgethandler.cpp60 if (pPageView->GetFormFillEnv()->GetFocusAnnot() != pAnnot) in OnDraw()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp68 if (m_pFormFillEnv->GetFocusAnnot() == pAnnot) { in OnDraw()
244 if (m_pFormFillEnv->GetFocusAnnot() == pAnnot->Get()) { in OnLButtonUp()
953 if (pFormFillEnv->GetFocusAnnot() != pData->pWidget) { in OnBeforeKeyStroke()