Home | History | Annotate | Download | only in window

Lines Matching refs:NonClientFrameView

20 // NonClientFrameView
22 // An object that subclasses NonClientFrameView is a View that renders and
26 class VIEWS_EXPORT NonClientFrameView : public View,
42 virtual ~NonClientFrameView();
91 NonClientFrameView();
108 // sole child. The NonClientView has two children, the NonClientFrameView which
116 // | | | +- views::NonClientFrameView subclass ---+ | | |
134 // The NonClientFrameView and ClientView are siblings because due to theme
135 // changes the NonClientFrameView may be replaced with different
147 // Returns the current NonClientFrameView instance, or NULL if
149 NonClientFrameView* frame_view() const { return frame_view_.get(); }
151 // Replaces the current NonClientFrameView (if any) with the specified one.
152 void SetFrameView(NonClientFrameView* frame_view);
192 // Tells the NonClientView to invalidate the NonClientFrameView's window icon.
195 // Tells the NonClientView to invalidate the NonClientFrameView's window
241 // The NonClientFrameView that renders the non-client portions of the window.
244 scoped_ptr<NonClientFrameView> frame_view_;
247 // is placed on top of the ClientView and NonClientFrameView.