Searched defs:PanelLayoutManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.h44 // PanelLayoutManager is responsible for organizing panels within the
51 // panel_container->SetLayoutManager(new PanelLayoutManager(panel_container));
53 class ASH_EXPORT PanelLayoutManager class in namespace:ash
64 explicit PanelLayoutManager(aura::Window* panel_container);
65 virtual ~PanelLayoutManager();
194 base::WeakPtrFactory<PanelLayoutManager> weak_factory_;
196 DISALLOW_COPY_AND_ASSIGN(PanelLayoutManager);
H A Dpanel_layout_manager.cc256 // PanelLayoutManager public implementation:
257 PanelLayoutManager::PanelLayoutManager(aura::Window* panel_container) function in class:ash::PanelLayoutManager
274 PanelLayoutManager::~PanelLayoutManager() {
278 void PanelLayoutManager::Shutdown() {
296 void PanelLayoutManager::StartDragging(aura::Window* panel) {
302 void PanelLayoutManager::FinishDragging() {
307 void PanelLayoutManager::SetShelf(Shelf* shelf) {
320 void PanelLayoutManager
[all...]

Completed in 221 milliseconds