HomeSort by relevance Sort by last modified time
    Searched refs:RootWindowController (Results 26 - 50 of 52) sorted by null

12 3

  /external/chromium_org/ash/shelf/
overflow_bubble.cc 42 RootWindowController::ForWindow(anchor->GetWidget()->GetNativeView())->
shelf_tooltip_manager_unittest.cc 45 RootWindowController* controller = Shell::GetPrimaryRootWindowController();
shelf_widget.cc 780 RootWindowController::ForWindow(window_container_)->OnShelfCreated();
shelf_view.cc     [all...]
shelf_layout_manager.cc 552 ShelfWidget* shelf = RootWindowController::ForShelf(window)->shelf();
    [all...]
  /external/chromium_org/ash/display/
display_controller.cc 270 std::vector<RootWindowController*> to_delete;
271 RootWindowController* primary_rwc = NULL;
275 RootWindowController* rwc = GetRootWindowController(*iter);
297 RootWindowController::CreateForPrimaryDisplay(
306 RootWindowController::CreateForSecondaryDisplay(ash_host);
344 RootWindowController* controller = GetRootWindowController(root_window);
377 std::vector<RootWindowController*>
379 std::vector<RootWindowController*> controllers;
383 RootWindowController* controller =
583 RootWindowController::CreateForSecondaryDisplay(ash_host)
    [all...]
  /external/chromium_org/ash/
shell.h 118 class RootWindowController;
169 typedef std::vector<RootWindowController*> RootWindowControllerList;
190 // TODO(oshima): move this to |RootWindowController|
191 static RootWindowController* GetPrimaryRootWindowController();
194 // TODO(oshima): move this to |RootWindowController|
583 friend class RootWindowController;
root_window_controller_unittest.cc 139 RootWindowController* controller = Shell::GetPrimaryRootWindowController();
299 RootWindowController* controller = shell->GetPrimaryRootWindowController();
347 RootWindowController* controller = shell->GetPrimaryRootWindowController();
384 RootWindowController* controller = shell->GetPrimaryRootWindowController();
430 RootWindowController* controller =
502 RootWindowController* controller =
593 RootWindowController* controller = Shell::GetPrimaryRootWindowController();
724 // Test for http://crbug.com/299787. RootWindowController should delete
    [all...]
  /external/chromium_org/ash/system/tray/
tray_event_filter.cc 58 RootWindowController* root_controller =
tray_background_view.cc 161 return RootWindowController::ForWindow(tray_background_view_->
  /external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc 166 RootWindowController* GetInternalRootController() {
171 RootWindowController* GetExternalRootController() {
176 RootWindowController* GetPrimaryRootController() {
181 RootWindowController* GetSecondaryRootController() {
touch_hud_debug.cc 375 RootWindowController* controller = GetRootWindowController(*iter);
479 RootWindowController* controller) {
484 RootWindowController* controller) {
  /external/chromium_org/ash/wm/
stacking_controller.cc 83 return RootWindowController::GetContainerForWindow(
window_state.cc 156 RootWindowController* controller = RootWindowController::ForWindow(window_);
app_list_controller.cc 363 RootWindowController* root_controller =
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 398 RootWindowController* controller =
399 RootWindowController::ForTargetRootWindow();
412 RootWindowController* controller =
413 RootWindowController::ForTargetRootWindow();
609 RootWindowController* controller =
610 RootWindowController::ForTargetRootWindow();
619 RootWindowController* controller =
620 RootWindowController::ForTargetRootWindow();
    [all...]
  /external/chromium_org/ash/system/
status_area_widget.cc 104 if (!RootWindowController::ForShelf(GetNativeView())->shelf()->IsVisible())
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
user_switch_animator_chromeos.cc 174 ash::RootWindowController::ForWindow(*iter)->shelf();
214 ash::RootWindowController::ForWindow(*iter)->shelf();
multi_user_window_manager_chromeos_unittest.cc     [all...]
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 235 RootWindowController* root_window_controller = *iter;
237 // controller exists in the RootWindowController.
247 // AnimatingDesktopController owned by RootWindowController.
desktop_background_view.cc 234 RootWindowController* root_window_controller =
  /external/chromium_org/ash/system/user/
tray_user.cc 295 RootWindowController* controller = GetRootWindowController(
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_manager.cc 277 RootWindowController* controller = *iter;
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 124 Shelf* shelf = RootWindowController::ForShelf(panel)->shelf()->shelf();
167 Shelf* shelf = RootWindowController::ForShelf(panel)->shelf()->shelf();
242 ShelfLayoutManager* shelf = RootWindowController::ForWindow(window)
253 ShelfLayoutManager* shelf = RootWindowController::ForWindow(window)
    [all...]
panel_window_resizer_unittest.cc 292 ShelfLayoutManager* shelf = RootWindowController::ForWindow(window.get())->

Completed in 347 milliseconds

12 3