Searched refs:KeyDown (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_messagekey.h | 14 enum class FWL_KeyCommand { KeyDown, KeyUp, Char }; enumerator
|
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_combolist.cpp | 188 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnDropListKey()
|
D | cfwl_checkbox.cpp | 233 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
|
D | cfwl_combobox.cpp | 465 if (IsDropListVisible() && pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnProcessMessage()
|
D | cfwl_listbox.cpp | 683 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
|
D | cfwl_edit.cpp | 1039 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
|
/external/pdfium/fxjs/ |
D | cjs_eventrecorder.h | 87 bool KeyDown, 149 bool KeyDown() const { return m_bKeyDown; } in KeyDown() function
|
D | cjs_event_context_stub.h | 59 bool KeyDown, in OnField_Keystroke() argument
|
D | cjs_eventrecorder.cpp | 150 bool KeyDown, in OnField_Keystroke() argument 170 m_bKeyDown = KeyDown; in OnField_Keystroke()
|
D | ijs_event_context.h | 72 bool KeyDown,
|
D | cjs_event.cpp | 116 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->KeyDown())); in get_key_down()
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 294 KeyDown = new String[4]; in vt320() 295 KeyDown[0] = "\u001b[B"; in vt320() 521 KeyDown[i] = unEscape(res); in setKeyCodes() 821 private String KeyUp[], KeyDown[], KeyLeft[], KeyRight[]; field in vt320 1013 writeSpecial(KeyDown[xind]); in keyPressed() 2316 KeyDown[0] = "\u001bOB"; in putChar() 2387 KeyDown[0] = "\u001b[B"; in putChar()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fffield.cpp | 553 GetNormalWidget(), FWL_KeyCommand::KeyDown, dwFlags, dwKeyCode)); in OnKeyDown()
|