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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout.h77 int TitlebarBottomThickness(bool restored) const;
H A Dopaque_browser_frame_view_layout.cc208 TitlebarBottomThickness(restored);
227 int OpaqueBrowserFrameViewLayout::TitlebarBottomThickness(bool restored) const { function in class:OpaqueBrowserFrameViewLayout
341 TitlebarBottomThickness(false) + 1) / 2;
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.h83 int TitlebarBottomThickness() const;
H A Dcustom_frame_view.cc280 TitlebarBottomThickness();
293 int CustomFrameView::TitlebarBottomThickness() const { function in class:views::CustomFrameView
327 unavailable_px_at_top - size - TitlebarBottomThickness() + 1) / 2;

Completed in 552 milliseconds