Searched refs:NonClientTopBorderHeight (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_frame_view_chromeos.cc60 return NonClientTopBorderHeight(restored, true) + kTopPad;
/external/chromium/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc117 NonClientTopBorderHeight(false, false), ps.width(),
151 return NonClientTopBorderHeight(restored, true);
191 int top_height = NonClientTopBorderHeight(false, false);
293 int GlassBrowserFrameView::NonClientTopBorderHeight( function in class:GlassBrowserFrameView
488 otr_bottom = NonClientTopBorderHeight(false, false) - kOTRBottomSpacing;
496 (NonClientTopBorderHeight(false, true) + kTabstripTopShadowThickness) :
549 int top_height = NonClientTopBorderHeight(false, false);
H A Dapp_panel_browser_frame_view.cc112 NonClientTopBorderHeight() + border_thickness);
137 int top_height = NonClientTopBorderHeight();
274 int AppPanelBrowserFrameView::NonClientTopBorderHeight() const { function in class:AppPanelBrowserFrameView
314 int y = unavailable_px_at_top + (NonClientTopBorderHeight() -
477 (NonClientTopBorderHeight() - close_button_size.height()) / 2;
507 int top_height = NonClientTopBorderHeight();
H A Dapp_panel_browser_frame_view.h78 int NonClientTopBorderHeight() const;
H A Dglass_browser_frame_view.h74 int NonClientTopBorderHeight(bool restored, bool ignore_vertical_tabs) const;
H A Dopaque_browser_frame_view.cc199 int OpaqueBrowserFrameView::NonClientTopBorderHeight( function in class:OpaqueBrowserFrameView
231 NonClientTopBorderHeight(false, false), ps.width(),
248 return NonClientTopBorderHeight(restored, true) + ((!restored &&
263 NonClientTopBorderHeight(false, false) + border_thickness);
297 int top_height = NonClientTopBorderHeight(false, false);
543 y = unavailable_px_at_top + (NonClientTopBorderHeight(false, false) -
1078 otr_bottom = NonClientTopBorderHeight(false, false) - kOTRBottomSpacing;
1086 (NonClientTopBorderHeight(false, true) + kTabstripTopShadowThickness) :
1095 int top_height = NonClientTopBorderHeight(false, false);
H A Dopaque_browser_frame_view.h56 int NonClientTopBorderHeight(bool restored, bool ignore_vertical_tabs) const;
/external/chromium/chrome/browser/ui/views/
H A Dconstrained_window_views.cc183 int NonClientTopBorderHeight() const;
309 int top_height = NonClientTopBorderHeight();
390 int ConstrainedWindowFrameView::NonClientTopBorderHeight() const { function in class:ConstrainedWindowFrameView
424 int y = unavailable_px_at_top + (NonClientTopBorderHeight() -
543 int top_height = NonClientTopBorderHeight();

Completed in 114 milliseconds