HomeSort by relevance Sort by last modified time
    Searched refs:screen_x (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 324 gint screen_x = 0; local
326 screen_x = toplevel_x + offset_x + (rect_.width() / 2) - kArrowX;
328 screen_x = toplevel_x + offset_x + (rect_.width() / 2) -
337 gtk_window_move(GTK_WINDOW(window_), screen_x, screen_y); local
  /external/chromium/chrome/common/
automation_messages.h 115 MiniContextMenuParams(int screen_x,
125 int screen_x; member in struct:MiniContextMenuParams
automation_messages.cc 127 : screen_x(0),
138 : screen_x(in_screen_x),
598 WriteParam(m, p.screen_x);
611 return ReadParam(m, iter, &p->screen_x) &&
624 LogParam(p.screen_x, l);
  /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 )
413 return ( x >= screen_x && x + attr.width <= screen_x + screen_w &&

Completed in 776 milliseconds