Home | History | Annotate | Download | only in sessions

Lines Matching refs:restored_tabs

107   syncer::SyncDataList restored_tabs;
108 if (!InitFromSyncModel(initial_sync_data, &restored_tabs, &new_changes)) {
130 AssociateWindows(RELOAD_TABS, restored_tabs, &new_changes);
142 const syncer::SyncDataList& restored_tabs,
202 restored_tabs, change_output);
525 syncer::SyncDataList* restored_tabs,
561 restored_tabs->push_back(*it);
855 const syncer::SyncDataList& restored_tabs,
858 // Rewrite the tab using |restored_tabs| to retrieve the specifics.
859 if (restored_tabs.empty()) {
864 for (syncer::SyncDataList::const_iterator it = restored_tabs.begin();
865 it != restored_tabs.end();