Home
last modified time | relevance | path

Searched refs:restored_tabs (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_sync_manager.cc119 syncer::SyncDataList restored_tabs; in MergeDataAndStartSyncing() local
120 if (!InitFromSyncModel(initial_sync_data, &restored_tabs, &new_changes)) { in MergeDataAndStartSyncing()
142 AssociateWindows(RELOAD_TABS, restored_tabs, &new_changes); in MergeDataAndStartSyncing()
154 const syncer::SyncDataList& restored_tabs, in AssociateWindows() argument
218 restored_tabs, change_output); in AssociateWindows()
559 syncer::SyncDataList* restored_tabs, in InitFromSyncModel() argument
595 restored_tabs->push_back(*it); in InitFromSyncModel()
898 const syncer::SyncDataList& restored_tabs, in AssociateRestoredPlaceholderTab() argument
902 if (restored_tabs.empty()) { in AssociateRestoredPlaceholderTab()
907 for (syncer::SyncDataList::const_iterator it = restored_tabs.begin(); in AssociateRestoredPlaceholderTab()
[all …]
Dsessions_sync_manager.h222 syncer::SyncDataList* restored_tabs,
287 const syncer::SyncDataList& restored_tabs,
322 const syncer::SyncDataList& restored_tabs,