/external/chromium_org/ui/views/ |
event_utils_win.cc | 50 int window_x = screen_loc.x(); local 53 POINT pt = {window_x, window_y}; 55 window_x = pt.x; 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 | 54 int window_x, 62 result.x = window_x; 64 result.windowX = window_x; 80 int window_x, 85 result.x = window_x; 87 result.windowX = window_x;
|
web_input_event_builders_android.h | 17 int window_x, 34 int window_x,
|
/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/test/plugin/ |
plugin_windowless_test.cc | 262 double window_x, window_y; local 264 &window_x, &window_y, NPCoordinateSpaceWindow); local 294 else if (window_x != flipped_window_x) 298 else if (window_x != kPluginXContentOffset) 310 error_string.append(StringForPoint(window_x, window_y));
|
/external/chromium_org/content/common/input/ |
synthetic_web_input_event_builders.h | 20 int window_x,
|
synthetic_web_input_event_builders.cc | 29 int window_x, 34 result.x = window_x; 36 result.windowX = window_x;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
XWDFile.h | 90 CARD32 window_x B32; /* Window upper left X coordinate */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
XWDFile.h | 90 CARD32 window_x B32; /* Window upper left X coordinate */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
XWDFile.h | 90 CARD32 window_x B32; /* Window upper left X 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); 82 event->motion.x = x - window_x;
|
/external/chromium/chrome/browser/ui/views/ |
hung_renderer_view.cc | 428 int window_x = contents_bounds.x() + local 431 return gfx::Rect(window_x, window_y, window_bounds.width(),
|
/external/chromium_org/ash/wm/workspace/ |
workspace_window_resizer_unittest.cc | 870 int window_x = left - window_width + pixels_to_left_border; local 888 int window_x = right - pixels_to_right_border; local 932 int window_x = right - pixels_to_right_border; local [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
wizard_controller.cc | 595 int window_x = screen_bounds_.x() + offset_x; 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 | 1453 gint window_x = 0; local [all...] |
render_widget_host_view_win.cc | 1821 int window_x = cursor_pos.x - window_bounds.left; local [all...] |
/external/qemu/android/skin/ |
window.c | 1340 int window_x = window->x_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 | |