Searched defs:SessionWindow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
H A Dsession_types.cc58 // SessionWindow ---------------------------------------------------------------
60 SessionWindow::SessionWindow() function in class:SessionWindow
67 SessionWindow::~SessionWindow() {
71 sync_pb::SessionWindow SessionWindow::ToSyncData() const {
72 sync_pb::SessionWindow sync_data;
H A Dsession_types.h68 // tabs in SessionWindow.tabs.
105 // SessionWindow -------------------------------------------------------------
108 struct SessionWindow { struct
109 SessionWindow();
110 ~SessionWindow();
114 // translate when restoring a SessionWindow on another device.
115 sync_pb::SessionWindow ToSyncData() const;
155 DISALLOW_COPY_AND_ASSIGN(SessionWindow);

Completed in 140 milliseconds