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

1 2 3

  /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/pdfium/fpdfsdk/src/pdfwindow/
PWL_SpecialButton.cpp 30 return CPWL_Utils::DeflateRect(this->GetWindowRect(),(FX_FLOAT)GetBorderWidth());
PWL_Wnd.cpp 318 CPDF_Rect rcOld = this->GetWindowRect();
398 CPDF_Rect rectWnd = GetWindowRect();
441 CPDF_Rect rectWnd = GetWindowRect();
488 CPDF_Rect rcRefresh = pRect ? *pRect : GetWindowRect();
667 CPDF_Rect CPWL_Wnd::GetWindowRect() const
674 CPDF_Rect rcWindow = GetWindowRect();
703 return CPWL_Utils::GetCenterSquare(CPWL_Utils::DeflateRect(GetWindowRect(),0.1f));
896 return IsValid() && IsVisible() && GetWindowRect().Contains(point.x,point.y);
951 CPDF_Rect rcContent = CPWL_Utils::DeflateRect(GetWindowRect(),(FX_FLOAT)(GetBorderWidth()+GetInnerBorderWidth()));
1028 return CPWL_Utils::InflateRect(this->GetWindowRect(),1);
    [all...]
PWL_ListCtrl.cpp 104 fy = pChild->GetWindowRect().bottom - m_fItemSpace;
179 CPDF_Rect rcChild = pChild->ChildToParent(pChild->GetWindowRect());
  /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, &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_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);

Completed in 1841 milliseconds

1 2 3