Home
last modified time | relevance | path

Searched refs:KeyCommand (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_messagekey.h18 enum class KeyCommand : uint8_t { kKeyDown, kChar }; enum
21 KeyCommand subtype,
26 const KeyCommand m_dwCmd;
Dcfwl_messagekey.cpp12 KeyCommand cmd, in CFWL_MessageKey()
Dcfwl_combolist.cpp180 if (pKey->m_dwCmd == CFWL_MessageKey::KeyCommand::kKeyDown) { in OnDropListKey()
199 } else if (pKey->m_dwCmd == CFWL_MessageKey::KeyCommand::kChar) { in OnDropListKey()
Dcfwl_notedriver.cpp160 if (pMsg->m_dwCmd == CFWL_MessageKey::KeyCommand::kKeyDown && in DoKey()
171 if (pMsg->m_dwCmd == CFWL_MessageKey::KeyCommand::kKeyDown && in DoKey()
Dcfwl_pushbutton.cpp116 if (pKey->m_dwCmd == CFWL_MessageKey::KeyCommand::kKeyDown) in OnProcessMessage()
Dcfwl_checkbox.cpp220 if (pKey->m_dwCmd == CFWL_MessageKey::KeyCommand::kKeyDown) in OnProcessMessage()
Dcfwl_combobox.cpp410 pKey->m_dwCmd == CFWL_MessageKey::KeyCommand::kKeyDown) { in OnProcessMessage()
Dcfwl_edit.cpp817 if (pKey->m_dwCmd == CFWL_MessageKey::KeyCommand::kKeyDown) in OnProcessMessage()
819 else if (pKey->m_dwCmd == CFWL_MessageKey::KeyCommand::kChar) in OnProcessMessage()
Dcfwl_listbox.cpp617 if (pMsg->m_dwCmd == CFWL_MessageKey::KeyCommand::kKeyDown) in OnProcessMessage()
/external/pdfium/xfa/fxfa/
Dcxfa_fffield.cpp541 CFWL_MessageKey msg(GetNormalWidget(), CFWL_MessageKey::KeyCommand::kKeyDown, in OnKeyDown()
557 CFWL_MessageKey msg(GetNormalWidget(), CFWL_MessageKey::KeyCommand::kChar, in OnChar()