OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BaseSessionService
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sessions/
base_session_service.cc
19
BaseSessionService
::InternalGetCommandsRequest::~InternalGetCommandsRequest() {
23
//
BaseSessionService
---------------------------------------------------------
60
const int
BaseSessionService
::max_persist_navigation_count = 6;
62
BaseSessionService
::
BaseSessionService
(SessionType type,
84
BaseSessionService
::~
BaseSessionService
() {
87
void
BaseSessionService
::DeleteLastSession() {
96
void
BaseSessionService
::ScheduleCommand(SessionCommand* command) {
103
void
BaseSessionService
::StartSaveTimer()
[
all
...]
base_session_service.h
26
//
BaseSessionService
is the super class of both tab restore service and
30
class
BaseSessionService
: public CancelableRequestProvider,
31
public base::RefCountedThreadSafe<
BaseSessionService
> {
40
// Creates a new
BaseSessionService
. After creation you need to invoke
45
BaseSessionService
(SessionType type,
79
friend class base::RefCountedThreadSafe<
BaseSessionService
>;
81
virtual ~
BaseSessionService
();
90
// in the vector are owned by
BaseSessionService
, until they are scheduled
178
ScopedRunnableMethodFactory<
BaseSessionService
> save_factory_;
190
DISALLOW_COPY_AND_ASSIGN(
BaseSessionService
);
[
all
...]
Completed in 141 milliseconds