Home
last modified time | relevance | path

Searched refs:SetShelf (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ash/wm/
Dworkspace_controller.cc102 void WorkspaceController::SetShelf(ShelfLayoutManager* shelf) { in SetShelf() function in ash::WorkspaceController
104 layout_manager_->SetShelf(shelf); in SetShelf()
Dworkspace_controller.h34 void SetShelf(ShelfLayoutManager* shelf);
/external/chromium_org/ash/wm/workspace/
Dworkspace_layout_manager.h53 void SetShelf(ShelfLayoutManager* shelf);
Dworkspace_layout_manager.cc64 void WorkspaceLayoutManager::SetShelf(ShelfLayoutManager* shelf) { in SetShelf() function in ash::WorkspaceLayoutManager
/external/chromium_org/ash/wm/panels/
Dpanel_layout_manager.h82 void SetShelf(Shelf* shelf);
Dpanel_layout_manager.cc307 void PanelLayoutManager::SetShelf(Shelf* shelf) { in SetShelf() function in ash::PanelLayoutManager
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.h111 void SetShelf(Shelf* shelf);
Ddocked_window_layout_manager.cc545 void DockedWindowLayoutManager::SetShelf(Shelf* shelf) { in SetShelf() function in ash::DockedWindowLayoutManager
/external/chromium_org/ash/
Droot_window_controller.cc421 panel_layout_manager_->SetShelf(shelf_->shelf()); in OnShelfCreated()
423 docked_layout_manager_->SetShelf(shelf_->shelf()); in OnShelfCreated()
553 workspace_controller_->SetShelf(NULL); in MoveWindowsTo()
/external/chromium_org/ash/shelf/
Dshelf_widget.cc644 workspace_controller->SetShelf(shelf_layout_manager_); in ShelfWidget()