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

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

Issue 117983002: Prefix string16 with base:: in ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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 | Annotate | Revision Log
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 virtual void Deactivate() OVERRIDE; 73 virtual void Deactivate() OVERRIDE;
74 virtual bool IsActive() const OVERRIDE; 74 virtual bool IsActive() const OVERRIDE;
75 virtual void Maximize() OVERRIDE; 75 virtual void Maximize() OVERRIDE;
76 virtual void Minimize() OVERRIDE; 76 virtual void Minimize() OVERRIDE;
77 virtual void Restore() OVERRIDE; 77 virtual void Restore() OVERRIDE;
78 virtual bool IsMaximized() const OVERRIDE; 78 virtual bool IsMaximized() const OVERRIDE;
79 virtual bool IsMinimized() const OVERRIDE; 79 virtual bool IsMinimized() const OVERRIDE;
80 virtual bool HasCapture() const OVERRIDE; 80 virtual bool HasCapture() const OVERRIDE;
81 virtual void SetAlwaysOnTop(bool always_on_top) OVERRIDE; 81 virtual void SetAlwaysOnTop(bool always_on_top) OVERRIDE;
82 virtual bool IsAlwaysOnTop() const OVERRIDE; 82 virtual bool IsAlwaysOnTop() const OVERRIDE;
83 virtual bool SetWindowTitle(const string16& title) OVERRIDE; 83 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
84 virtual void ClearNativeFocus() OVERRIDE; 84 virtual void ClearNativeFocus() OVERRIDE;
85 virtual Widget::MoveLoopResult RunMoveLoop( 85 virtual Widget::MoveLoopResult RunMoveLoop(
86 const gfx::Vector2d& drag_offset, 86 const gfx::Vector2d& drag_offset,
87 Widget::MoveLoopSource source, 87 Widget::MoveLoopSource source,
88 Widget::MoveLoopEscapeBehavior escape_behavior) OVERRIDE; 88 Widget::MoveLoopEscapeBehavior escape_behavior) OVERRIDE;
89 virtual void EndMoveLoop() OVERRIDE; 89 virtual void EndMoveLoop() OVERRIDE;
90 virtual void SetVisibilityChangedAnimationsEnabled(bool value) OVERRIDE; 90 virtual void SetVisibilityChangedAnimationsEnabled(bool value) OVERRIDE;
91 virtual bool ShouldUseNativeFrame() OVERRIDE; 91 virtual bool ShouldUseNativeFrame() OVERRIDE;
92 virtual void FrameTypeChanged() OVERRIDE; 92 virtual void FrameTypeChanged() OVERRIDE;
93 virtual NonClientFrameView* CreateNonClientFrameView() OVERRIDE; 93 virtual NonClientFrameView* CreateNonClientFrameView() OVERRIDE;
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 268
269 // State of the cursor. 269 // State of the cursor.
270 bool is_cursor_visible_; 270 bool is_cursor_visible_;
271 271
272 DISALLOW_COPY_AND_ASSIGN(DesktopRootWindowHostWin); 272 DISALLOW_COPY_AND_ASSIGN(DesktopRootWindowHostWin);
273 }; 273 };
274 274
275 } // namespace views 275 } // namespace views
276 276
277 #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