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

/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp330 m_pFocusAnnot = NULL;
506 return this->m_pFocusAnnot;
512 if(m_pFocusAnnot==pAnnot) return TRUE;
514 if(m_pFocusAnnot)
523 if(pAnnotHandler&&!m_pFocusAnnot)
527 if(!m_pFocusAnnot)
529 this->m_pFocusAnnot=pAnnot;
539 if(m_pFocusAnnot)
544 CPDFSDK_Annot* pFocusAnnot = m_pFocusAnnot;
545 m_pFocusAnnot
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h412 CPDFSDK_Annot* m_pFocusAnnot; member in class:CPDFSDK_Document
469 //CPDFSDK_Annot* m_pFocusAnnot;

Completed in 114 milliseconds