Home
last modified time | relevance | path

Searched refs:ForShelf (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf.cc67 RootWindowController::ForShelf(Shell::GetPrimaryRootWindow())->shelf(); in ForPrimaryDisplay()
73 ShelfWidget* shelf_widget = RootWindowController::ForShelf(window)->shelf(); in ForWindow()
Doverflow_button.cc58 ShelfLayoutManager::ForShelf(GetWidget()->GetNativeView()); in PaintBackground()
87 ShelfLayoutManager::ForShelf(GetWidget()->GetNativeView()); in OnPaint()
Dshelf_alignment_menu.cc37 return ShelfLayoutManager::ForShelf(root_window_) in IsCommandIdChecked()
Doverflow_bubble.cc98 ShelfLayoutManager::ForShelf( in OnWidgetDestroying()
Doverflow_bubble_view.cc166 return GetAnchorView() ? ShelfLayoutManager::ForShelf( in GetShelfLayoutManager()
Dshelf_layout_manager.h221 static ShelfLayoutManager* ForShelf(aura::Window* window);
Dshelf_layout_manager.cc567 ShelfLayoutManager* ShelfLayoutManager::ForShelf(aura::Window* window) { in ForShelf() function in ash::ShelfLayoutManager
568 ShelfWidget* shelf = RootWindowController::ForShelf(window)->shelf(); in ForShelf()
Dshelf_view.cc1776 ShelfWidget* shelf = RootWindowController::ForShelf( in ShowMenu()
1906 ShelfWidget* shelf = RootWindowController::ForShelf( in CalculateShelfDistance()
/external/chromium_org/chrome/browser/ui/ash/
Dshelf_browsertest.cc20 ash::RootWindowController::ForShelf( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ash/system/
Dstatus_area_widget.cc104 if (!RootWindowController::ForShelf(GetNativeView())->shelf()->IsVisible()) in ShouldShowShelf()
/external/chromium_org/ash/
Droot_window_controller.h97 static RootWindowController* ForShelf(const aura::Window* window);
Dshell.cc488 ash::ShelfLayoutManager::ForShelf(root_window)->SetAutoHideBehavior(behavior); in SetShelfAutoHideBehavior()
493 return ash::ShelfLayoutManager::ForShelf(root_window)->auto_hide_behavior(); in GetShelfAutoHideBehavior()
498 if (ash::ShelfLayoutManager::ForShelf(root_window)->SetAlignment(alignment)) { in SetShelfAlignment()
Droot_window_controller.cc333 RootWindowController* RootWindowController::ForShelf( in ForShelf() function in ash::RootWindowController
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc432 ShelfLayoutManager* shelf_layout_manager = ShelfLayoutManager::ForShelf( in Shutdown()
547 ShelfLayoutManager* shelf_layout_manager = ShelfLayoutManager::ForShelf( in SetShelf()
724 ShelfLayoutManager::ForShelf(dock_container_); in SetChildBounds()
/external/chromium_org/ash/metrics/
Duser_metrics_recorder.cc384 ShelfLayoutManager::ForShelf(Shell::GetPrimaryRootWindow()); in RecordPeriodicMetrics()
/external/chromium_org/ash/wm/
Dapp_list_controller.cc57 return ShelfLayoutManager::ForShelf(window)-> in GetBubbleArrow()
Dwindow_animations.cc469 ShelfLayoutManager* layout_manager = ShelfLayoutManager::ForShelf(window); in GetMinimizeAnimationTargetBoundsInScreen()
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.cc196 shelf_ = ShelfLayoutManager::ForShelf(root_window_); in UpdateShelf()
/external/chromium_org/ash/wm/panels/
Dpanel_layout_manager_unittest.cc124 Shelf* shelf = RootWindowController::ForShelf(panel)->shelf()->shelf(); in IsPanelAboveLauncherIcon()
167 Shelf* shelf = RootWindowController::ForShelf(panel)->shelf()->shelf(); in IsCalloutAboveLauncherIcon()
Dpanel_layout_manager.cc313 shelf_layout_manager_ = ash::ShelfLayoutManager::ForShelf( in SetShelf()
/external/chromium_org/ash/system/tray/
Dtray_background_view.cc454 return ShelfLayoutManager::ForShelf(GetWidget()->GetNativeView()); in GetShelfLayoutManager()
/external/chromium_org/ash/wm/workspace/
Dworkspace_layout_manager_unittest.cc761 ShelfLayoutManager* shelf = ShelfLayoutManager::ForShelf(window.get()); in TEST_F()