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
77
// to their session. The next call to
CleanupSession
(...) will delete those
84
void
CleanupSession
(const std::string& session_tag);
153
// what can be deleted (see ResetSessionTracking(..) and
CleanupSession
(..)
175
// by a window by the time
CleanupSession
is called it will be deleted.
synced_session_tracker.cc
202
void SyncedSessionTracker::
CleanupSession
(const std::string& session_tag) {
synced_session_tracker_unittest.cc
286
tracker.
CleanupSession
(tag1);
session_model_associator.cc
290
synced_session_tracker_.
CleanupSession
(local_tag);
784
// unused tabs/windows get cleared by the
CleanupSession
(...) call).
804
synced_session_tracker_.
CleanupSession
(foreign_session_tag);
[
all
...]
Completed in 3143 milliseconds