Searched refs:origin_y (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() 85 event->motion.y_root = y + origin_y; 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() 205 event->button.y_root = y + origin_y; in SendMouseEvents()
|
/external/chromium/chrome/browser/download/ |
D | download_util.h | 174 int origin_y, 184 int origin_y, 193 int origin_y,
|
D | download_util.cc | 367 int origin_y, 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() 466 int origin_y, in PaintDownloadComplete() argument 478 gfx::Rect complete_bounds(origin_x, origin_y, in PaintDownloadComplete() 501 int origin_y, 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() 445 origin_y + allocation.y + allocation.height - kBorderThickness - 1 + in Show()
|
/external/quake/quake/src/QW/progs/ |
D | weapons.qc | 405 WriteCoord (MSG_MULTICAST, self.origin_y); 605 WriteCoord (MSG_MULTICAST, self.origin_y); 809 WriteCoord (MSG_MULTICAST, self.origin_y); 851 WriteCoord (MSG_MULTICAST, self.origin_y);
|
D | misc.qc | 224 WriteCoord (MSG_MULTICAST, self.origin_y);
|
D | client.qc | 199 WriteCoord (MSG_ALL, pos.origin_y);
|
/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) ];
|