/external/chromium_org/ash/shelf/ |
D | shelf.cc | 67 RootWindowController::ForShelf(Shell::GetPrimaryRootWindow())->shelf(); in ForPrimaryDisplay() 73 ShelfWidget* shelf_widget = RootWindowController::ForShelf(window)->shelf(); in ForWindow()
|
D | overflow_button.cc | 58 ShelfLayoutManager::ForShelf(GetWidget()->GetNativeView()); in PaintBackground() 87 ShelfLayoutManager::ForShelf(GetWidget()->GetNativeView()); in OnPaint()
|
D | shelf_alignment_menu.cc | 37 return ShelfLayoutManager::ForShelf(root_window_) in IsCommandIdChecked()
|
D | overflow_bubble.cc | 98 ShelfLayoutManager::ForShelf( in OnWidgetDestroying()
|
D | overflow_bubble_view.cc | 166 return GetAnchorView() ? ShelfLayoutManager::ForShelf( in GetShelfLayoutManager()
|
D | shelf_layout_manager.h | 221 static ShelfLayoutManager* ForShelf(aura::Window* window);
|
D | shelf_layout_manager.cc | 567 ShelfLayoutManager* ShelfLayoutManager::ForShelf(aura::Window* window) { in ForShelf() function in ash::ShelfLayoutManager 568 ShelfWidget* shelf = RootWindowController::ForShelf(window)->shelf(); in ForShelf()
|
D | shelf_view.cc | 1776 ShelfWidget* shelf = RootWindowController::ForShelf( in ShowMenu() 1906 ShelfWidget* shelf = RootWindowController::ForShelf( in CalculateShelfDistance()
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | shelf_browsertest.cc | 20 ash::RootWindowController::ForShelf( in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/ash/system/ |
D | status_area_widget.cc | 104 if (!RootWindowController::ForShelf(GetNativeView())->shelf()->IsVisible()) in ShouldShowShelf()
|
/external/chromium_org/ash/ |
D | root_window_controller.h | 97 static RootWindowController* ForShelf(const aura::Window* window);
|
D | shell.cc | 488 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()
|
D | root_window_controller.cc | 333 RootWindowController* RootWindowController::ForShelf( in ForShelf() function in ash::RootWindowController
|
/external/chromium_org/ash/wm/dock/ |
D | docked_window_layout_manager.cc | 432 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/ |
D | user_metrics_recorder.cc | 384 ShelfLayoutManager::ForShelf(Shell::GetPrimaryRootWindow()); in RecordPeriodicMetrics()
|
/external/chromium_org/ash/wm/ |
D | app_list_controller.cc | 57 return ShelfLayoutManager::ForShelf(window)-> in GetBubbleArrow()
|
D | window_animations.cc | 469 ShelfLayoutManager* layout_manager = ShelfLayoutManager::ForShelf(window); in GetMinimizeAnimationTargetBoundsInScreen()
|
/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray.cc | 196 shelf_ = ShelfLayoutManager::ForShelf(root_window_); in UpdateShelf()
|
/external/chromium_org/ash/wm/panels/ |
D | panel_layout_manager_unittest.cc | 124 Shelf* shelf = RootWindowController::ForShelf(panel)->shelf()->shelf(); in IsPanelAboveLauncherIcon() 167 Shelf* shelf = RootWindowController::ForShelf(panel)->shelf()->shelf(); in IsCalloutAboveLauncherIcon()
|
D | panel_layout_manager.cc | 313 shelf_layout_manager_ = ash::ShelfLayoutManager::ForShelf( in SetShelf()
|
/external/chromium_org/ash/system/tray/ |
D | tray_background_view.cc | 454 return ShelfLayoutManager::ForShelf(GetWidget()->GetNativeView()); in GetShelfLayoutManager()
|
/external/chromium_org/ash/wm/workspace/ |
D | workspace_layout_manager_unittest.cc | 761 ShelfLayoutManager* shelf = ShelfLayoutManager::ForShelf(window.get()); in TEST_F()
|