HomeSort by relevance Sort by last modified time
    Searched refs:window_rect (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host_win.cc 37 gfx::Rect window_rect = host_->GetWindowScreenBounds(); local
39 if (!window_rect.IsEmpty())
find_bar_host.cc 209 gfx::Rect window_rect = host()->GetWindowScreenBounds(); local
211 *position = window_rect.origin();
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 106 RECT window_rect = {0}; local
107 GetWindowRect(current_hwnd_, &window_rect);
  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 309 RECT window_rect; local
310 if (!window() || !GetWindowRect(window(), &window_rect))
312 *bounds = gfx::Rect(window_rect);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 577 gfx::Rect window_rect = GetWindowRect(event->window); local
584 if (window_rect.width() < (kIconAreaWidth * 3))
600 window_rect.width() - 1, window_rect.height() - 1);
605 gfx::Rect line_rect = GetRectForLine(i, window_rect.width());
633 int text_width = window_rect.width() - (kIconAreaWidth + kRightPadding);
  /external/quake/quake/src/QW/client/
gl_vidnt.c 157 RECT window_rect; variable
484 window_rect.left = window_x;
485 window_rect.top = window_y;
486 window_rect.right = window_x + window_width;
487 window_rect.bottom = window_y + window_height;
488 window_center_x = (window_rect.left + window_rect.right) / 2;
489 window_center_y = (window_rect.top + window_rect.bottom) / 2;
    [all...]
winquake.h 81 extern RECT window_rect;
vid_win.c 46 RECT window_rect; variable
203 window_rect.left = window_x;
204 window_rect.top = window_y;
205 window_rect.right = window_x + window_width;
206 window_rect.bottom = window_y + window_height;
207 window_center_x = (window_rect.left + window_rect.right) / 2;
208 window_center_y = (window_rect.top + window_rect.bottom) / 2;
    [all...]
in_win.c 178 ClipCursor (&window_rect);
249 ClipCursor (&window_rect);
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 157 RECT window_rect; variable
484 window_rect.left = window_x;
485 window_rect.top = window_y;
486 window_rect.right = window_x + window_width;
487 window_rect.bottom = window_y + window_height;
488 window_center_x = (window_rect.left + window_rect.right) / 2;
489 window_center_y = (window_rect.top + window_rect.bottom) / 2;
    [all...]
winquake.h 82 extern RECT window_rect;
vid_win.cpp 44 RECT window_rect; variable
199 window_rect.left = window_x;
200 window_rect.top = window_y;
201 window_rect.right = window_x + window_width;
202 window_rect.bottom = window_y + window_height;
203 window_center_x = (window_rect.left + window_rect.right) / 2;
204 window_center_y = (window_rect.top + window_rect.bottom) / 2;
    [all...]
in_win.cpp 179 ClipCursor (&window_rect);
250 ClipCursor (&window_rect);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 408 move.window_rect.x(),
409 move.window_rect.y(),
410 move.window_rect.width(),
411 move.window_rect.height(), flags);
544 CRect window_rect; local
545 GetWindowRect(&window_rect);
546 return gfx::Rect(window_rect);
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 1492 gfx::Rect window_rect = frame_->GetWindow()->non_client_view()-> local
    [all...]

Completed in 577 milliseconds