Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_messagekey.h14 enum class FWL_KeyCommand { KeyDown, KeyUp, Char }; enum
19 FWL_KeyCommand cmd,
24 const FWL_KeyCommand m_dwCmd;
Dcfwl_messagekey.cpp14 FWL_KeyCommand cmd, in CFWL_MessageKey()
Dcfwl_combolist.cpp188 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnDropListKey()
207 } else if (pKey->m_dwCmd == FWL_KeyCommand::Char) { in OnDropListKey()
Dcfwl_notedriver.cpp169 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown && in DoKey()
196 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown && in DoKey()
Dcfwl_pushbutton.cpp129 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_combobox.cpp463 if (pKey->m_dwCmd == FWL_KeyCommand::KeyUp) in OnProcessMessage()
465 if (IsDropListVisible() && pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnProcessMessage()
Dcfwl_checkbox.cpp233 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_edit.cpp1039 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
1041 else if (pKey->m_dwCmd == FWL_KeyCommand::Char) in OnProcessMessage()
Dcfwl_listbox.cpp683 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
/external/pdfium/xfa/fxfa/
Dcxfa_fffield.cpp553 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()