Home
last modified time | relevance | path

Searched refs:m_pCaptionBox (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_formimp.cpp59 m_pCaptionBox(NULL), in CFWL_FormImp()
494 if (m_pCaptionBox) { in RemoveSysButtons()
495 delete m_pCaptionBox; in RemoveSysButtons()
496 m_pCaptionBox = NULL; in RemoveSysButtons()
520 if (m_pCaptionBox && m_pCaptionBox->m_rtBtn.Contains(fx, fy)) { in GetSysBtnAtPoint()
521 return m_pCaptionBox; in GetSysBtnAtPoint()
535 if (m_pCaptionBox && (m_pCaptionBox->m_dwState & dwState)) { in GetSysBtnByState()
536 return m_pCaptionBox; in GetSysBtnByState()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_formimp.h147 CFWL_SysBtn* m_pCaptionBox; variable