OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:screen_y
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/common/
automation_messages.cc
128
screen_y
(0) {
139
screen_y
(in_screen_y),
599
WriteParam(m, p.
screen_y
);
612
ReadParam(m, iter, &p->
screen_y
) &&
626
LogParam(p.
screen_y
, l);
automation_messages.h
116
int
screen_y
,
128
int
screen_y
;
member in struct:MiniContextMenuParams
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c
404
is_window_visible(_THIS, int screen_x, int
screen_y
, int screen_w, int screen_h )
414
y >=
screen_y
&& y + attr.height <=
screen_y
+ screen_h );
/external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc
334
gint
screen_y
= toplevel_y + offset_y + rect_.height() +
local
337
gtk_window_move(GTK_WINDOW(window_), screen_x,
screen_y
);
local
Completed in 689 milliseconds