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

  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.h 127 class WindowEntry {
129 explicit WindowEntry(const std::string& user_id)
133 virtual ~WindowEntry() {}
163 DISALLOW_COPY_AND_ASSIGN(WindowEntry);
166 typedef std::map<aura::Window*, WindowEntry*> WindowToEntryMap;
multi_user_window_manager_chromeos.cc 275 window_to_entry_[window] = new WindowEntry(user_id);

Completed in 214 milliseconds