Searched refs:origin_x (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/automation/ |
D | ui_controls_linux.cc | 82 gint origin_x, origin_y; in FakeAMouseMotionEvent() local 83 gdk_window_get_origin(event->motion.window, &origin_x, &origin_y); in FakeAMouseMotionEvent() 84 event->motion.x_root = x + origin_x; in FakeAMouseMotionEvent() 202 gint origin_x, origin_y; in SendMouseEvents() local 203 gdk_window_get_origin(event->button.window, &origin_x, &origin_y); in SendMouseEvents() 204 event->button.x_root = x + origin_x; in SendMouseEvents()
|
/external/chromium/chrome/browser/download/ |
D | download_util.h | 173 int origin_x, 183 int origin_x, 192 int origin_x,
|
D | download_util.cc | 366 int origin_x, in PaintDownloadProgress() argument 388 gfx::Rect background_bounds(origin_x, origin_y, in PaintDownloadProgress() 390 gfx::Rect foreground_bounds(origin_x, origin_y, in PaintDownloadProgress() 465 int origin_x, in PaintDownloadComplete() argument 478 gfx::Rect complete_bounds(origin_x, origin_y, in PaintDownloadComplete() 500 int origin_x, in PaintDownloadInterrupted() argument 513 gfx::Rect complete_bounds(origin_x, origin_y, in PaintDownloadInterrupted()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_popup_view_gtk.cc | 438 gint origin_x, origin_y; in Show() local 439 gdk_window_get_origin(location_bar_->window, &origin_x, &origin_y); in Show() 444 origin_x + allocation.x - kBorderThickness + horizontal_offset, in Show()
|
/external/quake/quake/src/QW/progs/ |
D | weapons.qc | 404 WriteCoord (MSG_MULTICAST, self.origin_x); 604 WriteCoord (MSG_MULTICAST, self.origin_x); 808 WriteCoord (MSG_MULTICAST, self.origin_x); 850 WriteCoord (MSG_MULTICAST, self.origin_x);
|
D | misc.qc | 223 WriteCoord (MSG_MULTICAST, self.origin_x);
|
D | client.qc | 198 WriteCoord (MSG_ALL, pos.origin_x);
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzVideo.m | 652 int origin_x, origin_y; 754 if ( QZ_WindowPosition(this, &origin_x, &origin_y) ) { 755 … [ qz_window setFrameTopLeftPoint:NSMakePoint(origin_x,this->info.current_h - origin_y) ];
|