Searched refs:UnmaskAndSetKeycodeThenSend (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/aura/test/
H A Dui_controls_factory_aurax11.cc89 UnmaskAndSetKeycodeThenSend(&xevent, Mod1Mask, XK_Alt_L);
91 UnmaskAndSetKeycodeThenSend(&xevent, ShiftMask, XK_Shift_L);
93 UnmaskAndSetKeycodeThenSend(&xevent, ControlMask, XK_Control_L);
95 UnmaskAndSetKeycodeThenSend(&xevent, Mod4Mask, XK_Meta_L);
213 void UnmaskAndSetKeycodeThenSend(XEvent* xevent, function in class:aura::test::__anon16583::UIControlsX11
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc116 UnmaskAndSetKeycodeThenSend(host, &xevent, Mod1Mask, XK_Alt_L);
118 UnmaskAndSetKeycodeThenSend(host, &xevent, ShiftMask, XK_Shift_L);
120 UnmaskAndSetKeycodeThenSend(host, &xevent, ControlMask, XK_Control_L);
263 void UnmaskAndSetKeycodeThenSend(aura::WindowTreeHost* host, function in class:views::test::__anon17118::UIControlsDesktopX11

Completed in 86 milliseconds