Searched defs:bCtrl (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/ |
H A 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()
|
H A D | cpwl_edit_impl.cpp | 1372 bool bCtrl) { in OnMouseDown() 1386 bool bCtrl) { in OnMouseMove() 1533 void CPWL_EditImpl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME() 1570 void CPWL_EditImpl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END()
|
H A D | cpwl_edit.cpp | 379 bool bCtrl = IsPlatformShortcutKey(nFlag); in IsProceedtoOnChar() local 638 bool bCtrl = IsPlatformShortcutKey(nFlag); in OnCharInternal() local
|
/aosp_15_r20/external/pdfium/xfa/fwl/ |
H A D | cfwl_listbox.cpp | 720 bool bCtrl = !!(pMsg->m_dwFlags & XFA_FWL_KeyFlag::kCtrl); in OnKeyDown() local 729 void CFWL_ListBox::OnVK(Item* pItem, bool bShift, bool bCtrl) { in OnVK()
|
H A D | cfwl_edit.cpp | 957 bool bCtrl = !!(pMsg->m_dwFlags & XFA_FWL_KeyFlag::kCtrl); in OnKeyDown() local
|
/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | pseudo_tcp.h | 137 bool bCtrl; member
|
H A D | pseudo_tcp.cc | 480 uint32_t PseudoTcp::queue(const char* data, uint32_t len, bool bCtrl) { in queue()
|