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

  /external/chromium/chrome/browser/accessibility/
browser_views_accessibility_browsertest.cc 146 views::View* non_client_view = local
147 GetBrowserView()->GetWindow()->non_client_view();
149 TestViewAccessibilityObject(non_client_view,
  /external/chromium_org/ui/views/widget/
widget.h 22 #include "ui/views/window/non_client_view.h"
605 NonClientView* non_client_view() { function in class:views::Widget
607 const_cast<const Widget*>(this)->non_client_view());
609 const NonClientView* non_client_view() const { function in class:views::Widget
    [all...]
native_widget_win.cc 498 // We don't NULL check GetWidget()->non_client_view() here because this
582 if (GetWidget()->non_client_view())
583 GetWidget()->non_client_view()->GetWindowMask(size, path);
602 GetWidget()->non_client_view()->ResetWindowControls();
626 View* non_client_view = GetWidget()->non_client_view(); local
627 if (non_client_view)
628 non_client_view->SchedulePaint();
743 GetWidget()->non_client_view()->UpdateFrame();
    [all...]
widget_unittest.cc 1002 NonClientView* non_client_view = widget.non_client_view(); local
1004 non_client_view->SetFrameView(frame_view);
1272 NonClientView* non_client_view = widget.non_client_view(); local
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 586 native_widget_delegate_->AsWidget()->non_client_view()->UpdateFrame();
1503 NonClientView* non_client_view = widget->non_client_view(); local
    [all...]

Completed in 130 milliseconds