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

  /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));
  /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/chrome/browser/ui/views/
hung_renderer_view.cc 423 int window_x = contents_bounds.x() + local
426 return gfx::Rect(window_x, window_y, window_bounds.width(),
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc 747 int window_x = left - window_width + pixels_to_left_border; local
748 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
754 EXPECT_EQ(base::IntToString(window_x) + ",100 " +
755 base::IntToString(kMinimumOnScreenArea - window_x) +
766 int window_x = right - pixels_to_right_border; local
767 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
769 window_.get(), gfx::Point(window_x, 0), HTLEFT,
812 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 1429 gint window_x = 0; local
    [all...]
render_widget_host_view_win.cc 1804 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/chromium_org/ui/views/controls/menu/
menu_controller.cc 2094 int window_x = screen_loc.x() - window_bounds.left; 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 1563 milliseconds