/external/chromium_org/content/browser/renderer_host/input/ |
D | web_input_event_builders_android.cc | 55 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()
|
D | web_input_event_builders_android.h | 18 int window_y, 35 int window_y);
|
/external/chromium_org/ui/views/ |
D | event_utils_win.cc | 51 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/ |
D | plugin_windowless_test.cc | 262 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/ |
D | synthetic_web_input_event_builders.cc | 30 int window_y, in Build() argument 35 result.y = window_y; in Build() 37 result.windowY = window_y; in Build()
|
D | synthetic_web_input_event_builders.h | 21 int window_y,
|
/external/chromium_org/ui/base/test/ |
D | ui_controls_gtk.cc | 80 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/ |
D | main-common.h | 29 void user_config_get_window_pos( int *window_x, int *window_y );
|
D | main-common.c | 84 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/ |
D | hung_renderer_view.cc | 430 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/ |
D | wizard_controller.cc | 596 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/ |
D | render_widget_host_view_gtk.cc | 1454 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()
|
D | render_widget_host_view_win.cc | 1822 int window_y = cursor_pos.y - window_bounds.top; in OnMouseEvent() local 1825 MAKELPARAM(window_x, window_y)); in OnMouseEvent()
|
/external/qemu/android/skin/ |
D | window.c | 1341 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()
|