OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CleanupSession
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
synced_session_tracker.h
81
// 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.
synced_session_tracker.cc
213
void SyncedSessionTracker::
CleanupSession
(const std::string& session_tag) {
synced_session_tracker_unittest.cc
286
tracker.
CleanupSession
(tag1);
/external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.cc
253
session_tracker_.
CleanupSession
(local_tag);
630
// unused tabs/windows get cleared by the
CleanupSession
(...) call).
649
session_tracker_.
CleanupSession
(foreign_session_tag);
[
all
...]
Completed in 52 milliseconds