OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AppRestoreService
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/apps/
app_restore_service.h
24
class
AppRestoreService
: public BrowserContextKeyedService,
31
explicit
AppRestoreService
(Profile* profile);
41
static
AppRestoreService
* Get(Profile* profile);
67
DISALLOW_COPY_AND_ASSIGN(
AppRestoreService
);
app_restore_service.cc
34
bool
AppRestoreService
::ShouldRestoreApps(bool is_browser_restart) {
47
AppRestoreService
::
AppRestoreService
(Profile* profile)
52
void
AppRestoreService
::HandleStartup(bool should_restore_apps) {
76
bool
AppRestoreService
::IsAppRestorable(const std::string& extension_id) {
82
AppRestoreService
*
AppRestoreService
::Get(Profile* profile) {
86
void
AppRestoreService
::OnAppStart(Profile* profile,
91
void
AppRestoreService
::OnAppActivated(Profile* profile,
96
void
AppRestoreService
::OnAppDeactivated(Profile* profile
[
all
...]
Completed in 4042 milliseconds