Home
last modified time | relevance | path

Searched refs:origin_y (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/automation/
Dui_controls_linux.cc82 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/
Ddownload_util.h174 int origin_y,
184 int origin_y,
193 int origin_y,
Ddownload_util.cc367 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/
Dautocomplete_popup_view_gtk.cc438 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/
Dweapons.qc405 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);
Dmisc.qc224 WriteCoord (MSG_MULTICAST, self.origin_y);
Dclient.qc199 WriteCoord (MSG_ALL, pos.origin_y);
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzVideo.m652 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) ];