Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/glue/
Dsynced_session_tracker_unittest.cc56 TEST_F(SyncedSessionTrackerTest, LookupAllForeignSessions) { in TEST_F() argument
59 ASSERT_FALSE(tracker.LookupAllForeignSessions(&sessions)); in TEST_F()
69 ASSERT_TRUE(tracker.LookupAllForeignSessions(&sessions)); in TEST_F()
160 ASSERT_FALSE(tracker.LookupAllForeignSessions(&sessions)); in TEST_F()
Dsynced_session_tracker.h39 bool LookupAllForeignSessions(std::vector<const SyncedSession*>* sessions)
Dsynced_session_tracker.cc24 bool SyncedSessionTracker::LookupAllForeignSessions( in LookupAllForeignSessions() function in browser_sync::SyncedSessionTracker
Dsession_model_associator.cc1008 return synced_session_tracker_.LookupAllForeignSessions(sessions); in GetAllForeignSessions()
/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()
/external/chromium_org/chrome/browser/sync/sessions2/
Dsessions_sync_manager.cc482 return session_tracker_.LookupAllForeignSessions(sessions); in GetAllForeignSessions()