HomeSort by relevance Sort by last modified time
    Searched refs:ForShelf (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/
shelf_browsertest.cc 20 ash::RootWindowController::ForShelf(
  /external/chromium_org/ash/shelf/
shelf_alignment_menu.cc 37 return ShelfLayoutManager::ForShelf(root_window_)
overflow_button.cc 58 ShelfLayoutManager::ForShelf(GetWidget()->GetNativeView());
87 ShelfLayoutManager::ForShelf(GetWidget()->GetNativeView());
shelf.cc 67 RootWindowController::ForShelf(Shell::GetPrimaryRootWindow())->shelf();
73 ShelfWidget* shelf_widget = RootWindowController::ForShelf(window)->shelf();
overflow_bubble.cc 98 ShelfLayoutManager::ForShelf(
overflow_bubble_view.cc 166 return GetAnchorView() ? ShelfLayoutManager::ForShelf(
shelf_layout_manager.h 220 // given |window|. See RootWindowController::ForShelf for more info.
221 static ShelfLayoutManager* ForShelf(aura::Window* window);
shelf_layout_manager.cc 567 ShelfLayoutManager* ShelfLayoutManager::ForShelf(aura::Window* window) {
568 ShelfWidget* shelf = RootWindowController::ForShelf(window)->shelf();
    [all...]
shelf_view.cc     [all...]
  /external/chromium_org/ash/
root_window_controller.h 97 static RootWindowController* ForShelf(const aura::Window* window);
shell.cc 488 ash::ShelfLayoutManager::ForShelf(root_window)->SetAutoHideBehavior(behavior);
493 return ash::ShelfLayoutManager::ForShelf(root_window)->auto_hide_behavior();
498 if (ash::ShelfLayoutManager::ForShelf(root_window)->SetAlignment(alignment)) {
    [all...]
root_window_controller.cc 333 RootWindowController* RootWindowController::ForShelf(
    [all...]
  /external/chromium_org/ash/system/
status_area_widget.cc 104 if (!RootWindowController::ForShelf(GetNativeView())->shelf()->IsVisible())
  /external/chromium_org/ash/metrics/
user_metrics_recorder.cc 384 ShelfLayoutManager::ForShelf(Shell::GetPrimaryRootWindow());
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 432 ShelfLayoutManager* shelf_layout_manager = ShelfLayoutManager::ForShelf(
547 ShelfLayoutManager* shelf_layout_manager = ShelfLayoutManager::ForShelf(
724 ShelfLayoutManager::ForShelf(dock_container_);
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 196 shelf_ = ShelfLayoutManager::ForShelf(root_window_);
  /external/chromium_org/ash/wm/
app_list_controller.cc 57 return ShelfLayoutManager::ForShelf(window)->
window_animations.cc 469 ShelfLayoutManager* layout_manager = ShelfLayoutManager::ForShelf(window);
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 454 return ShelfLayoutManager::ForShelf(GetWidget()->GetNativeView());
  /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();
    [all...]
panel_layout_manager.cc 313 shelf_layout_manager_ = ash::ShelfLayoutManager::ForShelf(
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 761 ShelfLayoutManager* shelf = ShelfLayoutManager::ForShelf(window.get());
    [all...]

Completed in 319 milliseconds