OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TabRestoreService
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sessions/
tab_restore_service.cc
34
TabRestoreService
::TimeFactory::~TimeFactory() {}
41
TabRestoreService
::Entry::Entry()
46
TabRestoreService
::Entry::Entry(Type type)
51
TabRestoreService
::Entry::~Entry() {}
53
//
TabRestoreService
----------------------------------------------------------
56
const size_t
TabRestoreService
::kMaxEntries = 10;
118
typedef std::map<SessionID::id_type,
TabRestoreService
::Entry*> IDToEntry;
125
std::vector<
TabRestoreService
::Entry*>* entries) {
140
if (i->second->type ==
TabRestoreService
::WINDOW) {
141
TabRestoreService
::Window* window
[
all
...]
tab_restore_service.h
26
//
TabRestoreService
is responsible for maintaining the most recently closed
28
//
TabRestoreService
::CreateHistoricalTab is invoked and a Tab is created to
32
// To restore a tab/window from the
TabRestoreService
invoke RestoreEntryById
35
// To listen for changes to the set of entries managed by the
TabRestoreService
37
class
TabRestoreService
: public BaseSessionService {
117
// Creates a new
TabRestoreService
and provides an object that provides the
118
// current time. The
TabRestoreService
does not take ownership of the
120
explicit
TabRestoreService
(Profile* profile,
123
// Adds/removes an observer.
TabRestoreService
does not take ownership of
175
virtual ~
TabRestoreService
();
[
all
...]
Completed in 681 milliseconds