/external/chromium/chrome/browser/ui/views/ |
hung_renderer_view.cc | 430 int window_y = contents_bounds.y() + kOverlayContentsOffsetY; local 431 return gfx::Rect(window_x, window_y, window_bounds.width(),
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_controller.cc | 596 int window_y = screen_bounds_.y() + offset_y; local 597 return gfx::Rect(window_x, window_y, screen_width, screen_height);
|
/external/qemu/android/skin/ |
window.c | 1330 int window_y = window->y_pos; local [all...] |
/external/quake/quake/src/QW/client/ |
gl_vidnt.c | 156 int window_center_x, window_center_y, window_x, window_y, window_width, window_height;
variable 362 window_y = 0;
485 window_rect.top = window_y;
487 window_rect.bottom = window_y + window_height;
1041 window_y = (int) HIWORD(lParam);
[all...] |
vid_win.c | 45 int window_center_x, window_center_y, window_x, window_y, window_width, window_height;
variable 204 window_rect.top = window_y;
206 window_rect.bottom = window_y + window_height;
[all...] |
/external/quake/quake/src/WinQuake/ |
gl_vidnt.cpp | 156 int window_center_x, window_center_y, window_x, window_y, window_width, window_height;
variable 362 window_y = 0;
485 window_rect.top = window_y;
487 window_rect.bottom = window_y + window_height;
1041 window_y = (int) HIWORD(lParam);
[all...] |
vid_win.cpp | 43 int window_center_x, window_center_y, window_x, window_y, window_width, window_height;
variable 200 window_rect.top = window_y;
202 window_rect.bottom = window_y + window_height;
[all...] |