Searched refs:GetInstance (Results 101 - 125 of 2630) sorted by path

1234567891011>>

/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_delegate_unittest.cc38 ash::Shell* shell = ash::Shell::GetInstance();
H A Dkeyboard_overlay_view.cc46 Shell::GetInstance()->overlay_filter()->Deactivate(this);
74 if (Shell::GetInstance()->overlay_filter()->IsActive())
83 Shell::GetInstance()->overlay_filter()->Activate(view);
H A Dkeyboard_overlay_view_unittest.cc30 Shell::GetInstance()->delegate()->GetActiveBrowserContext(),
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc185 Shell::GetInstance()->AddPreTargetHandler(this);
193 Shell::GetInstance()->RemovePreTargetHandler(this);
491 Shell::GetInstance()->accessibility_delegate()->
518 Shell* shell = Shell::GetInstance();
521 Shell::GetInstance()->accessibility_delegate()->
H A Dmagnification_controller_unittest.cc64 return ash::Shell::GetInstance()->magnification_controller();
195 const aura::Env* env = aura::Env::GetInstance();
299 const aura::Env* env = aura::Env::GetInstance();
352 const aura::Env* env = aura::Env::GetInstance();
398 const aura::Env* env = aura::Env::GetInstance();
H A Dpartial_magnification_controller.cc45 Shell::GetInstance()->AddPreTargetHandler(this);
51 Shell::GetInstance()->RemovePreTargetHandler(this);
/external/chromium_org/ash/
H A Droot_window_controller.cc270 Shell::GetInstance()->delegate()->IsFirstRunAfterBoot());
344 Shell* shell = Shell::GetInstance();
395 int modal_window_id = Shell::GetInstance()->session_state_delegate()
429 Shell::GetInstance()->OnShelfCreatedForRootWindow(GetRootWindow());
460 Shell::GetInstance()->user_wallpaper_delegate()->
487 DeactivateKeyboard(keyboard::KeyboardController::GetInstance());
570 DCHECK(Shell::GetInstance()->delegate());
572 Shell::GetInstance()->delegate()->CreateContextMenu(
592 Shell::GetInstance()->UpdateShelfVisibility();
644 Shell::GetInstance()
[all...]
H A Droot_window_controller_unittest.cc298 Shell* shell = Shell::GetInstance();
338 Shell* shell = Shell::GetInstance();
383 Shell* shell = Shell::GetInstance();
431 Shell::GetInstance()->GetPrimaryRootWindowController();
466 Shell::GetInstance()->GetAllRootWindowControllers();
503 Shell::GetInstance()->GetPrimaryRootWindowController();
570 window1, Shell::GetInstance()->GetPrimaryRootWindow(), gfx::Rect());
577 Shell::GetInstance()->GetPrimaryRootWindow()->AddChild(window2);
579 Shell::GetInstance()->GetPrimaryRootWindowController()->CloseChildWindows();
625 keyboard::KeyboardController::GetInstance());
[all...]
H A Dscoped_target_root_window.cc12 Shell::GetInstance()->scoped_target_root_window_ = root_window;
16 Shell::GetInstance()->scoped_target_root_window_ = NULL;
H A Dscreen_util.cc24 return Shell::GetInstance()->display_manager();
/external/chromium_org/ash/screensaver/
H A Dscreensaver_view.cc119 Shell::GetInstance()->delegate()->GetActiveBrowserContext();
157 ScreensaverView* ScreensaverView::GetInstance() { function in class:ash::ScreensaverView
H A Dscreensaver_view.h70 static ASH_WITH_CONTENT_EXPORT ScreensaverView* GetInstance();
H A Dscreensaver_view_unittest.cc32 ScreensaverView* screensaver = ScreensaverView::GetInstance();
39 EXPECT_TRUE(ScreensaverView::GetInstance() == NULL);
/external/chromium_org/ash/session/
H A Dsession_state_observer.cc15 ash::Shell::GetInstance()->session_state_delegate()->AddSessionStateObserver(
20 ash::Shell::GetInstance()
/external/chromium_org/ash/shelf/
H A Dalternate_app_list_button.cc113 if (Shell::GetInstance()->GetAppListTargetVisibility()) {
H A Dapp_list_button.cc129 if (Shell::GetInstance()->GetAppListTargetVisibility() ||
H A Dapp_list_shelf_item_delegate.cc18 Shell::GetInstance()->shelf_model()->Add(app_list);
27 Shell::GetInstance()->ToggleAppList(NULL);
32 ShelfModel* model = Shell::GetInstance()->shelf_model();
41 return Shell::GetInstance()->delegate()->CreateContextMenu(root_window,
H A Doverflow_bubble.cc40 Shell::GetInstance()->AddPreTargetHandler(this);
52 Shell::GetInstance()->RemovePreTargetHandler(this);
H A Dshelf.cc110 Shell::GetInstance()->shelf_item_delegate_manager()->GetShelfItemDelegate(
H A Dshelf_alignment_menu.cc56 Shell::GetInstance()->metrics()->
58 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
62 Shell::GetInstance()->metrics()->
64 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM,
68 Shell::GetInstance()->metrics()->
70 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
H A Dshelf_bezel_event_filter.cc18 Shell::GetInstance()->AddPreTargetHandler(this);
22 Shell::GetInstance()->RemovePreTargetHandler(this);
H A Dshelf_button.cc50 static ShelfButtonAnimation* GetInstance() { function in class:__anon1934::ShelfButtonAnimation
125 ShelfButtonAnimation::GetInstance()->RemoveObserver(this);
131 int alpha = ShelfButtonAnimation::GetInstance()->GetAlpha();
155 ShelfButtonAnimation::GetInstance()->AddObserver(this);
157 ShelfButtonAnimation::GetInstance()->RemoveObserver(this);
169 double animation = ShelfButtonAnimation::GetInstance()->GetAnimation();
H A Dshelf_layout_manager.cc126 Shell::GetInstance()->AddPreTargetHandler(this);
130 Shell::GetInstance()->RemovePreTargetHandler(this);
205 Shell::GetInstance()->AddShellObserver(this);
206 Shell::GetInstance()->lock_state_controller()->AddObserver(this);
208 Shell::GetInstance()->session_state_delegate()->AddSessionStateObserver(this);
216 Shell::GetInstance()->RemoveShellObserver(this);
217 Shell::GetInstance()->lock_state_controller()->RemoveObserver(this);
219 Shell::GetInstance()->
255 DCHECK(!Shell::GetInstance()->session_state_delegate()->IsScreenLocked());
264 if (Shell::GetInstance()
[all...]
H A Dshelf_layout_manager_unittest.cc752 Shell::GetInstance()->session_state_delegate()->LockScreen();
754 Shell::GetInstance()->session_state_delegate()->UnlockScreen();
901 Shell::GetInstance()->display_manager()->SetLayoutForCurrentDisplays(
1029 Shell::GetInstance()->session_state_delegate()->LockScreen();
1034 Shell::GetInstance()->session_state_delegate()->UnlockScreen();
1276 Shell* shell = Shell::GetInstance();
1303 Shell* shell = Shell::GetInstance();
1337 Shell* shell = Shell::GetInstance();
1396 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
1796 Shell::GetInstance()
[all...]
H A Dshelf_tooltip_manager.cc98 set_parent_window(ash::Shell::GetInstance()->GetContainer(
148 Shell::GetInstance()->AddPreTargetHandler(this);
157 Shell::GetInstance()->RemovePreTargetHandler(this);

Completed in 7766 milliseconds

1234567891011>>