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

  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 102 m_pFocus(nullptr),
220 if (m_pFocus == pFocus) {
223 IFWL_Widget* pPrev = m_pFocus;
224 m_pFocus = pFocus;
318 return m_pFocus;
330 if (m_pFocus == pNoteTarget) {
331 m_pFocus = NULL;
341 if (m_pFocus == pNoteTarget) {
342 m_pFocus = NULL;
558 m_pFocus = pMsg->m_pDstTarget;
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_noteimp.h 104 IFWL_Widget* m_pFocus;

Completed in 32 milliseconds