Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Dsession_model_associator.h363 void OnGotSession(int handle, std::vector<SessionWindow*>* windows);
Dsession_model_associator.cc859 void SessionModelAssociator::OnGotSession( in OnGotSession() function in browser_sync::SessionModelAssociator
/external/chromium/chrome/browser/sessions/
Dsession_restore.cc428 NewCallback(this, &SessionRestoreImpl::OnGotSession); in Restore()
553 void OnGotSession(SessionService::Handle handle, in OnGotSession() function in __anond34472280111::SessionRestoreImpl
Dsession_service_unittest.cc611 void OnGotSession(int handle, std::vector<SessionWindow*>* windows) { in OnGotSession() function in GetCurrentSessionCallbackHandler
636 NewCallback(&handler, &GetCurrentSessionCallbackHandler::OnGotSession)); in TEST_F()