Home | History | Annotate | Download | only in sessions

Lines Matching refs:WINDOW

30 // invoked and a Window is created to represent the window.
32 // To restore a tab/window from the TabRestoreService invoke RestoreEntryById
49 WINDOW
64 // The time when the window or tab was closed.
103 // Represents a previously open window.
104 struct Window : public Entry {
105 Window();
106 virtual ~Window();
108 // The tabs that comprised the window, in order.
133 // at least one tab, a Window is created, added to entries and observers are
156 // |delegate| is NULL, this creates a new window for the entry.
209 // tab/window closes from the previous session are added to the back.
216 // a Window, then its iterator position will be returned. If it identifies a
217 // tab, then the iterator position of the Window in which the Tab resides is
221 // Schedules the commands for a window close.
222 void ScheduleCommandsForWindow(const Window& window);
228 // Creates a window close command.
264 // window for the entry. This returns the TabRestoreServiceDelegate into which
290 // Converts a SessionWindow into a Window, returning true on success. We use 0
291 // as the timestamp here since we do not know when the window/tab was closed.
294 Window* window);