Searched refs:LookupAllForeignSessions (Results 1 – 9 of 9) sorted by relevance
56 TEST_F(SyncedSessionTrackerTest, LookupAllForeignSessions) { in TEST_F() argument59 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()
39 bool LookupAllForeignSessions(std::vector<const SyncedSession*>* sessions)
24 bool SyncedSessionTracker::LookupAllForeignSessions( in LookupAllForeignSessions() function in browser_sync::SyncedSessionTracker
1008 return synced_session_tracker_.LookupAllForeignSessions(sessions); in GetAllForeignSessions()
31 bool LookupAllForeignSessions(std::vector<const ForeignSession*>* sessions);
18 bool ForeignSessionTracker::LookupAllForeignSessions( in LookupAllForeignSessions() function in browser_sync::ForeignSessionTracker
153 ASSERT_FALSE(tracker.LookupAllForeignSessions(&sessions)); in TEST_F()
776 return foreign_session_tracker_.LookupAllForeignSessions(sessions); in GetAllForeignSessions()
482 return session_tracker_.LookupAllForeignSessions(sessions); in GetAllForeignSessions()