Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp116 m_aKeyboardPath.clear(); in Default()
138 return pWnd && pdfium::ContainsValue(m_aKeyboardPath, pWnd); in IsWndCaptureKeyboard()
142 m_aKeyboardPath.clear(); in SetFocus()
147 m_aKeyboardPath.push_back(pParent); in SetFocus()
155 if (!m_aKeyboardPath.empty()) in KillFocus()
156 if (CPWL_Wnd* pWnd = m_aKeyboardPath[0]) in KillFocus()
160 m_aKeyboardPath.clear(); in KillFocus()
182 std::vector<CPWL_Wnd*> m_aKeyboardPath; member in CPWL_MsgControl