Searched refs:CleanupSession (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_session_tracker.h81 // to their session. The next call to CleanupSession(...) will delete those
88 void CleanupSession(const std::string& session_tag);
157 // what can be deleted (see ResetSessionTracking(..) and CleanupSession(..)
179 // by a window by the time CleanupSession is called it will be deleted.
H A Dsynced_session_tracker.cc213 void SyncedSessionTracker::CleanupSession(const std::string& session_tag) { function in class:browser_sync::SyncedSessionTracker
H A Dsynced_session_tracker_unittest.cc286 tracker.CleanupSession(tag1);
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc253 session_tracker_.CleanupSession(local_tag);
630 // unused tabs/windows get cleared by the CleanupSession(...) call).
649 session_tracker_.CleanupSession(foreign_session_tag);

Completed in 1362 milliseconds