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

  /external/chromium_org/ash/wm/panels/
attached_panel_window_targeter.h 13 class PanelLayoutManager;
24 PanelLayoutManager* panel_layout_manager);
35 PanelLayoutManager* panel_layout_manager_;
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...]
attached_panel_window_targeter.cc 17 PanelLayoutManager* panel_layout_manager)
panel_window_resizer.cc 35 PanelLayoutManager* GetPanelLayoutManager(aura::Window* panel_container) {
37 return static_cast<PanelLayoutManager*>(panel_container->layout_manager());
134 PanelLayoutManager* panel_layout_manager =
panel_layout_manager_unittest.cc 85 PanelLayoutManager* manager =
86 static_cast<PanelLayoutManager*>(GetPanelContainer(panel)->
89 PanelLayoutManager::PanelList::iterator found = std::find(
    [all...]
panel_window_resizer_unittest.cc 180 PanelLayoutManager* panel_layout_manager_;
215 // PanelLayoutManager and PanelWindowResizer should work if panels have
  /external/chromium_org/ash/
root_window_controller.h 55 class PanelLayoutManager;
292 PanelLayoutManager* panel_layout_manager_;
root_window_controller.cc 801 panel_layout_manager_ = new PanelLayoutManager(panel_container);
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector_panels.cc 86 static_cast<PanelLayoutManager*>(
92 static_cast<PanelLayoutManager*>(
window_selector_unittest.cc     [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager_unittest.cc 77 PanelLayoutManager* manager =
78 static_cast<PanelLayoutManager*>(GetPanelContainer(window)->
94 PanelLayoutManager* manager =
95 static_cast<PanelLayoutManager*>(GetPanelContainer(window)->
    [all...]
docked_window_resizer_unittest.cc 85 PanelLayoutManager* manager = static_cast<PanelLayoutManager*>(
    [all...]
  /external/chromium_org/ash/wm/
workspace_controller_unittest.cc 129 PanelLayoutManager* manager = static_cast<PanelLayoutManager*>(
    [all...]

Completed in 155 milliseconds