HomeSort by relevance Sort by last modified time
    Searched defs:PanelLayoutManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/panels/
panel_layout_manager.h 44 // PanelLayoutManager is responsible for organizing panels within the
51 // panel_container->SetLayoutManager(new PanelLayoutManager(panel_container));
53 class ASH_EXPORT PanelLayoutManager
64 explicit PanelLayoutManager(aura::Window* panel_container);
65 virtual ~PanelLayoutManager();
194 base::WeakPtrFactory<PanelLayoutManager> weak_factory_;
196 DISALLOW_COPY_AND_ASSIGN(PanelLayoutManager);
panel_layout_manager.cc 256 // PanelLayoutManager public implementation:
257 PanelLayoutManager::PanelLayoutManager(aura::Window* panel_container)
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::ToggleMinimize(aura::Window* panel)
    [all...]

Completed in 64 milliseconds