Searched refs:GetForeignSession (Results 1 – 6 of 6) sorted by relevance
62 ForeignSession* session = tracker.GetForeignSession(tag); in TEST_F()130 ForeignSession* session = tracker.GetForeignSession(tag1); in TEST_F()131 ForeignSession* session2 = tracker.GetForeignSession(tag2); in TEST_F()132 ForeignSession* session3 = tracker.GetForeignSession(tag3); in TEST_F()
54 ForeignSession* GetForeignSession(const std::string& foreign_session_tag);
67 ForeignSession* ForeignSessionTracker::GetForeignSession( in GetForeignSession() function in browser_sync::ForeignSessionTracker
151 bool GetForeignSession(const std::string& tag,
525 foreign_session_tracker_.GetForeignSession(foreign_session_tag); in AssociateForeignSpecifics()779 bool SessionModelAssociator::GetForeignSession( in GetForeignSession() function in browser_sync::SessionModelAssociator
179 if (!associator->GetForeignSession(session_string_value, &windows)) { in HandleOpenForeignSession()