Searched refs:LookupAllForeignSessions (Results 1 – 4 of 4) sorted by relevance
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()