Searched refs:screen_x (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome_frame/
H A Dchrome_frame_plugin.cc12 *x = params.screen_x;
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.h77 void DragSourceEndedAt(int client_x, int client_y, int screen_x,
81 int screen_x, int screen_y);
H A Dbrowser_plugin_embedder.cc158 int screen_x, int screen_y, blink::WebDragOperation operation) {
163 client_y - guest_offset.y(), screen_x, screen_y, operation);
168 int screen_x, int screen_y) {
173 client_y - guest_offset.y(), screen_x, screen_y);
157 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, blink::WebDragOperation operation) argument
167 DragSourceMovedTo(int client_x, int client_y, int screen_x, int screen_y) argument
H A Dbrowser_plugin_guest.h287 void DragSourceEndedAt(int client_x, int client_y, int screen_x,
291 int screen_x, int screen_y);
H A Dbrowser_plugin_guest.cc978 int screen_x, int screen_y, blink::WebDragOperation operation) {
980 screen_x, screen_y, operation);
984 int screen_x, int screen_y) {
986 screen_x, screen_y);
977 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, blink::WebDragOperation operation) argument
983 DragSourceMovedTo(int client_x, int client_y, int screen_x, int screen_y) argument
/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_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/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/chromium_org/content/public/browser/
H A Drender_view_host.h122 int client_x, int client_y, int screen_x, int screen_y,
128 int client_x, int client_y, int screen_x, int screen_y) = 0;
/external/chromium_org/chrome/common/
H A Dautomation_messages.h87 IPC_STRUCT_MEMBER(int, screen_x)
/external/chromium/chrome/common/
H A Dautomation_messages.h115 MiniContextMenuParams(int screen_x,
125 int screen_x; member in struct:MiniContextMenuParams
H A Dautomation_messages.cc127 : screen_x(0),
138 : screen_x(in_screen_x),
598 WriteParam(m, p.screen_x);
611 return ReadParam(m, iter, &p->screen_x) &&
624 LogParam(p.screen_x, l);
/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/content/browser/renderer_host/
H A Drender_view_host_impl.h149 int client_x, int client_y, int screen_x, int screen_y,
152 int client_x, int client_y, int screen_x, int screen_y) OVERRIDE;
H A Drender_view_host_impl.cc1053 int client_x, int client_y, int screen_x, int screen_y,
1058 gfx::Point(screen_x, screen_y),
1063 int client_x, int client_y, int screen_x, int screen_y) {
1067 gfx::Point(screen_x, screen_y),
1052 DragSourceEndedAt( int client_x, int client_y, int screen_x, int screen_y, WebDragOperation operation) argument
1062 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.h161 void DragSourceEndedAt(int client_x, int client_y, int screen_x,
167 int screen_x, int screen_y);
H A Dweb_contents_impl.cc1918 int screen_x, int screen_y, blink::WebDragOperation operation) {
1921 screen_x, screen_y, operation);
1924 screen_x, screen_y, operation);
1928 int screen_x, int screen_y) {
1931 screen_x, screen_y);
1934 screen_x, screen_y);
1917 DragSourceEndedAt(int client_x, int client_y, int screen_x, int screen_y, blink::WebDragOperation operation) argument
1927 DragSourceMovedTo(int client_x, int client_y, int screen_x, int screen_y) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c524 REGION_TRANSLATE(pScrn->pScreen, dstRegion, -pPixmap->screen_x,
557 offset_x += pPixmap->screen_x;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c524 REGION_TRANSLATE(pScrn->pScreen, dstRegion, -pPixmap->screen_x,
557 offset_x += pPixmap->screen_x;
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_tab_container_win.cc903 ipc_params.screen_x = screen_pt.x;

Completed in 945 milliseconds