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

/external/chromium_org/base/
H A Devent_types.h13 typedef union _XEvent XEvent; typedef in typeref:union:_XEvent
28 typedef XEvent* NativeEvent;
/external/chromium_org/ui/events/keycodes/
H A Dkeyboard_code_conversion_x.h12 typedef union _XEvent XEvent; typedef in typeref:union:_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/
H A Dsystem_key_event_listener.h11 typedef union _XEvent XEvent; typedef in typeref:union:_XEvent
37 void ProcessedXEvent(XEvent* xevent);
H A Dxinput_hierarchy_changed_event_listener.h13 typedef union _XEvent XEvent; typedef in typeref:union:_XEvent
43 void ProcessedXEvent(XEvent* xevent);
/external/chromium_org/ui/events/test/
H A Devents_test_utils_x11.h15 typedef union _XEvent XEvent; typedef in typeref:union:_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/
H A Dx11_event_source.h15 typedef union _XEvent XEvent; typedef in typeref:union:_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/
H A Dtouch_factory_x11.h23 typedef union _XEvent XEvent; typedef in typeref:union:_XEvent
45 bool ShouldProcessXI2Event(XEvent* xevent);
H A Ddevice_data_manager_x11.h32 typedef union _XEvent XEvent; typedef in typeref:union:_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/
H A Dx11_util.h29 typedef union _XEvent XEvent; typedef in typeref:union:_XEvent
86 UI_BASE_EXPORT int CoalescePendingMotionEvents(const XEvent* xev,
87 XEvent* last_event);
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h566 typedef union _XEvent XEvent; typedef in typeref:union:_XEvent
568 typedef XEvent NPEvent;
/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 ...

Completed in 2727 milliseconds