Searched refs:FWL_KeyCommand (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_messagekey.h | 14 enum class FWL_KeyCommand { KeyDown, KeyUp, Char }; enum 19 FWL_KeyCommand cmd, 24 const FWL_KeyCommand m_dwCmd;
|
D | cfwl_messagekey.cpp | 14 FWL_KeyCommand cmd, in CFWL_MessageKey()
|
D | cfwl_combolist.cpp | 188 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnDropListKey() 207 } else if (pKey->m_dwCmd == FWL_KeyCommand::Char) { in OnDropListKey()
|
D | cfwl_notedriver.cpp | 169 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown && in DoKey() 196 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown && in DoKey()
|
D | cfwl_pushbutton.cpp | 129 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
|
D | cfwl_combobox.cpp | 463 if (pKey->m_dwCmd == FWL_KeyCommand::KeyUp) in OnProcessMessage() 465 if (IsDropListVisible() && pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnProcessMessage()
|
D | cfwl_checkbox.cpp | 233 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
|
D | cfwl_edit.cpp | 1039 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage() 1041 else if (pKey->m_dwCmd == FWL_KeyCommand::Char) in OnProcessMessage()
|
D | cfwl_listbox.cpp | 683 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fffield.cpp | 553 GetNormalWidget(), FWL_KeyCommand::KeyDown, dwFlags, dwKeyCode)); in OnKeyDown() 564 GetNormalWidget(), FWL_KeyCommand::KeyUp, dwFlags, dwKeyCode)); in OnKeyUp() 581 GetNormalWidget(), FWL_KeyCommand::Char, dwFlags, dwChar)); in OnChar()
|