HomeSort by relevance Sort by last modified time
    Searched defs:NonClientFrameView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/window/
non_client_view.h 19 // NonClientFrameView
21 // An object that subclasses NonClientFrameView is a View that renders and
25 class VIEWS_EXPORT NonClientFrameView : public View {
40 virtual ~NonClientFrameView();
89 NonClientFrameView();
102 // sole child. The NonClientView has two children, the NonClientFrameView which
110 // | | | +- views::NonClientFrameView subclass ---+ | | |
128 // The NonClientFrameView and ClientView are siblings because due to theme
129 // changes the NonClientFrameView may be replaced with different
141 // Returns the current NonClientFrameView instance, or NULL i
    [all...]
non_client_view.cc 18 const char NonClientFrameView::kViewClassName[] =
19 "ui/views/window/NonClientFrameView";
46 void NonClientView::SetFrameView(NonClientFrameView* frame_view) {
94 // The NonClientFrameView is responsible for also asking the ClientView.
116 // First layout the NonClientFrameView, which determines the size of the
124 // trigger a repaint. We override OnBoundsChanged() for the NonClientFrameView
233 // NonClientFrameView, public:
235 NonClientFrameView::~NonClientFrameView() {
238 void NonClientFrameView::SetInactiveRenderingDisabled(bool disable)
    [all...]

Completed in 174 milliseconds