Home
last modified time | relevance | path

Searched defs:bCtrl (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.cpp166 bool bCtrl) { in OnMouseDown()
205 bool bCtrl) { in OnMouseMove()
231 void CPWL_ListCtrl::OnVK(int32_t nItemIndex, bool bShift, bool bCtrl) { in OnVK()
256 void CPWL_ListCtrl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP()
260 void CPWL_ListCtrl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN()
264 void CPWL_ListCtrl::OnVK_LEFT(bool bShift, bool bCtrl) { in OnVK_LEFT()
268 void CPWL_ListCtrl::OnVK_RIGHT(bool bShift, bool bCtrl) { in OnVK_RIGHT()
272 void CPWL_ListCtrl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME()
276 void CPWL_ListCtrl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END()
280 bool CPWL_ListCtrl::OnChar(uint16_t nChar, bool bShift, bool bCtrl) { in OnChar()
Dcpwl_edit_impl.cpp1273 bool bCtrl) { in OnMouseDown()
1287 bool bCtrl) { in OnMouseMove()
1302 void CPWL_EditImpl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP()
1325 void CPWL_EditImpl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN()
1348 void CPWL_EditImpl::OnVK_LEFT(bool bShift, bool bCtrl) { in OnVK_LEFT()
1391 void CPWL_EditImpl::OnVK_RIGHT(bool bShift, bool bCtrl) { in OnVK_RIGHT()
1434 void CPWL_EditImpl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME()
1471 void CPWL_EditImpl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END()
Dcpwl_edit_ctrl.cpp206 bool bCtrl = IsCTRLpressed(nFlag); in OnChar() local
Dcpwl_edit.cpp512 bool bCtrl = IsCTRLpressed(nFlag); in IsProceedtoOnChar() local
/external/webrtc/webrtc/p2p/base/
Dpseudotcp.h128 bool bCtrl; member
Dpseudotcp.cc487 uint32_t PseudoTcp::queue(const char* data, uint32_t len, bool bCtrl) { in queue()
/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp799 bool bCtrl = !!(pMsg->m_dwFlags & FWL_KEYFLAG_Ctrl); in OnKeyDown() local
808 void CFWL_ListBox::OnVK(CFWL_ListItem* pItem, bool bShift, bool bCtrl) { in OnVK()
Dcfwl_edit.cpp1273 bool bCtrl = !!(pMsg->m_dwFlags & FWL_KEYFLAG_Ctrl); in OnKeyDown() local