HomeSort by relevance Sort by last modified time
    Searched refs:GetWindowRect (Results 1 - 25 of 66) 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/setup/win/
host_configurer_window.cc 69 if (!GetWindowRect(&rect)) {
90 if (owner != NULL && ::GetWindowRect(owner, &owner_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 268 if (!GetWindowRect(control, rect))
289 GetWindowRect(hwnd_, &window_rect)) {
370 if (!GetWindowRect(hwnd_, &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/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 58 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))
native_view_photobooth_win.cc 106 GetWindowRect(current_hwnd_, &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 60 GetWindowRect(hwnd_, &saved_window_info_.window_rect);
  /external/chromium/chrome/browser/ui/
window_sizer_win.cc 93 if (GetWindowRect(window, &browser)) {
  /external/chromium_org/content/browser/aura/
software_output_device_win.cc 71 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/base/win/
hwnd_util.cc 125 ::GetWindowRect(parent, &center_bounds);
178 GetWindowRect(window, &rect);
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 107 GetWindowRect(current_hwnd_, &window_rect);
  /external/chromium_org/chrome/browser/ui/panels/
display_settings_provider_win.cc 79 if (!::GetWindowRect(taskbar_window, &rect))

Completed in 991 milliseconds

1 2 3