HomeSort by relevance Sort by last modified time
    Searched refs:restored_tabs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.h 219 // machine, false otherwise. |restored_tabs| is a filtered tab-only
225 syncer::SyncDataList* restored_tabs,
274 // |restored_tabs| is a filtered tab-only subset of initial sync data, if
290 const syncer::SyncDataList& restored_tabs,
316 // |restored_tabs| is a filtered tab-only subset of initial sync data, if
325 const syncer::SyncDataList& restored_tabs,
sessions_sync_manager.cc 107 syncer::SyncDataList restored_tabs; local
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);
    [all...]

Completed in 188 milliseconds