Searched defs:GetFocusAnnot (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp490 CPDFSDK_Annot* CPDFSDK_Document::GetFocusAnnot() function in class:CPDFSDK_Document
624 if(pAnnot == m_pSDKDoc->GetFocusAnnot())
851 CPDFSDK_Annot* pFocusAnnot = GetFocusAnnot();
925 if(CPDFSDK_Annot* pAnnot = GetFocusAnnot())
938 if(CPDFSDK_Annot* pAnnot = GetFocusAnnot())
950 // if(CPDFSDK_Annot* pAnnot = GetFocusAnnot())
1041 CPDFSDK_Annot* CPDFSDK_PageView::GetFocusAnnot() function in class:CPDFSDK_PageView
1043 CPDFSDK_Annot* pFocusAnnot = m_pSDKDoc->GetFocusAnnot();

Completed in 68 milliseconds