Home
last modified time | relevance | path

Searched refs:CaptionButtonY (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
Dopaque_browser_frame_view.h115 int CaptionButtonY(bool restored) const;
Dopaque_browser_frame_view.cc211 CaptionButtonY(restored) + kCaptionButtonHeightWithPadding) + in NonClientTopBorderHeight()
497 int OpaqueBrowserFrameView::CaptionButtonY(bool restored) const { in CaptionButtonY() function in OpaqueBrowserFrameView
978 int caption_y = CaptionButtonY(false); in LayoutWindowControls()