HomeSort by relevance Sort by last modified time
    Searched refs:SessionService (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/sessions/
session_service_factory.h 15 // the associated SessionService.
26 static SessionService* GetForProfile(Profile* profile);
32 static SessionService* GetForProfileIfExisting(Profile* profile);
37 static SessionService* GetForProfileForSessionRestore(Profile* profile);
47 static void SetForTestProfile(Profile* profile, SessionService* service) {
session_service_factory.cc 13 SessionService* SessionServiceFactory::GetForProfile(Profile* profile) {
15 // For Android we do not store sessions in the SessionService.
18 return static_cast<SessionService*>(
24 SessionService* SessionServiceFactory::GetForProfileIfExisting(
27 // For Android we do not store sessions in the SessionService.
30 return static_cast<SessionService*>(
36 SessionService* SessionServiceFactory::GetForProfileForSessionRestore(
38 SessionService* service = GetForProfile(profile);
71 "SessionService",
80 SessionService* service = NULL
    [all...]
session_service_test_helper.h 18 class SessionService;
30 // A simple class that makes writing SessionService related tests easier.
35 explicit SessionServiceTestHelper(SessionService* service);
78 void SetService(SessionService* service);
79 SessionService* ReleaseService() { return service_.release(); }
80 SessionService* service() { return service_.get(); }
88 scoped_ptr<SessionService> service_;
session_service.cc 228 // SessionService -------------------------------------------------------------
230 SessionService::SessionService(Profile* profile)
242 SessionService::SessionService(const base::FilePath& save_path)
254 SessionService::~SessionService() {
255 // The BrowserList should outlive the SessionService since it's static and
256 // the SessionService is a KeyedService.
261 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open)
    [all...]
session_service.h 38 // SessionService ------------------------------------------------------------
40 // SessionService is responsible for maintaining the state of open windows
44 // SessionService supports restoring from the last session. The last session
52 // SessionService itself maintains a set of SessionCommands that allow
53 // SessionService to rebuild the open state of the browser (as SessionWindow,
56 // SessionService rebuilds the contents of the file from the open state of the
58 class SessionService : public BaseSessionService,
70 // Creates a SessionService for the specified profile.
71 explicit SessionService(Profile* profile);
73 explicit SessionService(const base::FilePath& save_path)
    [all...]
session_service_test_helper.cc 22 SessionServiceTestHelper::SessionServiceTestHelper(SessionService* service)
110 void SessionServiceTestHelper::SetService(SessionService* service) {
112 // Execute IO tasks posted by the SessionService.
session_tab_helper.cc 68 SessionService* session = SessionServiceFactory::GetForProfile(profile);
session_service_unittest.cc 59 SessionService* session_service = new SessionService(profile);
65 window_id, Browser::TYPE_TABBED, SessionService::TYPE_NORMAL);
101 SessionService* session_service = new SessionService(path_);
159 window2_id, Browser::TYPE_TABBED, SessionService::TYPE_NORMAL);
167 SessionService* service() { return helper_.service(); }
358 window2_id, Browser::TYPE_TABBED, SessionService::TYPE_NORMAL);
453 window2_id, Browser::TYPE_TABBED, SessionService::TYPE_NORMAL);
496 window2_id, Browser::TYPE_POPUP, SessionService::TYPE_NORMAL)
    [all...]
persistent_tab_restore_service_unittest.cc 128 SessionService* session_service =
133 window_id, Browser::TYPE_TABBED, SessionService::TYPE_NORMAL);
145 // Creates a SessionService and assigns it to the Profile. The SessionService
151 SessionService* session_service = new SessionService(profile());
session_restore.cc 512 // from SessionService. SessionRestoreImpl deletes itself when done.
561 SessionService* session_service =
    [all...]
persistent_tab_restore_service.cc 191 // Callback from SessionService when we've received the windows from the
332 // If sessions are not stored in the SessionService, default to
338 SessionService* session_service =
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate_unittest.cc 45 static_cast<SessionService*>(
startup_browser_creator_impl.cc 552 SessionService* service =
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model_unittest.cc 261 // Create a SessionService for the profile (profile owns the service) and add
263 SessionService* session_service = new SessionService(profile());
268 window_id, Browser::TYPE_TABBED, SessionService::TYPE_NORMAL);
  /external/chromium_org/chrome/browser/ui/
browser_tabrestore.cc 133 SessionService* session_service =
browser_window_state.cc 122 SessionService* session_service =
browser.cc 426 SessionService* session_service =
472 SessionService* session_service =
670 SessionService* session_service =
    [all...]
browser_commands.cc 365 SessionService* session_service =
716 SessionService* session_service =
    [all...]
browser_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 374 SessionService* session_service =
    [all...]

Completed in 1234 milliseconds