Home | History | Annotate | Download | only in frame

Lines Matching refs:restored

35   virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE;
52 // frame, any title area, and any connected client edge. If |restored| is
53 // true, acts as if the window is restored regardless of the real mode. If
56 int NonClientTopBorderHeight(bool restored, bool ignore_vertical_tabs) const;
101 // This does not include any client edge. If |restored| is true, acts as if
102 // the window is restored regardless of the real mode.
103 int FrameBorderThickness(bool restored) const;
113 // Returns the y-coordinate of the caption buttons. If |restored| is true,
114 // acts as if the window is restored regardless of the real mode.
115 int CaptionButtonY(bool restored) const;
118 // |restored| is true, acts as if the window is restored regardless of the
120 int TitlebarBottomThickness(bool restored) const;