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

  /external/chromium_org/athena/wm/
window_manager_impl.cc 44 class AthenaContainerLayoutManager : public aura::LayoutManager {
46 AthenaContainerLayoutManager();
47 virtual ~AthenaContainerLayoutManager();
60 DISALLOW_COPY_AND_ASSIGN(AthenaContainerLayoutManager);
63 AthenaContainerLayoutManager::AthenaContainerLayoutManager() {
66 AthenaContainerLayoutManager::~AthenaContainerLayoutManager() {
69 void AthenaContainerLayoutManager::OnWindowResized() {
101 void AthenaContainerLayoutManager::OnWindowAddedToLayout(aura::Window* child)
    [all...]
window_manager_impl.h 50 friend class AthenaContainerLayoutManager;

Completed in 90 milliseconds