Searched defs:KeyEvent (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dui_events.cc31 KeyEvent::KeyEvent(KeyEventType type, function in class:KeyEvent
42 KeyEvent::~KeyEvent() {}
H A Dui_events.h83 struct KeyEvent { struct
84 KeyEvent(KeyEventType type,
89 ~KeyEvent();
/external/chromium_org/ui/events/
H A Devent.cc118 return scoped_ptr<Event>(new KeyEvent(static_cast<const KeyEvent&>(event)));
576 // KeyEvent
579 KeyEvent* KeyEvent::last_key_event_ = NULL;
582 bool KeyEvent::IsRepeated(const KeyEvent& event) {
600 last_key_event_ = new KeyEvent(event);
610 last_key_event_ = new KeyEvent(event);
614 KeyEvent function in class:ui::KeyEvent
636 KeyEvent::KeyEvent(EventType type, function in class:ui::KeyEvent
646 KeyEvent::KeyEvent(EventType type, function in class:ui::KeyEvent
658 KeyEvent::KeyEvent(base::char16 character, KeyboardCode key_code, int flags) function in class:ui::KeyEvent
667 KeyEvent::KeyEvent(const KeyEvent& rhs) function in class:ui::KeyEvent
[all...]
H A Devent.h558 // KeyEvent.
568 // A KeyEvent is really two distinct classes, melded together due to the
594 class EVENTS_EXPORT KeyEvent : public Event { class in namespace:ui
596 // Create a KeyEvent from a NativeEvent. For Windows this native event can
599 explicit KeyEvent(const base::NativeEvent& native_event);
602 KeyEvent(EventType type, KeyboardCode key_code, int flags);
605 KeyEvent(base::char16 character, KeyboardCode key_code, int flags);
609 KeyEvent(EventType type,
614 KeyEvent(const KeyEvent
[all...]
/external/chromium_org/third_party/angle/util/
H A DEvent.h28 struct KeyEvent struct in class:Event
79 KeyEvent Key; // Key event parameters
/external/chromium_org/win8/metro_driver/
H A Dmetro_driver_win7.cc367 class KeyEvent : public mswr::RuntimeClass< class in inherits:mswr::RuntimeClass
372 KeyEvent(const MSG& msg) function in class:KeyEvent
523 event_args = mswr::Make<KeyEvent>(msg);
920 event_args = mswr::Make<KeyEvent>(msg);
935 event_args = mswr::Make<KeyEvent>(msg);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/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 255 milliseconds