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

Side by Side Diff: ash/root_window_controller.h

Issue 20526005: Implement virtual keyboard hiding. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove OnPossiblyRefocus changes Created 7 years, 3 months 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 ASH_ROOT_WINDOW_CONTROLLER_H_ 5 #ifndef ASH_ROOT_WINDOW_CONTROLLER_H_
6 #define ASH_ROOT_WINDOW_CONTROLLER_H_ 6 #define ASH_ROOT_WINDOW_CONTROLLER_H_
7 7
8 #include <map> 8 #include <map>
9 9
10 #include "ash/ash_export.h" 10 #include "ash/ash_export.h"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 RootWindowLayoutManager* root_window_layout() { return root_window_layout_; } 95 RootWindowLayoutManager* root_window_layout() { return root_window_layout_; }
96 96
97 WorkspaceController* workspace_controller() { 97 WorkspaceController* workspace_controller() {
98 return workspace_controller_.get(); 98 return workspace_controller_.get();
99 } 99 }
100 100
101 AlwaysOnTopController* always_on_top_controller() { 101 AlwaysOnTopController* always_on_top_controller() {
102 return always_on_top_controller_.get(); 102 return always_on_top_controller_.get();
103 } 103 }
104 104
105 keyboard::KeyboardController* keyboard_controller() {
106 return keyboard_controller_.get();
107 }
108
105 ScreenDimmer* screen_dimmer() { return screen_dimmer_.get(); } 109 ScreenDimmer* screen_dimmer() { return screen_dimmer_.get(); }
106 110
107 // Access the shelf associated with this root window controller, 111 // Access the shelf associated with this root window controller,
108 // NULL if no such shelf exists. 112 // NULL if no such shelf exists.
109 ShelfWidget* shelf() { return shelf_.get(); } 113 ShelfWidget* shelf() { return shelf_.get(); }
110 114
111 // Get touch HUDs associated with this root window controller. 115 // Get touch HUDs associated with this root window controller.
112 TouchHudDebug* touch_hud_debug() const { 116 TouchHudDebug* touch_hud_debug() const {
113 return touch_hud_debug_; 117 return touch_hud_debug_;
114 } 118 }
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 scoped_ptr<AnimatingDesktopController> animating_wallpaper_controller_; 288 scoped_ptr<AnimatingDesktopController> animating_wallpaper_controller_;
285 scoped_ptr<views::corewm::ScopedCaptureClient> capture_client_; 289 scoped_ptr<views::corewm::ScopedCaptureClient> capture_client_;
286 290
287 DISALLOW_COPY_AND_ASSIGN(RootWindowController); 291 DISALLOW_COPY_AND_ASSIGN(RootWindowController);
288 }; 292 };
289 293
290 } // namespace internal 294 } // namespace internal
291 } // ash 295 } // ash
292 296
293 #endif // ASH_ROOT_WINDOW_CONTROLLER_H_ 297 #endif // ASH_ROOT_WINDOW_CONTROLLER_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/input/input.h » ('j') | ui/keyboard/keyboard_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698