Home | History | Annotate | Download | only in sessions

Lines Matching refs:SessionWindow

28 struct SessionWindow;
46 // SessionWindow, SessionTab and TabNavigation). The commands are periodically
152 typedef Callback2<Handle, std::vector<SessionWindow*>*>::Type
182 typedef std::map<SessionID::id_type, SessionWindow*> IdToSessionWindow;
257 std::vector<SessionWindow*>* valid_windows);
260 // SessionWindow based on the actual tabs that were restored.
261 void UpdateSelectedTabIndex(std::vector<SessionWindow*>* windows);
265 SessionWindow* GetWindow(SessionID::id_type window_id,
290 std::map<int, SessionWindow*>* windows,
291 std::vector<SessionWindow*>* valid_windows);
296 std::map<int, SessionWindow*>* windows);
302 // This does NOT add any created SessionTabs to SessionWindow.tabs, that is
306 std::map<int, SessionWindow*>* windows);