OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PutWindowInSession
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
synced_session_tracker_unittest.cc
37
TEST_F(SyncedSessionTrackerTest,
PutWindowInSession
) {
39
tracker.
PutWindowInSession
("tag", 0);
47
tracker.
PutWindowInSession
("tag", 10);
62
tracker.
PutWindowInSession
("tag1", 0);
80
tracker.
PutWindowInSession
("tag1", 0);
81
tracker.
PutWindowInSession
("tag1", 2);
83
tracker.
PutWindowInSession
("tag2", 0);
84
tracker.
PutWindowInSession
("tag2", 2);
97
tracker.
PutWindowInSession
("tag1", 0);
140
tracker.
PutWindowInSession
(tag1, 0); // Create a window
[
all
...]
synced_session_tracker.h
78
// Once reset, all calls to
PutWindowInSession
and PutTabInWindow will denote
95
void
PutWindowInSession
(const std::string& session_tag,
synced_session_tracker.cc
240
void SyncedSessionTracker::
PutWindowInSession
(const std::string& session_tag,
/external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.cc
244
session_tracker_.
PutWindowInSession
(local_tag, window_id);
629
// we start calling
PutWindowInSession
and PutTabInWindow so that all
641
session_tracker_.
PutWindowInSession
(foreign_session_tag,
[
all
...]
sessions_sync_manager_unittest.cc
346
manager()->session_tracker_.
PutWindowInSession
(tag, 0);
[
all
...]
Completed in 2741 milliseconds