HomeSort by relevance Sort by last modified time
    Searched defs:GetWindowBoundsForClientBounds (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ui/views/win/
hwnd_util_aurawin.cc 31 gfx::Rect GetWindowBoundsForClientBounds(View* view,
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_frame_view.cc 37 gfx::Rect MessageCenterFrameView::GetWindowBoundsForClientBounds(
  /external/chromium_org/ui/views/window/
native_frame_view.cc 37 gfx::Rect NativeFrameView::GetWindowBoundsForClientBounds(
40 return views::GetWindowBoundsForClientBounds(
83 // |GetWindowBoundsForClientBounds()|.
86 return frame_->non_client_view()->GetWindowBoundsForClientBounds(
non_client_view.cc 91 gfx::Rect NonClientView::GetWindowBoundsForClientBounds(
93 return frame_view_->GetWindowBoundsForClientBounds(client_bounds);
149 return GetWindowBoundsForClientBounds(client_bounds).size();
custom_frame_view.cc 125 gfx::Rect CustomFrameView::GetWindowBoundsForClientBounds(
232 return frame_->non_client_view()->GetWindowBoundsForClientBounds(
237 return frame_->non_client_view()->GetWindowBoundsForClientBounds(
244 frame_->non_client_view()->GetWindowBoundsForClientBounds(
  /external/chromium_org/ash/wm/panels/
panel_frame_view.cc 127 gfx::Rect PanelFrameView::GetWindowBoundsForClientBounds(
  /external/chromium_org/athena/main/
athena_frame_view.cc 46 gfx::Rect AthenaFrameView::GetWindowBoundsForClientBounds(
68 ->GetWindowBoundsForClientBounds(bounds)
  /external/chromium_org/chrome/browser/ui/views/apps/
glass_app_window_frame_view_win.cc 56 gfx::Rect GlassAppWindowFrameViewWin::GetWindowBoundsForClientBounds(
111 ->GetWindowBoundsForClientBounds(bounds)
  /external/chromium_org/apps/ui/views/
app_window_frame_view.cc 133 gfx::Rect AppWindowFrameView::GetWindowBoundsForClientBounds(
243 ->GetWindowBoundsForClientBounds(bounds)
  /external/chromium_org/athena/activity/
activity_frame_view.cc 75 gfx::Rect ActivityFrameView::GetWindowBoundsForClientBounds(
126 ->GetWindowBoundsForClientBounds(bounds)
  /external/chromium_org/ui/platform_window/win/
win_window.cc 18 gfx::Rect GetWindowBoundsForClientBounds(DWORD style, DWORD ex_style,
44 gfx::Rect window_bounds = GetWindowBoundsForClientBounds(
72 gfx::Rect window_bounds = GetWindowBoundsForClientBounds(
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.cc 100 gfx::Rect BubbleFrameView::GetWindowBoundsForClientBounds(
  /external/chromium_org/ash/frame/
custom_frame_view_ash.cc 470 gfx::Rect CustomFrameViewAsh::GetWindowBoundsForClientBounds(
508 return frame_->non_client_view()->GetWindowBoundsForClientBounds(
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc 230 gfx::Rect BrowserNonClientFrameViewAsh::GetWindowBoundsForClientBounds(
glass_browser_frame_view.cc 201 gfx::Rect GlassBrowserFrameView::GetWindowBoundsForClientBounds(
opaque_browser_frame_view.cc 202 gfx::Rect OpaqueBrowserFrameView::GetWindowBoundsForClientBounds(
204 return layout_->GetWindowBoundsForClientBounds(client_bounds);
    [all...]
opaque_browser_frame_view_layout.cc 180 gfx::Rect OpaqueBrowserFrameViewLayout::GetWindowBoundsForClientBounds(
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 397 gfx::Rect PanelFrameView::GetWindowBoundsForClientBounds(
500 GetWindowBoundsForClientBounds(bounds).size();

Completed in 278 milliseconds