Searched defs:NonClientFrameView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/window/
H A Dnon_client_view.h20 // NonClientFrameView
22 // An object that subclasses NonClientFrameView is a View that renders and
26 class VIEWS_EXPORT NonClientFrameView : public View, class in namespace:views
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 instanc
[all...]
H A Dnon_client_view.cc19 const char NonClientFrameView::kViewClassName[] =
20 "ui/views/window/NonClientFrameView";
49 void NonClientView::SetFrameView(NonClientFrameView* frame_view) {
97 // The NonClientFrameView is responsible for also asking the ClientView.
123 // First layout the NonClientFrameView, which determines the size of the
131 // trigger a repaint. We override OnBoundsChanged() for the NonClientFrameView
242 // NonClientFrameView, public:
244 NonClientFrameView::~NonClientFrameView() {
247 void NonClientFrameView
328 NonClientFrameView::NonClientFrameView() : inactive_rendering_disabled_(false) { function in class:views::NonClientFrameView
[all...]

Completed in 62 milliseconds