Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp76 static_cast<CPDFXFA_Page*>(pPage)->DrawFocusAnnot(pDevice, GetFocusAnnot(), in PageView_OnDraw()
149 if (GetFocusAnnot() == pAnnot) in DeleteAnnot()
203 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in GetFocusedFormText()
213 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in GetSelectedText()
223 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in ReplaceSelection()
231 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in CanUndo()
240 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in CanRedo()
249 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in Undo()
258 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in Redo()
300 ObservedPtr<CPDFSDK_Annot> pFocusAnnot(GetFocusAnnot()); in OnLButtonUp()
[all …]
Dcpdfsdk_annotiteration.cpp24 CPDFSDK_Annot* pTopMostAnnot = pPageView->GetFocusAnnot(); in CPDFSDK_AnnotIteration()
Dcpdfsdk_pageview.h35 CPDFSDK_Annot* GetFocusAnnot();
Dcpdfsdk_formfillenvironment.h73 CPDFSDK_Annot* GetFocusAnnot() const { return m_pFocusAnnot.Get(); } in GetFocusAnnot() function
Dcpdfsdk_formfillenvironment.cpp561 if (it.second->IsValidSDKAnnot(GetFocusAnnot())) in ClearAllFocusedAnnots()
645 if (pPageView->IsValidSDKAnnot(GetFocusAnnot())) in RemovePageView()
Dcpdfsdk_annothandlermgr.cpp241 CPDFSDK_Annot* pFocusAnnot = pPage->GetFocusAnnot(); in Annot_OnKeyDown()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp71 if (m_pFormFillEnv->GetFocusAnnot() != pAnnot) in OnDraw()
248 if (m_pFormFillEnv->GetFocusAnnot() != pAnnot->Get()) in OnLButtonUp()
953 if (pFormFillEnv->GetFocusAnnot() == privateData.GetWidget()) in OnBeforeKeyStroke()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widgethandler.cpp238 if (pPageView->GetFormFillEnv()->GetFocusAnnot() != pAnnot) in OnDraw()