Home
last modified time | relevance | path

Searched refs:window_y (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
Dweb_input_event_builders_android.cc55 int window_y, in Build() argument
63 result.y = window_y; in Build()
65 result.windowY = window_y; in Build()
81 int window_y) { in Build() argument
86 result.y = window_y; in Build()
88 result.windowY = window_y; in Build()
Dweb_input_event_builders_android.h18 int window_y,
35 int window_y);
/external/chromium_org/ui/views/
Devent_utils_win.cc51 int window_y = screen_loc.y(); in RepostLocatedEventWin() local
53 POINT pt = {window_x, window_y}; in RepostLocatedEventWin()
56 window_y = pt.y; in RepostLocatedEventWin()
60 PostMessage(window, event_type, target, MAKELPARAM(window_x, window_y)); in RepostLocatedEventWin()
/external/chromium_org/content/test/plugin/
Dplugin_windowless_test.cc262 double window_x, window_y; in ConvertPoint() local
264 &window_x, &window_y, NPCoordinateSpaceWindow); in ConvertPoint()
296 else if (flipped_window_y != kWindowHeight - window_y) in ConvertPoint()
310 error_string.append(StringForPoint(window_x, window_y)); in ConvertPoint()
/external/chromium_org/content/common/input/
Dsynthetic_web_input_event_builders.cc30 int window_y, in Build() argument
35 result.y = window_y; in Build()
37 result.windowY = window_y; in Build()
Dsynthetic_web_input_event_builders.h21 int window_y,
/external/chromium_org/ui/base/test/
Dui_controls_gtk.cc80 gint window_x, window_y; in FakeAMouseMotionEvent() local
81 gdk_window_get_origin(event->motion.window, &window_x, &window_y); in FakeAMouseMotionEvent()
83 event->motion.y = y - window_y; in FakeAMouseMotionEvent()
/external/qemu/android/
Dmain-common.h29 void user_config_get_window_pos( int *window_x, int *window_y );
Dmain-common.c84 user_config_get_window_pos( int *window_x, int *window_y ) in user_config_get_window_pos() argument
86 *window_x = *window_y = 10; in user_config_get_window_pos()
89 auserConfig_getWindowPos(userConfig, window_x, window_y); in user_config_get_window_pos()
/external/chromium/chrome/browser/ui/views/
Dhung_renderer_view.cc430 int window_y = contents_bounds.y() + kOverlayContentsOffsetY; in GetDisplayBounds() local
431 return gfx::Rect(window_x, window_y, window_bounds.width(), in GetDisplayBounds()
/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller.cc596 int window_y = screen_bounds_.y() + offset_y; in GetWizardScreenBounds() local
597 return gfx::Rect(window_x, window_y, screen_width, screen_height); in GetWizardScreenBounds()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_gtk.cc1454 gint window_y = 0; in GetWidgetCenter() local
1455 gdk_window_get_origin(window, &window_x, &window_y); in GetWidgetCenter()
1459 window_y + window_h / 2); in GetWidgetCenter()
Drender_widget_host_view_win.cc1822 int window_y = cursor_pos.y - window_bounds.top; in OnMouseEvent() local
1825 MAKELPARAM(window_x, window_y)); in OnMouseEvent()
/external/qemu/android/skin/
Dwindow.c1341 int window_y = window->y_pos; in skin_window_resize() local
1355 window_y = r.y; in skin_window_resize()
1373 sprintf(temp, "%d,%d", window_x, window_y); in skin_window_resize()
1388 SDL_WM_SetPos( window_x, window_y ); in skin_window_resize()