Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DJS_EventHandler.h90 bool KeyDown,
151 bool KeyDown();
DJS_EventHandler.cpp172 bool KeyDown, in OnField_Keystroke() argument
187 m_bKeyDown = KeyDown; in OnField_Keystroke()
430 bool CJS_EventHandler::KeyDown() { in KeyDown() function in CJS_EventHandler
Dijs_event_context.h71 bool KeyDown,
DJS_Runtime_Stub.cpp64 bool KeyDown, in OnField_Keystroke() argument
Devent.cpp113 vp << pEvent->KeyDown(); in keyDown()
/external/pdfium/xfa/fwl/
Dcfwl_messagekey.h14 enum class FWL_KeyCommand { KeyDown, KeyUp, Char }; enumerator
Dcfwl_notedriver.cpp298 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown && in DoKey()
321 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown && in DoKey()
Dcfwl_pushbutton.cpp137 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_combolist.cpp188 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnDropListKey()
Dcfwl_checkbox.cpp258 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_spinbutton.cpp175 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_combobox.cpp930 pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in DisForm_OnProcessMessage()
Dcfwl_listbox.cpp693 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_edit.cpp1226 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
/external/pdfium/xfa/fxfa/parser/
Dcscript_eventpseudomodel.h41 void KeyDown(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
Dcscript_eventpseudomodel.cpp138 void CScript_EventPseudoModel::KeyDown(CFXJSE_Value* pValue, in KeyDown() function in CScript_EventPseudoModel
Dxfa_basic_data_element_script.cpp1500 (XFA_ATTRIBUTE_CALLBACK)&CScript_EventPseudoModel::KeyDown, -1,
/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/app/
Dxfa_fffield.cpp503 ms.m_dwCmd = FWL_KeyCommand::KeyDown; in OnKeyDown()