Searched defs:window_x (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/views/
H A Devent_utils_win.cc50 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/
H A Dweb_input_event_builders_android.cc54 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;
51 Build(blink::WebInputEvent::Type type, WebMouseEvent::Button button, double time_sec, int window_x, int window_y, int modifiers, int click_count) argument
78 Build(Direction direction, double time_sec, int window_x, int window_y) argument
/external/chromium_org/content/common/input/
H A Dsynthetic_web_input_event_builders.cc29 int window_x,
34 result.x = window_x;
36 result.windowX = window_x;
27 Build( blink::WebInputEvent::Type type, int window_x, int window_y, int modifiers) argument
/external/chromium_org/ui/base/test/
H A Dui_controls_gtk.cc80 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/
H A Dhung_renderer_view.cc428 int window_x = contents_bounds.x() + local
431 return gfx::Rect(window_x, window_y, window_bounds.width(),
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer_unittest.cc870 int window_x = left - window_width + pixels_to_left_border; local
871 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
876 EXPECT_EQ(base::IntToString(window_x) + ",100 " +
877 base::IntToString(kMinimumOnScreenArea - window_x) +
888 int window_x = right - pixels_to_right_border; local
889 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
891 window_.get(), gfx::Point(window_x, 0), HTLEFT));
932 int window_x = right - pixels_to_right_border; local
933 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
935 window_.get(), gfx::Point(window_x,
[all...]
/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.cc262 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/chrome/browser/chromeos/login/
H A Dwizard_controller.cc595 int window_x = screen_bounds_.x() + offset_x; local
597 return gfx::Rect(window_x, window_y, screen_width, screen_height);
/external/qemu/android/
H A Dmain-common.c84 user_config_get_window_pos( int *window_x, int *window_y ) argument
86 *window_x = *window_y = 10;
89 auserConfig_getWindowPos(userConfig, window_x, window_y);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc1453 gint window_x = 0; local
1455 gdk_window_get_origin(window, &window_x, &window_y);
1458 widget_center_.SetPoint(window_x + window_w / 2,
H A Drender_widget_host_view_win.cc1821 int window_x = cursor_pos.x - window_bounds.left; local
1825 MAKELPARAM(window_x, window_y));
/external/qemu/android/skin/
H A Dwindow.c1340 int window_x = window->x_pos; local
1354 window_x = r.x;
1373 sprintf(temp, "%d,%d", window_x, window_y);
1388 SDL_WM_SetPos( window_x, window_y );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 738 milliseconds