Searched refs:GetAllForeignSessions (Results 1 – 4 of 4) sorted by relevance
220 model_associator_->GetAllForeignSessions(&foreign_sessions); in TEST_F()292 model_associator_->GetAllForeignSessions(&foreign_sessions); in TEST_F()
98 if (!associator->GetAllForeignSessions(&sessions)) { in HandleGetForeignSessions()
147 bool GetAllForeignSessions(std::vector<const ForeignSession*>* sessions);
773 bool SessionModelAssociator::GetAllForeignSessions( in GetAllForeignSessions() function in browser_sync::SessionModelAssociator