Home | History | Annotate | Download | only in window

Lines Matching defs:ClientView

16 const char ClientView::kViewClassName[] =
17 "ui/views/window/ClientView";
20 // ClientView, public:
22 ClientView::ClientView(Widget* widget, View* contents_view)
26 int ClientView::NonClientHitTest(const gfx::Point& point) {
30 DialogClientView* ClientView::AsDialogClientView() {
34 const DialogClientView* ClientView::AsDialogClientView() const {
38 bool ClientView::CanClose() {
42 void ClientView::WidgetClosing() {
46 // ClientView, View overrides:
48 gfx::Size ClientView::GetPreferredSize() const {
54 gfx::Size ClientView::GetMaximumSize() const {
60 gfx::Size ClientView::GetMinimumSize() const {
66 void ClientView::Layout() {
73 const char* ClientView::GetClassName() const {
77 void ClientView::GetAccessibleState(ui::AXViewState* state) {
81 void ClientView::OnBoundsChanged(const gfx::Rect& previous_bounds) {
83 // ClientView when it is itself laid out, see comment in
87 void ClientView::ViewHierarchyChanged(