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

/external/chromium/chrome/browser/sync/glue/
H A Dforeign_session_tracker.h54 ForeignSession* GetForeignSession(const std::string& foreign_session_tag);
H A Dsession_model_associator_unittest.cc62 ForeignSession* session = tracker.GetForeignSession(tag);
130 ForeignSession* session = tracker.GetForeignSession(tag1);
131 ForeignSession* session2 = tracker.GetForeignSession(tag2);
132 ForeignSession* session3 = tracker.GetForeignSession(tag3);
H A Dforeign_session_tracker.cc67 ForeignSession* ForeignSessionTracker::GetForeignSession( function in class:browser_sync::ForeignSessionTracker
H A Dsession_model_associator.h151 bool GetForeignSession(const std::string& tag,
H A Dsession_model_associator.cc525 foreign_session_tracker_.GetForeignSession(foreign_session_tag);
779 bool SessionModelAssociator::GetForeignSession( function in class:browser_sync::SessionModelAssociator
/external/chromium/chrome/browser/ui/webui/
H A Dforeign_session_handler.cc179 if (!associator->GetForeignSession(session_string_value, &windows)) {

Completed in 3719 milliseconds