Searched defs:NonClientTopBorderHeight (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ash/wm/panels/
H A Dpanel_frame_view.cc55 int PanelFrameView::NonClientTopBorderHeight() const { function in class:ash::PanelFrameView
68 NonClientTopBorderHeight() + min_client_view_size.height());
123 client_bounds.Inset(0, NonClientTopBorderHeight(), 0, 0);
130 window_bounds.Inset(0, -NonClientTopBorderHeight(), 0, 0);
/external/chromium_org/athena/main/
H A Dathena_frame_view.cc78 return gfx::Insets(NonClientTopBorderHeight(),
88 int AthenaFrameView::NonClientTopBorderHeight() const { function in class:athena::AthenaFrameView
/external/chromium_org/athena/activity/
H A Dactivity_frame_view.cc145 int top_height = NonClientTopBorderHeight();
198 return gfx::Insets(NonClientTopBorderHeight(),
208 int ActivityFrameView::NonClientTopBorderHeight() const { function in class:athena::ActivityFrameView
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc466 client_bounds.Inset(0, NonClientTopBorderHeight(), 0, 0);
473 window_bounds.Inset(0, -NonClientTopBorderHeight(), 0, 0);
520 NonClientTopBorderHeight() + min_client_view_size.height());
531 height = NonClientTopBorderHeight() + max_client_size.height();
583 int CustomFrameViewAsh::NonClientTopBorderHeight() const { function in class:ash::CustomFrameViewAsh
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc147 return gfx::Rect(tabstrip_x, NonClientTopBorderHeight(),
320 int GlassBrowserFrameView::NonClientTopBorderHeight() const { function in class:GlassBrowserFrameView
470 NonClientTopBorderHeight() + kTabstripTopShadowThickness - 1;
497 (NonClientTopBorderHeight() + kTabstripTopShadowThickness) :
513 const int top_height = NonClientTopBorderHeight();
H A Dopaque_browser_frame_view_layout.cc163 NonClientTopBorderHeight(false) + border_thickness);
182 int top_height = NonClientTopBorderHeight(false);
203 int OpaqueBrowserFrameViewLayout::NonClientTopBorderHeight( function in class:OpaqueBrowserFrameViewLayout
220 return NonClientTopBorderHeight(restored) + ((!restored &&
249 int top_height = NonClientTopBorderHeight(false);
339 int y = unavailable_px_at_top + (NonClientTopBorderHeight(false) -
423 (NonClientTopBorderHeight(false) + kTabstripTopShadowThickness) :
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc127 int top_height = NonClientTopBorderHeight();
277 int CustomFrameView::NonClientTopBorderHeight() const { function in class:views::CustomFrameView
326 int y = unavailable_px_at_top + (NonClientTopBorderHeight() -
572 int top_height = NonClientTopBorderHeight();

Completed in 678 milliseconds