Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp93 m_aMousePath.RemoveAll(); in Default()
109 for (int32_t i = 0, sz = m_aMousePath.GetSize(); i < sz; i++) { in IsWndCaptureMouse()
110 if (m_aMousePath.GetAt(i) == pWnd) in IsWndCaptureMouse()
159 m_aMousePath.RemoveAll(); in SetCapture()
166 m_aMousePath.Add(pParent); in SetCapture()
174 m_aMousePath.RemoveAll(); in ReleaseCapture()
178 CFX_ArrayTemplate<CPWL_Wnd*> m_aMousePath; member in CPWL_MsgControl