Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_ctrl.cpp160 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()
Dcpwl_edit.cpp369 bool bCtrl = IsPlatformShortcutKey(nFlag); in IsProceedtoOnChar() local
620 bool bCtrl = IsPlatformShortcutKey(nFlag); in OnCharInternal() local
Dcpwl_edit_impl.cpp1384 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/
Dcfwl_listbox.cpp722 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()
Dcfwl_edit.cpp954 bool bCtrl = !!(pMsg->m_dwFlags & XFA_FWL_KeyFlag::kCtrl); in OnKeyDown() local
/external/webrtc/p2p/base/
Dpseudo_tcp.h137 bool bCtrl; member
Dpseudo_tcp.cc480 uint32_t PseudoTcp::queue(const char* data, uint32_t len, bool bCtrl) { in queue()