Home
last modified time | relevance | path

Searched refs:GetWindowRect (Results 1 – 25 of 63) sorted by relevance

123

/external/chromium/chrome/browser/ui/views/
Dfind_bar_host_win.cc22 ::GetWindowRect( in GetWidgetPositionNative()
24 ::GetWindowRect( in GetWidgetPositionNative()
/external/chromium_org/third_party/npapi/npspy/windows/
Dgui_main.cpp126 if(GetWindowRect(hWnd, &rc)) in onOptions()
221 GetWindowRect(hWndButtonOptions, &rcButtonOptions); in onSize()
228 GetWindowRect(hWndClear, &rcClear); in onSize()
235 GetWindowRect(hWndCheckMute, &rcCheckMute); in onSize()
242 GetWindowRect(hWndCheckOntop, &rcCheckOntop); in onSize()
/external/chromium/chrome/browser/ui/tabs/
Ddock_info_win.cc75 if (!GetWindowRect(hwnd, &r) || !PtInRect(&r, screen_loc_.ToPOINT())) { in ShouldStopIterating()
160 if (IsWindowVisible(hwnd) && GetWindowRect(hwnd, &r) && in ShouldStopIterating()
212 !GetWindowRect(hwnd, &bounds)) { in ShouldStopIterating()
310 if (!window() || !GetWindowRect(window(), &window_rect)) in GetWindowBounds()
Ddock_info_gtk.cc85 if (ui::GetWindowRect(window, &rect) && rect.Contains(screen_loc_)) { in ShouldStopIterating()
153 if (ui::GetWindowRect(window, &rect) && rect.Contains(screen_loc_)) { in ShouldStopIterating()
/external/chromium_org/chrome/browser/ui/views/tabs/
Ddock_info_win.cc90 if (!GetWindowRect(hwnd, &r) || !PtInRect(&r, screen_loc_.ToPOINT())) { in ShouldStopIterating()
186 if (IsWindowVisible(hwnd) && GetWindowRect(hwnd, &r) && in ShouldStopIterating()
243 !GetWindowRect(hwnd, &bounds)) { in ShouldStopIterating()
384 if (!window() || !GetWindowRect(window(), &window_rect)) in GetWindowBounds()
/external/chromium_org/remoting/host/
Dverify_config_window_win.cc61 if (!GetWindowRect(&rect)) { in CenterWindow()
82 if (owner != NULL && ::GetWindowRect(owner, &owner_rect)) { in CenterWindow()
Ddisconnect_window_win.cc270 if (!GetWindowRect(control, rect)) in GetControlRect()
291 GetWindowRect(hwnd_, &window_rect)) { in SetDialogPosition()
372 if (!GetWindowRect(hwnd_, &window_rect)) in SetStrings()
Ddesktop_shape_tracker_win.cc105 if (!GetWindowRect(window, &window_rect)) in EnumWindowsCallback()
/external/chromium_org/tools/site_compare/drivers/win32/
Dwindowing.py269 rect = win32gui.GetWindowRect(wnd)
275 child_rect = win32gui.GetWindowRect(child)
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view_browsertest.cc53 EXPECT_TRUE(::GetWindowRect(native_window, &window_rect)); in IN_PROC_BROWSER_TEST_F()
81 EXPECT_TRUE(::GetWindowRect(native_window, &window_rect)); in IN_PROC_BROWSER_TEST_F()
Dtaskbar_window_thumbnailer_win.cc167 if (!::GetWindowRect(*iter, &bounds)) in CaptureWindowImage()
199 if (!::GetWindowRect(current_hwnd, &current_bounds)) in CaptureWindowImage()
/external/chromium_org/chrome/browser/ui/window_sizer/
Dwindow_sizer_win.cc26 if (GetWindowRect(window, &browser_rect)) { in GetDefaultPopupOrigin()
/external/chromium_org/content/test/plugin/
Dplugin_window_size_test.cc42 ::GetWindowRect(window, &window_rect_from_os); in SetWindow()
/external/chromium_org/ui/gfx/win/
Dhwnd_util.cc144 ::GetWindowRect(parent, &center_bounds); in CenterAndSizeWindow()
209 GetWindowRect(window, &rect); in ShowSystemMenu()
/external/chromium/chrome/browser/
Dfullscreen_win.cc57 if (!::GetWindowRect(wnd, &wnd_rect)) in IsFullScreenWindowMode()
/external/chromium/chrome/browser/ui/window_snapshot/
Dwindow_snapshot_win.cc24 ::GetWindowRect(window_handle, &content_rect); in GrabWindowSnapshot()
/external/chromium_org/chrome/browser/
Dfullscreen_win.cc59 if (!::GetWindowRect(wnd, &wnd_rect)) in IsFullScreenWindowMode()
/external/chromium_org/chrome/browser/ui/views/frame/
Dminimize_button_metrics_win.cc37 GetWindowRect(hwnd, &window_rect); in GetMinimizeButtonOffsetForWindow()
/external/chromium_org/ui/snapshot/
Dsnapshot_gtk.cc40 if (ui::GetWindowRect(win, &window_bounds) == 0) { in GrabViewSnapshot()
Dsnapshot_win.cc21 ::GetWindowRect(window_handle, &content_rect); in GetWindowBounds()
/external/chromium_org/ui/views/win/
Dfullscreen_handler.cc61 GetWindowRect(hwnd_, &saved_window_info_.window_rect); in SetFullscreenImpl()
Dhwnd_message_handler.cc244 GetWindowRect(window, &bounds); in ClipDCToChild()
501 GetWindowRect(hwnd(), &r); in GetWindowBoundsInScreen()
545 const bool succeeded = GetWindowRect(hwnd(), &wp.rcNormalPosition) != 0; in GetWindowPlacement()
1016 GetWindowRect(hwnd(), &client); in OnAppbarAutohideEdgesChanged()
1157 GetWindowRect(hwnd(), &window_rect); in ResetWindowRegion()
1271 GetWindowRect(hwnd(), &wr); in RedrawLayeredWindowContents()
1465 GetWindowRect(hwnd(), &window_rect); in OnGetMinMaxInfo()
1913 ::GetWindowRect(hwnd(), &window_rect); in OnNCHitTest()
1949 GetWindowRect(hwnd(), &window_rect); in OnNCPaint()
2320 if (GetWindowRect(hwnd(), &window_rect) && in OnWindowPosChanging()
/external/chromium_org/ui/aura/
Droot_window_host_win.cc79 GetWindowRect(hwnd(), &saved_window_rect_); in ToggleFullScreen()
204 GetWindowRect(hwnd(), &window_rect); in ConfineCursorToRootWindow()
/external/chromium_org/chrome/browser/ui/views/app_list/win/
Dapp_list_win.cc36 if (!GetWindowRect(taskbar_hwnd, &win_rect)) in GetTaskbarRect()
/external/chromium/chrome/browser/ui/
Dwindow_sizer_win.cc93 if (GetWindowRect(window, &browser)) { in GetDefaultPopupOrigin()

123