Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp106 CPDFSDK_Annot* annot = GetFocusAnnot();
183 if (GetFocusAnnot() == pAnnot)
244 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) {
254 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) {
327 CPDFSDK_Annot::ObservedPtr pFocusAnnot(GetFocusAnnot());
398 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) {
408 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) {
518 CPDFSDK_Annot* CPDFSDK_PageView::GetFocusAnnot() { function in CPDFSDK_PageView
519 CPDFSDK_Annot* pFocusAnnot = m_pFormFillEnv->GetFocusAnnot();
Dcpdfsdk_annotiteration.cpp24 CPDFSDK_Annot* pTopMostAnnot = pPageView->GetFocusAnnot(); in CPDFSDK_AnnotIteration()
Dcpdfsdk_pageview.h41 CPDFSDK_Annot* GetFocusAnnot();
Dcpdfsdk_formfillenvironment.h66 CPDFSDK_Annot* GetFocusAnnot() { return m_pFocusAnnot.Get(); } in GetFocusAnnot() function
Dcpdfsdk_formfillenvironment.cpp542 if (it.second->IsValidSDKAnnot(GetFocusAnnot())) in ClearAllFocusedAnnots()
637 if (pPageView->IsValidSDKAnnot(GetFocusAnnot())) in RemovePageView()
Dcpdfsdk_xfawidgethandler.cpp61 if (pPageView->GetFormFillEnv()->GetFocusAnnot() != pAnnot) in OnDraw()
Dcpdfsdk_annothandlermgr.cpp219 CPDFSDK_Annot* pFocusAnnot = pPage->GetFocusAnnot(); in Annot_OnKeyDown()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp70 if (m_pFormFillEnv->GetFocusAnnot() != pAnnot) in OnDraw()
249 if (m_pFormFillEnv->GetFocusAnnot() != pAnnot->Get()) in OnLButtonUp()
926 if (pFormFillEnv->GetFocusAnnot() == privateData.pWidget) in OnBeforeKeyStroke()