Home
last modified time | relevance | path

Searched refs:GetForeignSession (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dsession_model_associator_unittest.cc62 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()
Dforeign_session_tracker.h54 ForeignSession* GetForeignSession(const std::string& foreign_session_tag);
Dforeign_session_tracker.cc67 ForeignSession* ForeignSessionTracker::GetForeignSession( in GetForeignSession() function in browser_sync::ForeignSessionTracker
Dsession_model_associator.h151 bool GetForeignSession(const std::string& tag,
Dsession_model_associator.cc525 foreign_session_tracker_.GetForeignSession(foreign_session_tag); in AssociateForeignSpecifics()
779 bool SessionModelAssociator::GetForeignSession( in GetForeignSession() function in browser_sync::SessionModelAssociator
/external/chromium/chrome/browser/ui/webui/
Dforeign_session_handler.cc179 if (!associator->GetForeignSession(session_string_value, &windows)) { in HandleOpenForeignSession()