/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/ |
window_capture_utils.cc | 20 if (!GetWindowRect(window, &rect)) {
|
/external/chromium_org/chrome/browser/ui/views/status_icons/ |
status_tray_state_changer_interactive_uitest_win.cc | 149 ::GetWindowRect(tray_notify_hwnd, &original_tray_notify_rect); 157 ::GetWindowRect(tray_notify_hwnd, &new_tray_notify_rect); 164 ::GetWindowRect(tray_notify_hwnd, &new_tray_notify_rect);
|
/external/chromium_org/chrome/browser/ |
fullscreen_win.cc | 59 if (!::GetWindowRect(wnd, &wnd_rect))
|
/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/test/plugin/ |
plugin_window_size_test.cc | 42 ::GetWindowRect(window, &window_rect_from_os);
|
/external/chromium_org/third_party/webrtc/modules/video_render/ios/ |
video_render_ios_gles20.h | 44 int GetWindowRect(Rect& rect); // NOLINT
|
video_render_ios_gles20.mm | 41 GetWindowRect(window_rect_); 188 if (GetWindowRect(window_rect_) == -1) { 234 int VideoRenderIosGles20::GetWindowRect(Rect& rect) {
|
/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);
|
loggerw.cpp | 139 if(GetWindowRect(hWnd, &rc))
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
window_finder_win.cc | 88 if (!GetWindowRect(hwnd, &r) || !PtInRect(&r, screen_loc_.ToPOINT())) { 181 if (IsWindowVisible(hwnd) && GetWindowRect(hwnd, &r) &&
|
/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)) { 373 if (!GetWindowRect(hwnd_, &window_rect))
|
desktop_shape_tracker_win.cc | 105 if (!GetWindowRect(window, &window_rect))
|
/external/chromium_org/ui/views/win/ |
fullscreen_handler.cc | 61 GetWindowRect(hwnd_, &saved_window_info_.window_rect);
|
/external/chromium_org/ash/host/ |
ash_window_tree_host_win.cc | 41 GetWindowRect(hwnd(), &saved_window_rect_);
|
/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, ¤t_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, ¢er_bounds); 209 GetWindowRect(window, &rect);
|
/external/chromium_org/content/browser/compositor/ |
software_output_device_win.cc | 76 GetWindowRect(hwnd_, &wr);
|
/external/chromium_org/third_party/webrtc/modules/video_render/mac/ |
video_render_agl.h | 124 int GetWindowRect(Rect& rect);
|
video_render_nsopengl.h | 156 int GetWindowRect(Rect& rect);
|
video_render_agl.cc | 413 GetWindowRect(_windowRect); 522 GetWindowRect(_windowRect); 990 if (GetWindowRect(_windowRect) == -1) [all...] |
video_render_nsopengl.mm | 523 if (GetWindowRect(_windowRect) == -1) 1003 if (GetWindowRect(_windowRect) == -1) 1098 if (GetWindowRect(_windowRect) == -1) 1148 int VideoRenderNSOpenGL::GetWindowRect(Rect& rect)
|
/external/chromium_org/ui/snapshot/ |
snapshot_win.cc | 22 ::GetWindowRect(window_handle, &content_rect);
|