Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp119 m_aKeyboardPath.RemoveAll(); in Default()
153 for( FX_INT32 i=0,sz=m_aKeyboardPath.GetSize(); i<sz; i++) in IsWndCaptureKeyboard()
154 if (m_aKeyboardPath.GetAt(i) == pWnd) in IsWndCaptureKeyboard()
162 m_aKeyboardPath.RemoveAll(); in SetFocus()
171 m_aKeyboardPath.Add(pParent); in SetFocus()
181 if (m_aKeyboardPath.GetSize() > 0) in KillFocus()
182 if (CPWL_Wnd* pWnd = m_aKeyboardPath.GetAt(0)) in KillFocus()
186 m_aKeyboardPath.RemoveAll(); in KillFocus()
214 CFX_ArrayTemplate<CPWL_Wnd*> m_aKeyboardPath; member in CPWL_MsgControl