Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.cpp164 bool bCtrl) { in OnMouseDown()
203 bool bCtrl) { in OnMouseMove()
229 void CPWL_ListCtrl::OnVK(int32_t nItemIndex, bool bShift, bool bCtrl) { in OnVK()
254 void CPWL_ListCtrl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP()
258 void CPWL_ListCtrl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN()
262 void CPWL_ListCtrl::OnVK_LEFT(bool bShift, bool bCtrl) { in OnVK_LEFT()
266 void CPWL_ListCtrl::OnVK_RIGHT(bool bShift, bool bCtrl) { in OnVK_RIGHT()
270 void CPWL_ListCtrl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME()
274 void CPWL_ListCtrl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END()
278 bool CPWL_ListCtrl::OnChar(uint16_t nChar, bool bShift, bool bCtrl) { in OnChar()
Dcpwl_edit_impl.cpp1295 bool bCtrl) { in OnMouseDown()
1309 bool bCtrl) { in OnMouseMove()
1324 void CPWL_EditImpl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP()
1347 void CPWL_EditImpl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN()
1370 void CPWL_EditImpl::OnVK_LEFT(bool bShift, bool bCtrl) { in OnVK_LEFT()
1413 void CPWL_EditImpl::OnVK_RIGHT(bool bShift, bool bCtrl) { in OnVK_RIGHT()
1456 void CPWL_EditImpl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME()
1493 void CPWL_EditImpl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END()
Dcpwl_edit_ctrl.cpp192 bool bCtrl = IsCTRLpressed(nFlag); in OnChar() local
Dcpwl_edit.cpp458 bool bCtrl = IsCTRLpressed(nFlag); in IsProceedtoOnChar() local
/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp793 bool bCtrl = !!(pMsg->m_dwFlags & FWL_KEYFLAG_Ctrl); in OnKeyDown() local
802 void CFWL_ListBox::OnVK(CFWL_ListItem* pItem, bool bShift, bool bCtrl) { in OnVK()
Dcfwl_edit.cpp1181 bool bCtrl = !!(pMsg->m_dwFlags & FWL_KEYFLAG_Ctrl); in OnKeyDown() local
/external/webrtc/p2p/base/
Dpseudo_tcp.h136 bool bCtrl; member
Dpseudo_tcp.cc485 uint32_t PseudoTcp::queue(const char* data, uint32_t len, bool bCtrl) { in queue()