Searched refs:window_rect (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host_win.cc37 gfx::Rect window_rect = host_->GetWindowScreenBounds(); local
39 if (!window_rect.IsEmpty())
H A Dfind_bar_host.cc209 gfx::Rect window_rect = host()->GetWindowScreenBounds(); local
211 *position = window_rect.origin();
/external/chromium/chrome/browser/ui/views/tabs/
H A Dnative_view_photobooth_win.cc106 RECT window_rect = {0}; local
107 GetWindowRect(current_hwnd_, &window_rect);
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_win.cc309 RECT window_rect; local
310 if (!window() || !GetWindowRect(window(), &window_rect))
312 *bounds = gfx::Rect(window_rect);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc577 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/
H A Dwinquake.h81 extern RECT window_rect;
H A Dgl_vidnt.c157 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;
H A Dvid_win.c46 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;
H A Din_win.c178 ClipCursor (&window_rect);
249 ClipCursor (&window_rect);
/external/quake/quake/src/WinQuake/
H A Dwinquake.h82 extern RECT window_rect;
H A Dgl_vidnt.cpp157 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;
H A Dvid_win.cpp44 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;
H A Din_win.cpp179 ClipCursor (&window_rect);
250 ClipCursor (&window_rect);
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc408 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);
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1492 gfx::Rect window_rect = frame_->GetWindow()->non_client_view()-> local
1494 window_rect.set_origin(bounds->origin());
1498 if (window_rect.x() == 0 && window_rect.y() == 0) {
1499 gfx::Size size = window_rect.size();
1500 window_rect.set_origin(WindowSizer::GetDefaultPopupOrigin(size));
1503 *bounds = window_rect;

Completed in 224 milliseconds