Searched refs:screen_y (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/common/ |
D | automation_messages.cc | 128 screen_y(0) { in MiniContextMenuParams() 139 screen_y(in_screen_y), in MiniContextMenuParams() 599 WriteParam(m, p.screen_y); in Write() 612 ReadParam(m, iter, &p->screen_y) && in Read() 626 LogParam(p.screen_y, l); in Log()
|
D | automation_messages.h | 116 int screen_y, 128 int screen_y; member
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11wm.c | 404 is_window_visible(_THIS, int screen_x, int screen_y, int screen_w, int screen_h ) in is_window_visible() argument 414 y >= screen_y && y + attr.height <= screen_y + screen_h ); in is_window_visible()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | info_bubble_gtk.cc | 334 gint screen_y = toplevel_y + offset_y + rect_.height() + in MoveWindow() local 337 gtk_window_move(GTK_WINDOW(window_), screen_x, screen_y); in MoveWindow()
|