Home | History | Annotate | Download | only in frame

Lines Matching refs:restored

38 // The frame border is only visible in restored mode and is hardcoded to 4 px on
42 // window in restored mode, to use to drag the window around.
78 // In restored mode, the New Tab button isn't at the same height as the caption
200 bool restored,
210 return std::max(FrameBorderThickness(restored) + IconSize(),
211 CaptionButtonY(restored) + kCaptionButtonHeightWithPadding) +
212 TitlebarBottomThickness(restored);
215 return FrameBorderThickness(restored) -
216 ((browser_view_->IsTabStripVisible() && !restored &&
247 bool restored) const {
248 return NonClientTopBorderHeight(restored, true) + ((!restored &&
475 int OpaqueBrowserFrameView::FrameBorderThickness(bool restored) const {
477 return (!restored && (window->IsMaximized() || window->IsFullscreen())) ?
497 int OpaqueBrowserFrameView::CaptionButtonY(bool restored) const {
500 return (!restored && frame_->GetWindow()->IsMaximized()) ?
504 int OpaqueBrowserFrameView::TitlebarBottomThickness(bool restored) const {
506 ((!restored && frame_->GetWindow()->IsMaximized()) ?
532 // with restored windows, so when the window is restored, instead of
540 // restored windows) below looks (to the eye) more like additional space
696 // in restored mode. Note that the top of the tabstrip is
1022 // When the window is restored, we show a maximized button; otherwise, we show