OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SessionServiceFactory
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/chrome/browser/sessions/
session_service_factory.cc
12
SessionService*
SessionServiceFactory
::GetForProfile(Profile* profile) {
23
SessionService*
SessionServiceFactory
::GetForProfileIfExisting(
35
void
SessionServiceFactory
::ShutdownForProfile(Profile* profile) {
39
SessionServiceFactory
* factory = GetInstance();
49
SessionServiceFactory
*
SessionServiceFactory
::GetInstance() {
50
return Singleton<
SessionServiceFactory
>::get();
53
SessionServiceFactory
::
SessionServiceFactory
()
59
SessionServiceFactory
::~SessionServiceFactory()
[
all
...]
session_service_factory.h
16
class
SessionServiceFactory
: public BrowserContextKeyedServiceFactory {
48
static
SessionServiceFactory
* GetInstance();
51
friend struct DefaultSingletonTraits<
SessionServiceFactory
>;
55
SessionServiceFactory
();
56
virtual ~
SessionServiceFactory
();
session_tab_helper.cc
46
SessionService* session =
SessionServiceFactory
::GetForProfile(profile);
persistent_tab_restore_service_browsertest.cc
130
SessionServiceFactory
::GetForProfile(profile());
153
SessionServiceFactory
::SetForTestProfile(profile(), session_service);
404
SessionServiceFactory
::GetForProfile(profile())->
434
SessionServiceFactory
::GetForProfile(profile())->
450
SessionServiceFactory
::GetForProfile(profile())->
463
SessionServiceFactory
::GetForProfile(profile())->
506
SessionServiceFactory
::GetForProfile(profile())->
550
SessionServiceFactory
::GetForProfile(profile())->
719
SessionServiceFactory
::GetForProfile(profile())->
session_restore.cc
541
SessionServiceFactory
::GetForProfile(profile_);
[
all
...]
session_restore_browsertest.cc
82
SessionServiceFactory
::GetForProfile(browser()->profile()));
842
SessionServiceFactory
::ShutdownForProfile(browser()->profile());
[
all
...]
persistent_tab_restore_service.cc
340
SessionServiceFactory
::GetForProfile(profile());
[
all
...]
/external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate_unittest.cc
42
SessionServiceFactory
::SetForTestProfile(
45
SessionServiceFactory
::GetInstance()->BuildServiceInstanceFor(
startup_browser_creator_impl.cc
576
SessionService* service =
SessionServiceFactory
::GetForProfile(profile_);
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_window_state.cc
75
SessionServiceFactory
::GetForProfileIfExisting(browser->profile());
browser_tabrestore.cc
127
SessionServiceFactory
::GetForProfileIfExisting(browser->profile());
browser.cc
465
SessionServiceFactory
::GetForProfile(profile_);
635
SessionServiceFactory
::GetForProfile(profile());
[
all
...]
browser_commands.cc
293
SessionServiceFactory
::GetForProfile(profile->GetOriginalProfile());
631
SessionServiceFactory
::GetForProfileIfExisting(browser->profile());
[
all
...]
browser_browsertest.cc
[
all
...]
/external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc
305
SessionServiceFactory
::GetInstance();
profile_impl.cc
[
all
...]
profile_manager.cc
189
SessionServiceFactory
::ShutdownForProfile(profiles[i]);
[
all
...]
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc
334
SessionServiceFactory
::GetForProfile(profile_);
[
all
...]
/external/chromium_org/chrome/browser/performance_monitor/
performance_monitor_browsertest.cc
348
SessionServiceFactory
::GetForProfile(browser()->profile()));
Completed in 376 milliseconds