Searched defs:screen_x (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.cc112 int screen_x, int screen_y, WebKit::WebDragOperation operation) {
117 client_y - guest_offset.y(), screen_x, screen_y, operation);
122 int screen_x, int screen_y) {
127 client_y - guest_offset.y(), screen_x, screen_y);
111 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, WebKit::WebDragOperation operation) argument
121 DragSourceMovedTo(int client_x, int client_y, int screen_x, int screen_y) argument
H A Dbrowser_plugin_guest.cc865 int screen_x, int screen_y, WebKit::WebDragOperation operation) {
867 screen_x, screen_y, operation);
871 int screen_x, int screen_y) {
873 screen_x, screen_y);
864 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, WebKit::WebDragOperation operation) argument
870 DragSourceMovedTo(int client_x, int client_y, int screen_x, int screen_y) argument
/external/chromium/chrome/common/
H A Dautomation_messages.h115 MiniContextMenuParams(int screen_x,
125 int screen_x; member in struct:MiniContextMenuParams
/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.cc255 double screen_x, screen_y; local
257 &screen_x, &screen_y, NPCoordinateSpaceScreen); local
284 if (screen_x != flipped_screen_x)
288 else if (screen_x != kWindowXOrigin + kPluginXContentOffset)
306 error_string.append(StringForPoint(screen_x, screen_y));
/external/chromium/chrome/browser/ui/gtk/
H A Dinfo_bubble_gtk.cc324 gint screen_x = 0; local
326 screen_x = toplevel_x + offset_x + (rect_.width() / 2) - kArrowX;
328 screen_x = toplevel_x + offset_x + (rect_.width() / 2) -
337 gtk_window_move(GTK_WINDOW(window_), screen_x, screen_y); local
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c404 is_window_visible(_THIS, int screen_x, int screen_y, int screen_w, int screen_h ) argument
413 return ( x >= screen_x && x + attr.width <= screen_x + screen_w &&
/external/chromium_org/chrome/browser/ui/gtk/bubble/
H A Dbubble_gtk.cc478 gint screen_x = 0; local
490 screen_x = toplevel_x + x_offset;
495 screen_x =
498 screen_x = toplevel_x + offset_x + (rect_.width() / 2) - kArrowX;
502 screen_x = toplevel_x + offset_x + (rect_.width() / 2) -
520 gtk_window_move(GTK_WINDOW(window_), screen_x, screen_y); local
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc743 int client_x, int client_y, int screen_x, int screen_y,
748 gfx::Point(screen_x, screen_y),
753 int client_x, int client_y, int screen_x, int screen_y) {
757 gfx::Point(screen_x, screen_y),
742 DragSourceEndedAt( int client_x, int client_y, int screen_x, int screen_y, WebDragOperation operation) argument
752 DragSourceMovedTo( int client_x, int client_y, int screen_x, int screen_y) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1975 int screen_x, int screen_y, WebKit::WebDragOperation operation) {
1978 screen_x, screen_y, operation);
1981 screen_x, screen_y, operation);
1985 int screen_x, int screen_y) {
1988 screen_x, screen_y);
1991 screen_x, screen_y);
1974 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, WebKit::WebDragOperation operation) argument
1984 DragSourceMovedTo(int client_x, int client_y, int screen_x, int screen_y) argument

Completed in 1178 milliseconds