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

  /external/chromium_org/ui/views/window/
non_client_view.cc 22 const char NonClientView::kViewClassName[] =
23 "ui/views/window/NonClientView";
34 // NonClientView, public:
36 NonClientView::NonClientView()
43 NonClientView::~NonClientView() {
49 void NonClientView::SetFrameView(NonClientFrameView* frame_view) {
59 void NonClientView::SetOverlayView(View* view) {
71 bool NonClientView::CanClose()
    [all...]
non_client_view.h 73 // the parent NonClientView because that makes it more difficult to calculate
104 // NonClientView
106 // The NonClientView is the logical root of all Views contained within a
108 // sole child. The NonClientView has two children, the NonClientFrameView which
115 // | | +- views::NonClientView ---------------------+ | |
139 class VIEWS_EXPORT NonClientView : public View, public ViewTargeterDelegate {
144 NonClientView();
145 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...]
dialog_delegate_unittest.cc 190 const NonClientView* view = dialog()->GetWidget()->non_client_view();
  /external/chromium_org/ui/views/widget/
widget.h 139 // Widgets of TYPE_WINDOW will have a NonClientView.
141 // Widgets of TYPE_PANEL will have a NonClientView.
340 // Returns true if the specified type requires a NonClientView.
641 NonClientView* non_client_view() {
642 return const_cast<NonClientView*>(
645 const NonClientView* non_client_view() const {
    [all...]
widget.cc 360 non_client_view_ = new NonClientView;
362 // Create the ClientView, add it to the NonClientView and add the
363 // NonClientView to the RootView. This will cause everything to be parented.
    [all...]
widget_unittest.cc     [all...]
  /external/chromium_org/ui/views/bubble/
bubble_delegate.cc 265 const NonClientView* view =
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc     [all...]

Completed in 838 milliseconds