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

  /external/chromium_org/ash/wm/
base_layout_manager.cc 29 // BaseLayoutManager, public:
31 BaseLayoutManager::BaseLayoutManager(aura::RootWindow* root_window)
38 BaseLayoutManager::~BaseLayoutManager() {
48 gfx::Rect BaseLayoutManager::BoundsWithScreenEdgeVisible(
63 // BaseLayoutManager, LayoutManager overrides:
65 void BaseLayoutManager::OnWindowResized() {
68 void BaseLayoutManager::OnWindowAddedToLayout(aura::Window* child) {
77 void BaseLayoutManager::OnWillRemoveWindowFromLayout(aura::Window* child)
    [all...]
base_layout_manager.h 28 // BaseLayoutManager is the simplest possible implementation for a window
33 class ASH_EXPORT BaseLayoutManager
41 explicit BaseLayoutManager(aura::RootWindow* root_window);
42 virtual ~BaseLayoutManager();
115 DISALLOW_COPY_AND_ASSIGN(BaseLayoutManager);

Completed in 50 milliseconds