Searched refs:TitlebarBottomThickness (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.h82 int TitlebarBottomThickness() const;
H A Dopaque_browser_frame_view.h120 int TitlebarBottomThickness(bool restored) const;
H A Dapp_panel_browser_frame_view.cc277 TitlebarBottomThickness();
280 int AppPanelBrowserFrameView::TitlebarBottomThickness() const { function in class:AppPanelBrowserFrameView
315 unavailable_px_at_top - size - TitlebarBottomThickness() + 1) / 2;
H A Dopaque_browser_frame_view.cc212 TitlebarBottomThickness(restored);
504 int OpaqueBrowserFrameView::TitlebarBottomThickness(bool restored) const { function in class:OpaqueBrowserFrameView
544 unavailable_px_at_top - size - TitlebarBottomThickness(false) + 1) / 2;
/external/chromium/chrome/browser/ui/views/
H A Dconstrained_window_views.cc187 int TitlebarBottomThickness() const;
393 TitlebarBottomThickness();
396 int ConstrainedWindowFrameView::TitlebarBottomThickness() const { function in class:ConstrainedWindowFrameView
425 unavailable_px_at_top - size - TitlebarBottomThickness() + 1) / 2;

Completed in 340 milliseconds