HomeSort by relevance Sort by last modified time
    Searched refs:XEvent (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /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/base/
event_types.h 13 typedef union _XEvent XEvent;
28 typedef XEvent* NativeEvent;
  /external/chromium_org/chrome/browser/chromeos/
device_uma.h 35 void CheckTouchpadEvent(XEvent* event);
38 void CheckIncomingEvent(XEvent* event);
device_uma.cc 58 void DeviceUMA::CheckTouchpadEvent(XEvent* native_event) {
85 void DeviceUMA::CheckIncomingEvent(XEvent* event) {
  /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/base/x/
selection_owner.h 49 void OnSelectionRequest(const XEvent& event);
50 void OnSelectionClear(const XEvent& event);
54 bool CanDispatchPropertyEvent(const XEvent& event);
56 void OnPropertyEvent(const XEvent& event);
110 const XEvent& event);
selection_requestor.h 63 void OnSelectionNotify(const XEvent& event);
67 bool CanDispatchPropertyEvent(const XEvent& event);
69 void OnPropertyEvent(const XEvent& event);
selection_owner.cc 140 void SelectionOwner::OnSelectionRequest(const XEvent& event) {
147 XEvent reply;
195 void SelectionOwner::OnSelectionClear(const XEvent& event) {
202 bool SelectionOwner::CanDispatchPropertyEvent(const XEvent& event) {
207 void SelectionOwner::OnPropertyEvent(const XEvent& event) {
351 SelectionOwner::FindIncrementalTransferForEvent(const XEvent& 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;
x11_event_source.cc 116 XEvent xevent; local
117 XNextEvent(display_, &xevent);
118 DispatchEvent(&xevent);
123 XEvent event;
135 uint32_t X11EventSource::DispatchEvent(XEvent* xevent) {
137 if (xevent->type == GenericEvent &&
138 XGetEventData(xevent->xgeneric.display, &xevent->xcookie))
    [all...]
  /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/remoting/host/linux/
x_server_clipboard.h 51 void ProcessXEvent(XEvent* event);
56 void OnPropertyNotify(XEvent* event);
57 void OnSelectionNotify(XEvent* event);
58 void OnSelectionRequest(XEvent* event);
59 void OnSelectionClear(XEvent* event);
x_server_clipboard.cc 109 void XServerClipboard::ProcessXEvent(XEvent* event) {
170 void XServerClipboard::OnPropertyNotify(XEvent* event) {
193 void XServerClipboard::OnSelectionNotify(XEvent* event) {
220 void XServerClipboard::OnSelectionRequest(XEvent* event) {
246 reinterpret_cast<XEvent*>(&selection_event));
249 void XServerClipboard::OnSelectionClear(XEvent* event) {
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11dyn.h 67 typedef Bool (*SDL_X11_XESetWireToEventRetType)(Display*,XEvent*,xEvent*);
69 typedef Status (*SDL_X11_XESetEventToWireRetType)(Display*,XEvent*,xEvent*);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeLinuxSubWindow.cpp 18 static Bool WaitForMapNotify(Display *d, XEvent *e, char *arg)
41 XEvent e;
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_x11.h 39 void OnXKeyPressEvent(::XEvent* x_event);
  /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/aura/test/
ui_controls_factory_aurax11.cc 37 // Returns atom that indidates that the XEvent is marker event.
70 XEvent xevent = {0}; variable
71 xevent.xkey.type = KeyPress;
73 SetKeycodeAndSendThenMask(&xevent, XK_Control_L, ControlMask);
75 SetKeycodeAndSendThenMask(&xevent, XK_Shift_L, ShiftMask);
77 SetKeycodeAndSendThenMask(&xevent, XK_Alt_L, Mod1Mask);
79 SetKeycodeAndSendThenMask(&xevent, XK_Meta_L, Mod4Mask);
80 xevent.xkey.keycode =
83 host_->PostNativeEvent(&xevent);
124 XEvent xevent = {0}; variable
144 XEvent xevent = {0}; variable
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_command_handler_x11.cc 24 XEvent* xevent = event->native_event();
25 if (!xevent)
27 int button = xevent->type == GenericEvent ? ui::EventButtonFromNative(xevent)
28 : xevent->xbutton.button;
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
shared_x_display.h 34 // Processes XEvent. Returns true if the event has been handled.
35 virtual bool HandleXEvent(const XEvent& event) = 0;
58 // Adds a new event |handler| for XEvent's of |type|.
  /external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 43 // Returns atom that indidates that the XEvent is marker event.
98 XEvent xevent = {0}; variable
99 xevent.xkey.type = KeyPress;
101 SetKeycodeAndSendThenMask(host, &xevent, XK_Control_L, ControlMask);
104 SetKeycodeAndSendThenMask(host, &xevent, XK_Shift_L, ShiftMask);
106 SetKeycodeAndSendThenMask(host, &xevent, XK_Alt_L, Mod1Mask);
107 xevent.xkey.keycode =
110 host->PostNativeEvent(&xevent);
113 xevent.xkey.type = KeyRelease
155 XEvent xevent = {0}; variable
175 XEvent xevent = {0}; variable
203 root_window->GetHost()->PostNativeEvent(&xevent); variable
208 root_window->GetHost()->PostNativeEvent(&xevent); variable
    [all...]
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aura_unittest.cc 51 XEvent* xevent = xev; local
52 xevent->xkey.keycode = XKeysymToKeycode(gfx::GetXDisplay(), XK_Control_L);
61 XEvent* xevent = xev; local
62 xevent->xkey.keycode = XKeysymToKeycode(gfx::GetXDisplay(), XK_Control_R);
128 XEvent* xevent = xev; local
129 xevent->xkey.keycode = XKeysymToKeycode(gfx::GetXDisplay(),
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
extutil.h 113 XEvent* /* re */,
114 xEvent* /* event */
120 XEvent* /* re */,
121 xEvent* /* event */

Completed in 574 milliseconds

1 2 3 4 5 6