Home
last modified time | relevance | path

Searched refs:GetAllForeignSessions (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_session_unittest.cc220 model_associator_->GetAllForeignSessions(&foreign_sessions); in TEST_F()
292 model_associator_->GetAllForeignSessions(&foreign_sessions); in TEST_F()
/external/chromium/chrome/browser/ui/webui/
Dforeign_session_handler.cc98 if (!associator->GetAllForeignSessions(&sessions)) { in HandleGetForeignSessions()
/external/chromium/chrome/browser/sync/glue/
Dsession_model_associator.h147 bool GetAllForeignSessions(std::vector<const ForeignSession*>* sessions);
Dsession_model_associator.cc773 bool SessionModelAssociator::GetAllForeignSessions( in GetAllForeignSessions() function in browser_sync::SessionModelAssociator