Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: ui/views/widget/desktop_aura/desktop_root_window_host_win.h

Issue 32393002: Stack at top functionality for Aura-based windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Stack at top functionality for Aura-based windows Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_ROOT_WINDOW_HOST_WIN_H_ 5 #ifndef UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_ROOT_WINDOW_HOST_WIN_H_
6 #define UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_ROOT_WINDOW_HOST_WIN_H_ 6 #define UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_ROOT_WINDOW_HOST_WIN_H_
7 7
8 #include "ui/aura/client/animation_host.h" 8 #include "ui/aura/client/animation_host.h"
9 #include "ui/aura/window_tree_host.h" 9 #include "ui/aura/window_tree_host.h"
10 #include "ui/views/views_export.h" 10 #include "ui/views/views_export.h"
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 virtual scoped_ptr<aura::client::DragDropClient> 52 virtual scoped_ptr<aura::client::DragDropClient>
53 CreateDragDropClient(DesktopNativeCursorManager* cursor_manager) OVERRIDE; 53 CreateDragDropClient(DesktopNativeCursorManager* cursor_manager) OVERRIDE;
54 virtual void Close() OVERRIDE; 54 virtual void Close() OVERRIDE;
55 virtual void CloseNow() OVERRIDE; 55 virtual void CloseNow() OVERRIDE;
56 virtual aura::RootWindowHost* AsRootWindowHost() OVERRIDE; 56 virtual aura::RootWindowHost* AsRootWindowHost() OVERRIDE;
57 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE; 57 virtual void ShowWindowWithState(ui::WindowShowState show_state) OVERRIDE;
58 virtual void ShowMaximizedWithBounds( 58 virtual void ShowMaximizedWithBounds(
59 const gfx::Rect& restored_bounds) OVERRIDE; 59 const gfx::Rect& restored_bounds) OVERRIDE;
60 virtual bool IsVisible() const OVERRIDE; 60 virtual bool IsVisible() const OVERRIDE;
61 virtual void SetSize(const gfx::Size& size) OVERRIDE; 61 virtual void SetSize(const gfx::Size& size) OVERRIDE;
62 virtual void StackAtTop() OVERRIDE;
62 virtual void CenterWindow(const gfx::Size& size) OVERRIDE; 63 virtual void CenterWindow(const gfx::Size& size) OVERRIDE;
63 virtual void GetWindowPlacement( 64 virtual void GetWindowPlacement(
64 gfx::Rect* bounds, 65 gfx::Rect* bounds,
65 ui::WindowShowState* show_state) const OVERRIDE; 66 ui::WindowShowState* show_state) const OVERRIDE;
66 virtual gfx::Rect GetWindowBoundsInScreen() const OVERRIDE; 67 virtual gfx::Rect GetWindowBoundsInScreen() const OVERRIDE;
67 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE; 68 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
68 virtual gfx::Rect GetRestoredBounds() const OVERRIDE; 69 virtual gfx::Rect GetRestoredBounds() const OVERRIDE;
69 virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE; 70 virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE;
70 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE; 71 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
71 virtual void Activate() OVERRIDE; 72 virtual void Activate() OVERRIDE;
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 268
268 // State of the cursor. 269 // State of the cursor.
269 bool is_cursor_visible_; 270 bool is_cursor_visible_;
270 271
271 DISALLOW_COPY_AND_ASSIGN(DesktopRootWindowHostWin); 272 DISALLOW_COPY_AND_ASSIGN(DesktopRootWindowHostWin);
272 }; 273 };
273 274
274 } // namespace views 275 } // namespace views
275 276
276 #endif // UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_ROOT_WINDOW_HOST_WIN_H_ 277 #endif // UI_VIEWS_WIDGET_DESKTOP_AURA_DESKTOP_ROOT_WINDOW_HOST_WIN_H_
OLDNEW
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_root_window_host.h ('k') | ui/views/widget/desktop_aura/desktop_root_window_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698