Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_eventhandler.h91 bool KeyDown,
151 bool KeyDown() const;
Dcjs_eventhandler.cpp172 bool KeyDown, in OnField_Keystroke() argument
187 m_bKeyDown = KeyDown; in OnField_Keystroke()
430 bool CJS_EventHandler::KeyDown() const { in KeyDown() function in CJS_EventHandler
Dcjs_event_context_stub.h61 bool KeyDown, in OnField_Keystroke() argument
Dijs_event_context.h70 bool KeyDown,
Dcjs_event.cpp110 return CJS_Return(pRuntime->NewBoolean(pEvent->KeyDown())); in get_key_down()
/external/pdfium/xfa/fwl/
Dcfwl_messagekey.h14 enum class FWL_KeyCommand { KeyDown, KeyUp, Char }; enumerator
Dcfwl_notedriver.cpp291 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown && in DoKey()
314 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.cpp257 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_listbox.cpp689 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_combobox.cpp930 pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in DisForm_OnProcessMessage()
Dcfwl_edit.cpp1130 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
/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.cpp529 ms.m_dwCmd = FWL_KeyCommand::KeyDown; in OnKeyDown()