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

  /external/chromium_org/ui/views/window/
non_client_view.cc 21 const char NonClientView::kViewClassName[] =
22 "ui/views/window/NonClientView";
33 // NonClientView, public:
35 NonClientView::NonClientView()
40 NonClientView::~NonClientView() {
46 void NonClientView::SetFrameView(NonClientFrameView* frame_view) {
56 void NonClientView::SetOverlayView(View* view) {
68 bool NonClientView::CanClose()
    [all...]
non_client_view.h 65 // the parent NonClientView because that makes it more difficult to calculate
102 // NonClientView
104 // The NonClientView is the logical root of all Views contained within a
106 // sole child. The NonClientView has two children, the NonClientFrameView which
113 // | | +- views::NonClientView ---------------------+ | |
137 class VIEWS_EXPORT NonClientView : public View {
142 NonClientView();
143 virtual ~NonClientView();
185 // Tells the window controls as rendered by the NonClientView to reset
192 // Tells the NonClientView to invalidate the NonClientFrameView's window icon
    [all...]

Completed in 91 milliseconds