Searched refs:dwKeyCode (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffsignature.h35 bool OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) override;
36 bool OnKeyUp(uint32_t dwKeyCode, uint32_t dwFlags) override;
H A Dxfa_ffsignature.cpp87 bool CXFA_FFSignature::OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) { argument
91 bool CXFA_FFSignature::OnKeyUp(uint32_t dwKeyCode, uint32_t dwFlags) { argument
H A Dxfa_fffield.h47 bool OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) override;
48 bool OnKeyUp(uint32_t dwKeyCode, uint32_t dwFlags) override;
H A Dxfa_ffwidgethandler.cpp121 uint32_t dwKeyCode,
123 bool bRet = hWidget->OnKeyDown(dwKeyCode, dwFlags);
130 uint32_t dwKeyCode,
132 bool bRet = hWidget->OnKeyUp(dwKeyCode, dwFlags);
120 OnKeyDown(CXFA_FFWidget* hWidget, uint32_t dwKeyCode, uint32_t dwFlags) argument
129 OnKeyUp(CXFA_FFWidget* hWidget, uint32_t dwKeyCode, uint32_t dwFlags) argument
H A Dxfa_fffield.cpp498 bool CXFA_FFField::OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) { argument
505 ms.m_dwKeyCode = dwKeyCode;
509 bool CXFA_FFField::OnKeyUp(uint32_t dwKeyCode, uint32_t dwFlags) { argument
516 ms.m_dwKeyCode = dwKeyCode;
H A Dxfa_ffwidget.cpp256 bool CXFA_FFWidget::OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) { argument
260 bool CXFA_FFWidget::OnKeyUp(uint32_t dwKeyCode, uint32_t dwFlags) { argument
/external/pdfium/xfa/fwl/
H A Dcfwl_combolist.cpp189 uint32_t dwKeyCode = pKey->m_dwKeyCode; local
190 switch (dwKeyCode) {
219 uint32_t dwKeyCode = pKey->m_dwKeyCode; local
220 switch (dwKeyCode) {
227 hItem = GetListItem(hItem, dwKeyCode);
H A Dcfwl_listbox.cpp180 uint32_t dwKeyCode) {
182 switch (dwKeyCode) {
187 const bool bUp = dwKeyCode == FWL_VKEY_Up;
188 const bool bDown = dwKeyCode == FWL_VKEY_Down;
189 const bool bHome = dwKeyCode == FWL_VKEY_Home;
193 iDstItem = dwKeyCode == FWL_VKEY_Up ? index - 1 : index + 1;
793 uint32_t dwKeyCode = pMsg->m_dwKeyCode; local
794 switch (dwKeyCode) {
801 pItem = GetListItem(pItem, dwKeyCode);
179 GetListItem(CFWL_ListItem* pItem, uint32_t dwKeyCode) argument
H A Dcfwl_combobox.cpp844 uint32_t dwKeyCode = pMsg->m_dwKeyCode; local
845 if (dwKeyCode == FWL_VKEY_Tab)
852 uint32_t dwKeyCode = pMsg->m_dwKeyCode; local
853 const bool bUp = dwKeyCode == FWL_VKEY_Up;
854 const bool bDown = dwKeyCode == FWL_VKEY_Down;
981 uint32_t dwKeyCode = pMsg->m_dwKeyCode; local
982 const bool bUp = dwKeyCode == FWL_VKEY_Up;
983 const bool bDown = dwKeyCode == FWL_VKEY_Down;
H A Dcfwl_listbox.h70 CFWL_ListItem* GetListItem(CFWL_ListItem* hItem, uint32_t dwKeyCode);
H A Dcfwl_edit.cpp1381 uint32_t dwKeyCode = pMsg->m_dwKeyCode; local
1382 switch (dwKeyCode) {
/external/pdfium/xfa/fxfa/
H A Dxfa_ffwidgethandler.h56 bool OnKeyDown(CXFA_FFWidget* hWidget, uint32_t dwKeyCode, uint32_t dwFlags);
57 bool OnKeyUp(CXFA_FFWidget* hWidget, uint32_t dwKeyCode, uint32_t dwFlags);
H A Dxfa_ffwidget.h76 virtual bool OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags);
77 virtual bool OnKeyUp(uint32_t dwKeyCode, uint32_t dwFlags);

Completed in 217 milliseconds