HomeSort by relevance Sort by last modified time
    Searched refs:GetWindowRect (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium/chrome/browser/ui/views/
find_bar_host_win.cc 22 ::GetWindowRect(
24 ::GetWindowRect(
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_win.cc 26 if (GetWindowRect(window, &browser_rect)) {
  /external/chromium_org/remoting/host/
verify_config_window_win.cc 61 if (!GetWindowRect(&rect)) {
82 if (owner != NULL && ::GetWindowRect(owner, &owner_rect)) {
disconnect_window_win.cc 270 if (!GetWindowRect(control, rect))
291 GetWindowRect(hwnd_, &window_rect)) {
372 if (!GetWindowRect(hwnd_, &window_rect))
desktop_shape_tracker_win.cc 105 if (!GetWindowRect(window, &window_rect))
  /external/chromium/chrome/browser/
fullscreen_win.cc 57 if (!::GetWindowRect(wnd, &wnd_rect))
  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 75 if (!GetWindowRect(hwnd, &r) || !PtInRect(&r, screen_loc_.ToPOINT())) {
160 if (IsWindowVisible(hwnd) && GetWindowRect(hwnd, &r) &&
212 !GetWindowRect(hwnd, &bounds)) {
310 if (!window() || !GetWindowRect(window(), &window_rect))
dock_info_gtk.cc 85 if (ui::GetWindowRect(window, &rect) && rect.Contains(screen_loc_)) {
153 if (ui::GetWindowRect(window, &rect) && rect.Contains(screen_loc_)) {
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_win.cc 24 ::GetWindowRect(window_handle, &content_rect);
  /external/chromium_org/chrome/browser/ui/views/frame/
minimize_button_metrics_win.cc 37 GetWindowRect(hwnd, &window_rect);
  /external/chromium_org/content/test/plugin/
plugin_window_size_test.cc 42 ::GetWindowRect(window, &window_rect_from_os);
  /external/chromium_org/third_party/npapi/npspy/windows/
gui_main.cpp 126 if(GetWindowRect(hWnd, &rc))
221 GetWindowRect(hWndButtonOptions, &rcButtonOptions);
228 GetWindowRect(hWndClear, &rcClear);
235 GetWindowRect(hWndCheckMute, &rcCheckMute);
242 GetWindowRect(hWndCheckOntop, &rcCheckOntop);
  /external/chromium_org/chrome/browser/
fullscreen_win.cc 59 if (!::GetWindowRect(wnd, &wnd_rect))
  /external/chromium_org/chrome/browser/ui/views/tabs/
dock_info_win.cc 90 if (!GetWindowRect(hwnd, &r) || !PtInRect(&r, screen_loc_.ToPOINT())) {
186 if (IsWindowVisible(hwnd) && GetWindowRect(hwnd, &r) &&
243 !GetWindowRect(hwnd, &bounds)) {
384 if (!window() || !GetWindowRect(window(), &window_rect))
  /external/chromium_org/ui/snapshot/
snapshot_gtk.cc 40 if (ui::GetWindowRect(win, &window_bounds) == 0) {
snapshot_win.cc 21 ::GetWindowRect(window_handle, &content_rect);
  /external/chromium_org/ui/views/win/
fullscreen_handler.cc 61 GetWindowRect(hwnd_, &saved_window_info_.window_rect);
  /external/chromium/chrome/browser/ui/
window_sizer_win.cc 93 if (GetWindowRect(window, &browser)) {
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win.cc 36 if (!GetWindowRect(taskbar_hwnd, &win_rect))
  /external/chromium_org/content/browser/aura/
software_output_device_win.cc 72 GetWindowRect(hwnd_, &wr);
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view_browsertest.cc 53 EXPECT_TRUE(::GetWindowRect(native_window, &window_rect));
81 EXPECT_TRUE(::GetWindowRect(native_window, &window_rect));
taskbar_window_thumbnailer_win.cc 167 if (!::GetWindowRect(*iter, &bounds))
199 if (!::GetWindowRect(current_hwnd, &current_bounds))
  /external/chromium_org/tools/site_compare/drivers/win32/
windowing.py 269 rect = win32gui.GetWindowRect(wnd)
275 child_rect = win32gui.GetWindowRect(child)
  /external/chromium_org/ui/gfx/win/
hwnd_util.cc 144 ::GetWindowRect(parent, &center_bounds);
209 GetWindowRect(window, &rect);
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 107 GetWindowRect(current_hwnd_, &window_rect);

Completed in 677 milliseconds

1 2 3