HomeSort by relevance Sort by last modified time
    Searched defs:XEvent (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/base/
event_types.h 13 typedef union _XEvent XEvent;
28 typedef XEvent* NativeEvent;
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion_x.h 12 typedef union _XEvent XEvent;
17 EVENTS_BASE_EXPORT KeyboardCode KeyboardCodeFromXKeyEvent(const XEvent* xev);
21 EVENTS_BASE_EXPORT const char* CodeFromXEvent(const XEvent* xev);
23 // Returns a character on a standard US PC keyboard from an XEvent.
24 EVENTS_BASE_EXPORT uint16 GetCharacterFromXEvent(const XEvent* xev);
43 EVENTS_BASE_EXPORT void InitXKeyEventFromXIDeviceEvent(const XEvent& src,
44 XEvent* dst);
  /external/chromium_org/chrome/browser/chromeos/events/
system_key_event_listener.h 11 typedef union _XEvent XEvent;
37 void ProcessedXEvent(XEvent* xevent);
xinput_hierarchy_changed_event_listener.h 13 typedef union _XEvent XEvent;
43 void ProcessedXEvent(XEvent* xevent);
  /external/chromium_org/ui/events/test/
events_test_utils_x11.h 15 typedef union _XEvent XEvent;
28 void operator()(XEvent* event);
36 operator XEvent*() { return event_.get(); }
38 // Initializes a XEvent with for the appropriate type with the specified data.
87 scoped_ptr<XEvent, XEventDeleter> event_;
  /external/chromium_org/ui/events/platform/x11/
x11_event_source.h 15 typedef union _XEvent XEvent;
42 // asynchronous (and we receive an XEvent when mapped), while there are also
51 virtual uint32_t DispatchEvent(XEvent* xevent) OVERRIDE;
  /external/chromium_org/ui/events/x/
touch_factory_x11.h 23 typedef union _XEvent XEvent;
45 bool ShouldProcessXI2Event(XEvent* xevent);
device_data_manager_x11.h 32 typedef union _XEvent XEvent;
130 void GetEventRawData(const XEvent& xev, EventData* data);
136 bool GetEventData(const XEvent& xev, const DataType type, double* value);
297 // XEvent are not reported if the values haven't changed from the previous
  /external/chromium_org/ui/base/x/
x11_util.h 29 typedef union _XEvent XEvent;
86 UI_BASE_EXPORT int CoalescePendingMotionEvents(const XEvent* xev,
87 XEvent* last_event);
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 566 typedef union _XEvent XEvent;
568 typedef XEvent NPEvent;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h     [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 917 milliseconds