Searched defs:keyDown (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Devent.cc38 int keyDown = 0; local
42 keyDown |= res%2; // Get the LSB
44 if(keyDown)
53 bool keyDown = false;
57 keyDown |= CGEventSourceKeyState(kCGEventSourceStateHIDSystemState, keyIndex);
59 if(keyDown)
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboBoxPropertyEditor.java126 public void keyDown(PropertyTable propertyTable, Property property, KeyEvent event) method in class:AbstractComboBoxPropertyEditor
H A DPropertyEditor.java105 public void keyDown(PropertyTable propertyTable, Property property, KeyEvent event) method in class:PropertyEditor
H A DAbstractTextPropertyEditor.java236 public void keyDown(PropertyTable propertyTable, Property property, KeyEvent event) method in class:AbstractTextPropertyEditor
/external/replicaisland/src/com/replica/replicaisland/
H A DInputSystem.java86 public void keyDown(int keycode) { method in class:InputSystem
/external/webkit/Tools/DumpRenderTree/qt/
H A DEventSenderQt.cpp222 void EventSender::keyDown(const QString& string, const QStringList& modifiers, unsigned int location) function in class:EventSender
242 //qDebug() << ">>>>>>>>> keyDown" << code << (char)code;
314 //qDebug() << ">>>>>>>>> keyDown" << string;
/external/webkit/Tools/DumpRenderTree/chromium/
H A DEventSender.cpp264 bindMethod("keyDown", &EventSender::keyDown);
489 void EventSender::keyDown(const CppArgumentList& arguments, CppVariant* result) function in class:EventSender
558 // For one generated keyboard event, we need to generate a keyDown/keyUp
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1435 milliseconds