OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:root_x
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc
164
int
root_x
, root_y, win_x, win_y;
local
170
&
root_x
,
176
return gfx::Point(
root_x
, root_y);
/external/chromium/chrome/browser/chromeos/login/
screen_locker.cc
485
int
root_x
, root_y, win_x, winy;
local
489
&root, &child, &
root_x
, &root_y,
495
XTestFakeMotionEvent(display, -1,
root_x
, root_y, CurrentTime);
[
all
...]
Completed in 590 milliseconds