OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SessionRestoreImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sessions/
session_restore.cc
67
class
SessionRestoreImpl
;
73
std::set<
SessionRestoreImpl
*>* active_session_restorers = NULL;
91
// This is not part of
SessionRestoreImpl
so that synchronous destruction
92
// of
SessionRestoreImpl
doesn't have timing problems.
303
//
SessionRestoreImpl
::Restore .
389
// was not the last reference, a
SessionRestoreImpl
holding a reference will
485
//
SessionRestoreImpl
---------------------------------------------------------
487
//
SessionRestoreImpl
is responsible for fetching the set of tabs to create
488
// from SessionService.
SessionRestoreImpl
deletes itself when done.
490
class
SessionRestoreImpl
: public content::NotificationObserver
[
all
...]
/external/chromium/chrome/browser/sessions/
session_restore.cc
56
// This is not part of
SessionRestoreImpl
so that synchronous destruction
57
// of
SessionRestoreImpl
doesn't have timing problems.
402
//
SessionRestoreImpl
---------------------------------------------------------
404
//
SessionRestoreImpl
is responsible for fetching the set of tabs to create
405
// from SessionService.
SessionRestoreImpl
deletes itself when done.
407
class
SessionRestoreImpl
: public NotificationObserver {
409
SessionRestoreImpl
(Profile* profile,
428
NewCallback(this, &
SessionRestoreImpl
::OnGotSession);
488
~
SessionRestoreImpl
() {
798
//
SessionRestoreImpl
takes care of deleting itself when done
[
all
...]
Completed in 56 milliseconds