Home
last modified time | relevance | path

Searched refs:origin_x (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()
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/
Ddownload_util.h173 int origin_x,
183 int origin_x,
192 int origin_x,
Ddownload_util.cc366 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/
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()
444 origin_x + allocation.x - kBorderThickness + horizontal_offset, in Show()
/external/quake/quake/src/QW/progs/
Dweapons.qc404 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);
Dmisc.qc223 WriteCoord (MSG_MULTICAST, self.origin_x);
Dclient.qc198 WriteCoord (MSG_ALL, pos.origin_x);
/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) ];