HomeSort by relevance Sort by last modified time
    Searched refs:NonClientView (Results 1 - 9 of 9) 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 61 // the parent NonClientView because that makes it more difficult to calculate
98 // NonClientView
100 // The NonClientView is the logical root of all Views contained within a
102 // sole child. The NonClientView has two children, the NonClientFrameView which
109 // | | +- views::NonClientView ---------------------+ | |
133 class VIEWS_EXPORT NonClientView : public View {
138 NonClientView();
139 virtual ~NonClientView();
182 // Tells the window controls as rendered by the NonClientView to reset
189 // Tells the NonClientView to invalidate the NonClientFrameView's window icon
    [all...]
dialog_delegate_unittest.cc 211 const NonClientView* view = dialog()->GetWidget()->non_client_view();
  /external/chromium/chrome/browser/chromeos/frame/
browser_frame_view_chromeos.cc 25 // to the NonClientView. We do this by overriding HitTest(), NonClientHitTest()
51 views::NonClientView* nc_view = frame()->GetWindow()->non_client_view();
  /external/chromium_org/ui/views/widget/
widget.h 122 // Widgets of TYPE_WINDOW will have a NonClientView.
124 // Widgets of TYPE_PANEL will have a NonClientView.
302 // Returns true if the specified type requires a NonClientView.
571 NonClientView* non_client_view() {
572 return const_cast<NonClientView*>(
575 const NonClientView* non_client_view() const {
730 // both the NonClientView and WidgetDelegate are notified.
773 NonClientView* non_client_view_;
    [all...]
widget_unittest.cc     [all...]
widget.cc 344 non_client_view_ = new NonClientView;
346 // Create the ClientView, add it to the NonClientView and add the
347 // NonClientView to the RootView. This will cause everything to be parented.
    [all...]
  /external/chromium_org/ui/views/bubble/
bubble_delegate.cc 373 const NonClientView* view = widget ? widget->non_client_view() : NULL;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc     [all...]

Completed in 1447 milliseconds