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

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

Completed in 179 milliseconds