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

1 2

  /external/chromium_org/ui/views/win/
hwnd_util.h 29 VIEWS_EXPORT gfx::Rect GetWindowBoundsForClientBounds(
hwnd_util_aurawin.cc 31 gfx::Rect GetWindowBoundsForClientBounds(View* view,
  /external/chromium_org/ui/views/window/
native_frame_view.cc 37 gfx::Rect NativeFrameView::GetWindowBoundsForClientBounds(
40 return views::GetWindowBoundsForClientBounds(
79 // |GetWindowBoundsForClientBounds()|.
82 return frame_->non_client_view()->GetWindowBoundsForClientBounds(
native_frame_view.h 23 virtual gfx::Rect GetWindowBoundsForClientBounds(
non_client_view.h 67 virtual gfx::Rect GetWindowBoundsForClientBounds(
169 gfx::Rect GetWindowBoundsForClientBounds(const gfx::Rect client_bounds) const;
custom_frame_view.h 43 virtual gfx::Rect GetWindowBoundsForClientBounds(
non_client_view.cc 88 gfx::Rect NonClientView::GetWindowBoundsForClientBounds(
90 return frame_view_->GetWindowBoundsForClientBounds(client_bounds);
142 return GetWindowBoundsForClientBounds(client_bounds).size();
custom_frame_view.cc 128 gfx::Rect CustomFrameView::GetWindowBoundsForClientBounds(
230 return frame_->non_client_view()->GetWindowBoundsForClientBounds(
235 return frame_->non_client_view()->GetWindowBoundsForClientBounds(
242 frame_->non_client_view()->GetWindowBoundsForClientBounds(
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_frame_view.h 26 virtual gfx::Rect GetWindowBoundsForClientBounds(
message_center_frame_view.cc 37 gfx::Rect MessageCenterFrameView::GetWindowBoundsForClientBounds(
  /external/chromium_org/chrome/browser/ui/views/apps/
glass_app_window_frame_view_win.h 29 virtual gfx::Rect GetWindowBoundsForClientBounds(
glass_app_window_frame_view_win.cc 53 gfx::Rect GlassAppWindowFrameViewWin::GetWindowBoundsForClientBounds(
104 ->GetWindowBoundsForClientBounds(bounds)
  /external/chromium_org/apps/ui/views/
app_window_frame_view.h 70 virtual gfx::Rect GetWindowBoundsForClientBounds(
app_window_frame_view.cc 133 gfx::Rect AppWindowFrameView::GetWindowBoundsForClientBounds(
236 ->GetWindowBoundsForClientBounds(bounds)
  /external/chromium_org/ash/frame/
custom_frame_view_ash.h 46 virtual gfx::Rect GetWindowBoundsForClientBounds(
custom_frame_view_ash.cc 441 gfx::Rect CustomFrameViewAsh::GetWindowBoundsForClientBounds(
475 return frame_->non_client_view()->GetWindowBoundsForClientBounds(
  /external/chromium_org/ash/wm/panels/
panel_frame_view.h 45 virtual gfx::Rect GetWindowBoundsForClientBounds(
panel_frame_view.cc 125 gfx::Rect PanelFrameView::GetWindowBoundsForClientBounds(
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.h 46 virtual gfx::Rect GetWindowBoundsForClientBounds(
glass_browser_frame_view.h 34 virtual gfx::Rect GetWindowBoundsForClientBounds(
opaque_browser_frame_view_layout.h 51 gfx::Rect GetWindowBoundsForClientBounds(
opaque_browser_frame_view.h 52 virtual gfx::Rect GetWindowBoundsForClientBounds(
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.h 41 virtual gfx::Rect GetWindowBoundsForClientBounds(
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_win.cc 15 gfx::Rect GetWindowBoundsForClientBounds(DWORD style, DWORD ex_style,
49 gfx::Rect window_bounds = GetWindowBoundsForClientBounds(
74 gfx::Rect window_bounds = GetWindowBoundsForClientBounds(
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.h 60 virtual gfx::Rect GetWindowBoundsForClientBounds(

Completed in 1139 milliseconds

1 2