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

  /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
  /external/chromium_org/content/test/plugin/
plugin_windowless_test.cc 255 double screen_x, screen_y; local
257 &screen_x, &screen_y, NPCoordinateSpaceScreen); local
286 else if (flipped_screen_y != main_display_bounds.size.height - screen_y)
306 error_string.append(StringForPoint(screen_x, screen_y));
  /external/chromium/chrome/common/
automation_messages.h 116 int screen_y,
128 int screen_y; member in struct:MiniContextMenuParams
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc 508 gint screen_y = toplevel_y + offset_y + rect_.height(); local
510 screen_y = toplevel_y + kFixedPositionPaddingTop;
513 screen_y += kArrowToContentPadding;
517 screen_y -= allocation.height + kArrowToContentPadding;
520 gtk_window_move(GTK_WINDOW(window_), screen_x, screen_y); local

Completed in 89 milliseconds