Searched defs:bCtrl (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_ctrl.cpp | 160 bool bCtrl) { in OnMouseDown() 199 bool bCtrl) { in OnMouseMove() 225 void CPWL_ListCtrl::OnVK(int32_t nItemIndex, bool bShift, bool bCtrl) { in OnVK() 250 void CPWL_ListCtrl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP() 254 void CPWL_ListCtrl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN() 258 void CPWL_ListCtrl::OnVK_LEFT(bool bShift, bool bCtrl) { in OnVK_LEFT() 262 void CPWL_ListCtrl::OnVK_RIGHT(bool bShift, bool bCtrl) { in OnVK_RIGHT() 266 void CPWL_ListCtrl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME() 270 void CPWL_ListCtrl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END() 274 bool CPWL_ListCtrl::OnChar(uint16_t nChar, bool bShift, bool bCtrl) { in OnChar()
|
D | cpwl_edit.cpp | 369 bool bCtrl = IsPlatformShortcutKey(nFlag); in IsProceedtoOnChar() local 620 bool bCtrl = IsPlatformShortcutKey(nFlag); in OnCharInternal() local
|
D | cpwl_edit_impl.cpp | 1384 bool bCtrl) { in OnMouseDown() 1398 bool bCtrl) { in OnMouseMove() 1545 void CPWL_EditImpl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME() 1582 void CPWL_EditImpl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_listbox.cpp | 722 bool bCtrl = !!(pMsg->m_dwFlags & XFA_FWL_KeyFlag::kCtrl); in OnKeyDown() local 731 void CFWL_ListBox::OnVK(Item* pItem, bool bShift, bool bCtrl) { in OnVK()
|
D | cfwl_edit.cpp | 954 bool bCtrl = !!(pMsg->m_dwFlags & XFA_FWL_KeyFlag::kCtrl); in OnKeyDown() local
|
/external/webrtc/p2p/base/ |
D | pseudo_tcp.h | 137 bool bCtrl; member
|
D | pseudo_tcp.cc | 480 uint32_t PseudoTcp::queue(const char* data, uint32_t len, bool bCtrl) { in queue()
|