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

  /external/chromium_org/ui/views/
event_utils_win.cc 51 int window_y = screen_loc.y(); local
53 POINT pt = {window_x, window_y};
56 window_y = pt.y;
60 PostMessage(window, event_type, target, MAKELPARAM(window_x, window_y));
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_android.cc 55 int window_y,
63 result.y = window_y;
65 result.windowY = window_y;
81 int window_y) {
86 result.y = window_y;
88 result.windowY = window_y;
web_input_event_builders_android.h 18 int window_y,
35 int window_y);
  /external/qemu/android/
main-common.h 29 void user_config_get_window_pos( int *window_x, int *window_y );
main-common.c 84 user_config_get_window_pos( int *window_x, int *window_y )
86 *window_x = *window_y = 10;
89 auserConfig_getWindowPos(userConfig, window_x, window_y);
    [all...]
  /external/chromium_org/content/common/input/
synthetic_web_input_event_builders.h 21 int window_y,
synthetic_web_input_event_builders.cc 30 int window_y,
35 result.y = window_y;
37 result.windowY = window_y;
  /external/chromium_org/content/test/plugin/
plugin_windowless_test.cc 262 double window_x, window_y; local
264 &window_x, &window_y, NPCoordinateSpaceWindow); local
296 else if (flipped_window_y != kWindowHeight - window_y)
310 error_string.append(StringForPoint(window_x, window_y));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XWDFile.h 91 CARD32 window_y B32; /* Window upper left Y coordinate */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h 91 CARD32 window_y B32; /* Window upper left Y coordinate */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h 91 CARD32 window_y B32; /* Window upper left Y coordinate */
  /external/chromium_org/ui/base/test/
ui_controls_gtk.cc 80 gint window_x, window_y; local
81 gdk_window_get_origin(event->motion.window, &window_x, &window_y);
83 event->motion.y = y - window_y;
  /external/chromium/chrome/browser/ui/views/
hung_renderer_view.cc 430 int window_y = contents_bounds.y() + kOverlayContentsOffsetY; local
431 return gfx::Rect(window_x, window_y, window_bounds.width(),
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc 596 int window_y = screen_bounds_.y() + offset_y; local
597 return gfx::Rect(window_x, window_y, screen_width, screen_height);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.cc 1454 gint window_y = 0; local
    [all...]
render_widget_host_view_win.cc 1822 int window_y = cursor_pos.y - window_bounds.top; local
    [all...]
  /external/qemu/android/skin/
window.c 1341 int window_y = window->y_pos; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1258 milliseconds