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 106 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() {
519 CPDFSDK_Annot* pFocusAnnot = m_pFormFillEnv->GetFocusAnnot();
cpdfsdk_pageview.h 41 CPDFSDK_Annot* GetFocusAnnot();
cpdfsdk_formfillenvironment.h 66 CPDFSDK_Annot* GetFocusAnnot() { return m_pFocusAnnot.Get(); }
cpdfsdk_annothandlermgr.cpp 219 CPDFSDK_Annot* pFocusAnnot = pPage->GetFocusAnnot();
cpdfsdk_xfawidgethandler.cpp 61 if (pPageView->GetFormFillEnv()->GetFocusAnnot() != pAnnot)
cpdfsdk_formfillenvironment.cpp 542 if (it.second->IsValidSDKAnnot(GetFocusAnnot()))
637 if (pPageView->IsValidSDKAnnot(GetFocusAnnot()))
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 70 if (m_pFormFillEnv->GetFocusAnnot() != pAnnot)
249 if (m_pFormFillEnv->GetFocusAnnot() != pAnnot->Get())
926 if (pFormFillEnv->GetFocusAnnot() == privateData.pWidget)

Completed in 311 milliseconds