Home
last modified time | relevance | path

Searched refs:KeyDown (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_messagekey.h14 enum class FWL_KeyCommand { KeyDown, KeyUp, Char }; enumerator
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_combolist.cpp188 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnDropListKey()
Dcfwl_checkbox.cpp233 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_combobox.cpp465 if (IsDropListVisible() && pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnProcessMessage()
Dcfwl_listbox.cpp683 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_edit.cpp1039 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
/external/pdfium/fxjs/
Dcjs_eventrecorder.h87 bool KeyDown,
149 bool KeyDown() const { return m_bKeyDown; } in KeyDown() function
Dcjs_event_context_stub.h59 bool KeyDown, in OnField_Keystroke() argument
Dcjs_eventrecorder.cpp150 bool KeyDown, in OnField_Keystroke() argument
170 m_bKeyDown = KeyDown; in OnField_Keystroke()
Dijs_event_context.h72 bool KeyDown,
Dcjs_event.cpp116 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->KeyDown())); in get_key_down()
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java294 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/
Dcxfa_fffield.cpp553 GetNormalWidget(), FWL_KeyCommand::KeyDown, dwFlags, dwKeyCode)); in OnKeyDown()