HomeSort by relevance Sort by last modified time
    Searched full:origin_y (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/automation/
ui_controls_linux.cc 82 gint origin_x, origin_y; local
83 gdk_window_get_origin(event->motion.window, &origin_x, &origin_y);
85 event->motion.y_root = y + origin_y;
202 gint origin_x, origin_y; local
203 gdk_window_get_origin(event->button.window, &origin_x, &origin_y);
205 event->button.y_root = y + origin_y;
  /external/chromium/chrome/browser/download/
download_util.cc 367 int origin_y,
388 gfx::Rect background_bounds(origin_x, origin_y,
390 gfx::Rect foreground_bounds(origin_x, origin_y,
466 int origin_y,
478 gfx::Rect complete_bounds(origin_x, origin_y,
501 int origin_y,
513 gfx::Rect complete_bounds(origin_x, origin_y,
    [all...]
download_util.h 174 int origin_y,
184 int origin_y,
193 int origin_y,
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 438 gint origin_x, origin_y; local
439 gdk_window_get_origin(location_bar_->window, &origin_x, &origin_y);
445 origin_y + allocation.y + allocation.height - kBorderThickness - 1 +
  /external/quake/quake/src/QW/progs/
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);
misc.qc 224 WriteCoord (MSG_MULTICAST, self.origin_y);
client.qc 199 WriteCoord (MSG_ALL, pos.origin_y);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
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) ];
    [all...]

Completed in 1076 milliseconds