Searched defs:GetWindowBoundsForClientBounds (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/ui/views/win/
H A Dhwnd_util_aurawin.cc31 gfx::Rect GetWindowBoundsForClientBounds(View* view, function in namespace:views
/external/chromium_org/ash/wm/panels/
H A Dpanel_frame_view.cc127 gfx::Rect PanelFrameView::GetWindowBoundsForClientBounds( function in class:ash::PanelFrameView
/external/chromium_org/athena/main/
H A Dathena_frame_view.cc46 gfx::Rect AthenaFrameView::GetWindowBoundsForClientBounds( function in class:athena::AthenaFrameView
68 ->GetWindowBoundsForClientBounds(bounds)
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_frame_view.cc37 gfx::Rect MessageCenterFrameView::GetWindowBoundsForClientBounds( function in class:message_center::MessageCenterFrameView
/external/chromium_org/ui/views/window/
H A Dnative_frame_view.cc37 gfx::Rect NativeFrameView::GetWindowBoundsForClientBounds( function in class:views::NativeFrameView
40 return views::GetWindowBoundsForClientBounds(
83 // |GetWindowBoundsForClientBounds()|.
86 return frame_->non_client_view()->GetWindowBoundsForClientBounds(
H A Dnon_client_view.cc91 gfx::Rect NonClientView::GetWindowBoundsForClientBounds( function in class:views::NonClientView
93 return frame_view_->GetWindowBoundsForClientBounds(client_bounds);
149 return GetWindowBoundsForClientBounds(client_bounds).size();
H A Dcustom_frame_view.cc125 gfx::Rect CustomFrameView::GetWindowBoundsForClientBounds( function in class:views::CustomFrameView
232 return frame_->non_client_view()->GetWindowBoundsForClientBounds(
237 return frame_->non_client_view()->GetWindowBoundsForClientBounds(
244 frame_->non_client_view()->GetWindowBoundsForClientBounds(
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dglass_app_window_frame_view_win.cc56 gfx::Rect GlassAppWindowFrameViewWin::GetWindowBoundsForClientBounds( function in class:GlassAppWindowFrameViewWin
111 ->GetWindowBoundsForClientBounds(bounds)
/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.cc133 gfx::Rect AppWindowFrameView::GetWindowBoundsForClientBounds( function in class:apps::AppWindowFrameView
243 ->GetWindowBoundsForClientBounds(bounds)
/external/chromium_org/athena/activity/
H A Dactivity_frame_view.cc75 gfx::Rect ActivityFrameView::GetWindowBoundsForClientBounds( function in class:athena::ActivityFrameView
126 ->GetWindowBoundsForClientBounds(bounds)
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc18 gfx::Rect GetWindowBoundsForClientBounds(DWORD style, DWORD ex_style, function in namespace:ui::__anon17008
44 gfx::Rect window_bounds = GetWindowBoundsForClientBounds(
72 gfx::Rect window_bounds = GetWindowBoundsForClientBounds(
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc100 gfx::Rect BubbleFrameView::GetWindowBoundsForClientBounds( function in class:views::BubbleFrameView
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc470 gfx::Rect CustomFrameViewAsh::GetWindowBoundsForClientBounds( function in class:ash::CustomFrameViewAsh
508 return frame_->non_client_view()->GetWindowBoundsForClientBounds(
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc230 gfx::Rect BrowserNonClientFrameViewAsh::GetWindowBoundsForClientBounds( function in class:BrowserNonClientFrameViewAsh
H A Dglass_browser_frame_view.cc201 gfx::Rect GlassBrowserFrameView::GetWindowBoundsForClientBounds( function in class:GlassBrowserFrameView
H A Dopaque_browser_frame_view_layout.cc180 gfx::Rect OpaqueBrowserFrameViewLayout::GetWindowBoundsForClientBounds( function in class:OpaqueBrowserFrameViewLayout
H A Dopaque_browser_frame_view.cc202 gfx::Rect OpaqueBrowserFrameView::GetWindowBoundsForClientBounds( function in class:OpaqueBrowserFrameView
204 return layout_->GetWindowBoundsForClientBounds(client_bounds);
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc397 gfx::Rect PanelFrameView::GetWindowBoundsForClientBounds( function in class:PanelFrameView
500 GetWindowBoundsForClientBounds(bounds).size();

Completed in 157 milliseconds