Searched refs:m_pFocusAnnot (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp325 m_pFocusAnnot = NULL;
492 return this->m_pFocusAnnot;
498 if(m_pFocusAnnot==pAnnot) return TRUE;
500 if(m_pFocusAnnot)
509 if(pAnnotHandler&&!m_pFocusAnnot)
513 if(!m_pFocusAnnot)
515 this->m_pFocusAnnot=pAnnot;
525 if(m_pFocusAnnot)
530 CPDFSDK_Annot* pFocusAnnot = m_pFocusAnnot;
531 m_pFocusAnnot
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h453 CPDFSDK_Annot* m_pFocusAnnot; member in class:CPDFSDK_Document
516 //CPDFSDK_Annot* m_pFocusAnnot;

Completed in 2120 milliseconds