HomeSort by relevance Sort by last modified time
    Searched defs:pFocusAnnot (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_annothandlermgr.cpp 207 CPDFSDK_Annot* pFocusAnnot = pPage->GetFocusAnnot();
208 if (pFocusAnnot && (nKeyCode == FWL_VKEY_Tab)) {
210 GetNextAnnot(pFocusAnnot, !m_pFormFillEnv->IsSHIFTKeyDown(nFlag)));
211 if (pNext && pNext.Get() != pFocusAnnot) {
cpdfsdk_pageview.cpp 300 CPDFSDK_Annot::ObservedPtr pFocusAnnot(GetFocusAnnot());
301 if (pFocusAnnot && pFocusAnnot != pFXAnnot) {
303 if (pAnnotHandlerMgr->Annot_OnLButtonUp(this, &pFocusAnnot, nFlag, point))
484 CPDFSDK_Annot* pFocusAnnot = m_pFormFillEnv->GetFocusAnnot();
485 return IsValidSDKAnnot(pFocusAnnot) ? pFocusAnnot : nullptr;

Completed in 216 milliseconds