OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rootwindowcontroller
(Results
1 - 25
of
48
) sorted by null
1
2
/external/chromium_org/chrome/browser/
fullscreen_chromeos.cc
10
ash::internal::
RootWindowController
* controller =
11
ash::internal::
RootWindowController
::ForActiveRootWindow();
fullscreen_win.cc
106
ash::internal::
RootWindowController
* controller =
107
ash::internal::
RootWindowController
::ForActiveRootWindow();
/external/chromium_org/ash/touch/
touch_hud_projection.h
32
RootWindowController
* controller) OVERRIDE;
34
RootWindowController
* controller) OVERRIDE;
touch_hud_debug.h
67
RootWindowController
* controller) OVERRIDE;
69
RootWindowController
* controller) OVERRIDE;
touch_observer_hud.cc
78
RootWindowController
* controller = GetRootWindowController(root_window_);
120
RootWindowController
* controller = GetRootWindowController(root_window_);
143
RootWindowController
* controller = GetRootWindowController(root_window_);
touch_observer_hud.h
51
RootWindowController
* controller) = 0;
53
RootWindowController
* controller) = 0;
touch_observer_hud_unittest.cc
194
internal::
RootWindowController
* GetInternalRootController() {
199
internal::
RootWindowController
* GetExternalRootController() {
204
internal::
RootWindowController
* GetPrimaryRootController() {
209
internal::
RootWindowController
* GetSecondaryRootController() {
touch_hud_projection.cc
177
RootWindowController
* controller) {
182
RootWindowController
* controller) {
/external/chromium_org/ash/wm/
window_properties.cc
13
DECLARE_WINDOW_PROPERTY_TYPE(ash::internal::
RootWindowController
*);
22
DEFINE_WINDOW_PROPERTY_KEY(
RootWindowController
*,
property_util.h
21
class
RootWindowController
;
70
// Sets/Gets the
RootWindowController
for |root_window|.
73
internal::
RootWindowController
* controller);
74
ASH_EXPORT internal::
RootWindowController
* GetRootWindowController(
property_util.cc
67
internal::
RootWindowController
* GetRootWindowController(
74
internal::
RootWindowController
* controller) {
window_properties.h
20
class
RootWindowController
;
52
extern const aura::WindowProperty<
RootWindowController
*>* const
root_window_layout_manager.cc
44
RootWindowController
* root_window_controller = GetRootWindowController(
/external/chromium_org/ash/
root_window_controller.h
69
// deleted upon the deletion of the root window. The
RootWindowController
72
class ASH_EXPORT
RootWindowController
: public ShellObserver {
74
explicit
RootWindowController
(aura::RootWindow* root_window);
75
virtual ~
RootWindowController
();
77
// Returns a
RootWindowController
that has a launcher for given
78
// |window|. This returns the
RootWindowController
for the |window|'s
80
//
RootWindowController
otherwise.
81
static
RootWindowController
* ForLauncher(aura::Window* window);
83
// Returns a
RootWindowController
of the window's root window.
84
static
RootWindowController
* ForWindow(const aura::Window* window)
[
all
...]
root_window_controller.cc
207
RootWindowController
::
RootWindowController
(aura::RootWindow* root_window)
221
RootWindowController
::~
RootWindowController
() {
227
RootWindowController
*
RootWindowController
::ForLauncher(aura::Window* window) {
232
RootWindowController
*
RootWindowController
::ForWindow(
238
RootWindowController
*
RootWindowController
::ForActiveRootWindow()
[
all
...]
shell.h
119
class
RootWindowController
;
149
typedef std::vector<internal::
RootWindowController
*> RootWindowControllerList;
170
// TODO(oshima): move this to |
RootWindowController
|
171
static internal::
RootWindowController
* GetPrimaryRootWindowController();
174
// TODO(oshima): move this to |
RootWindowController
|
480
friend class internal::
RootWindowController
;
496
void InitRootWindowController(internal::
RootWindowController
* root,
root_window_controller_unittest.cc
126
internal::
RootWindowController
* controller =
287
internal::
RootWindowController
* controller =
337
internal::
RootWindowController
* controller =
376
internal::
RootWindowController
* controller =
426
internal::
RootWindowController
* controller =
452
internal::
RootWindowController
* controller =
shell.cc
378
internal::
RootWindowController
* Shell::GetPrimaryRootWindowController() {
553
// The keyboard system must be initialized before the
RootWindowController
is
572
//
RootWindowController
as possible.
622
internal::
RootWindowController
* root_window_controller =
623
new internal::
RootWindowController
(root_window);
670
internal::
RootWindowController
* rwc = GetRootWindowController(root);
892
internal::
RootWindowController
* controller =
893
new internal::
RootWindowController
(root);
[
all
...]
/external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.h
17
class
RootWindowController
;
21
// DesktopBackgroundWidgetController is owned by
RootWindowController
.
49
void StartAnimating(
RootWindowController
* root_window_controller);
62
// by
RootWindowController
. The instance of DesktopBackgroundWidgetController is
63
// moved to this
RootWindowController
when the animation completes.
desktop_background_widget_controller.cc
24
ShowWallpaperAnimationObserver(
RootWindowController
* root_window_controller,
59
RootWindowController
* root_window_controller_;
121
RootWindowController
* root_window_controller) {
/external/chromium_org/chrome/browser/ui/ash/
shelf_browsertest.cc
20
ash::internal::
RootWindowController
::ForLauncher(
/external/chromium_org/ash/display/
display_controller.h
45
class
RootWindowController
;
124
// mode, this return a
RootWindowController
for the primary root window only.
125
std::vector<internal::
RootWindowController
*> GetAllRootWindowControllers();
/external/chromium_org/ash/shelf/
shelf_widget.h
106
// during CloseChildWindows of the associated
RootWindowController
.
/external/chromium_org/ash/wm/gestures/
shelf_gesture_handler.cc
42
RootWindowController
* controller = Shell::GetPrimaryRootWindowController();
/external/chromium_org/ash/launcher/
launcher.cc
64
ShelfWidget* shelf_widget = internal::
RootWindowController
::ForLauncher(
72
internal::
RootWindowController
::ForLauncher(window)->shelf();
Completed in 2406 milliseconds
1
2