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 46 // PanelLayoutManager is responsible for organizing panels within the
53 // panel_container->SetLayoutManager(new PanelLayoutManager(panel_container));
55 class ASH_EXPORT PanelLayoutManager
66 explicit PanelLayoutManager(aura::Window* panel_container);
67 virtual ~PanelLayoutManager();
188 base::WeakPtrFactory<PanelLayoutManager> weak_factory_;
190 DISALLOW_COPY_AND_ASSIGN(PanelLayoutManager);
panel_layout_manager.cc 256 // PanelLayoutManager public implementation:
257 PanelLayoutManager::PanelLayoutManager(aura::Window* panel_container)
273 PanelLayoutManager::~PanelLayoutManager() {
277 void PanelLayoutManager::Shutdown() {
295 void PanelLayoutManager::StartDragging(aura::Window* panel) {
301 void PanelLayoutManager::FinishDragging() {
306 void PanelLayoutManager::SetLauncher(ash::Launcher* launcher) {
319 void PanelLayoutManager::ToggleMinimize(aura::Window* panel)
    [all...]

Completed in 31 milliseconds