Home
last modified time | relevance | path

Searched refs:LookupAllForeignSessions (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dforeign_session_tracker.h31 bool LookupAllForeignSessions(std::vector<const ForeignSession*>* sessions);
Dforeign_session_tracker.cc18 bool ForeignSessionTracker::LookupAllForeignSessions( in LookupAllForeignSessions() function in browser_sync::ForeignSessionTracker
Dsession_model_associator_unittest.cc153 ASSERT_FALSE(tracker.LookupAllForeignSessions(&sessions)); in TEST_F()
Dsession_model_associator.cc776 return foreign_session_tracker_.LookupAllForeignSessions(sessions); in GetAllForeignSessions()