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

/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(WebKit::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/ash/wm/workspace/
H A Dworkspace_window_resizer_unittest.cc747 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
813 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
815 window_.get(), gfx::Point(window_x,
[all...]
/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/chrome/browser/ui/views/
H A Dhung_renderer_view.cc423 int window_x = contents_bounds.x() + local
426 return gfx::Rect(window_x, window_y, window_bounds.width(),
/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.cc1429 gint window_x = 0; local
1431 gdk_window_get_origin(window, &window_x, &window_y);
1434 widget_center_.SetPoint(window_x + window_w / 2,
H A Drender_widget_host_view_win.cc1804 int window_x = cursor_pos.x - window_bounds.left; local
1808 MAKELPARAM(window_x, window_y));
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc2094 int window_x = screen_loc.x() - window_bounds.left; local
2122 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 1158 milliseconds