Home
last modified time | relevance | path

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

12

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCTableCombo.java128 SWT.KeyDown, in init()
145 SWT.KeyDown, in init()
246 case SWT.KeyDown : { in handleTableEvent()
269 notifyListeners(SWT.KeyDown, e); in handleTableEvent()
368 case SWT.KeyDown : { in handleTextEvent()
434 notifyListeners(SWT.KeyDown, e); in handleTextEvent()
DCComboBox.java169 notifyListeners(SWT.KeyDown, convert2event(e)); in createText()
181 notifyListeners(SWT.KeyDown, convert2event(e)); in createText()
199 notifyListeners(SWT.KeyDown, convert2event(e)); in createText()
DCCombo3.java61 SWT.KeyDown, in CCombo3()
190 case SWT.KeyDown : {
/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_listbox.cpp693 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_combobox.cpp930 pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in DisForm_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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DAbstractComboPropertyEditor.java70 m_combo.addListener(SWT.KeyDown, new Listener() { in activate()
DAbstractTextPropertyEditor.java242 postKeyEvent(SWT.KeyDown, event); in keyDown()
/external/pdfium/xfa/fxfa/app/
Dxfa_fffield.cpp503 ms.m_dwCmd = FWL_KeyCommand::KeyDown; in OnKeyDown()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12