OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AppLoadService
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/apps/
app_load_service.cc
28
AppLoadService
::PostReloadAction::PostReloadAction()
33
AppLoadService
::
AppLoadService
(Profile* profile)
43
AppLoadService
::~
AppLoadService
() {}
45
void
AppLoadService
::RestartApplication(const std::string& extension_id) {
53
bool
AppLoadService
::LoadAndLaunch(const base::FilePath& extension_path,
73
AppLoadService
*
AppLoadService
::Get(Profile* profile) {
77
void
AppLoadService
::Observe(int type
[
all
...]
app_load_service.h
27
class
AppLoadService
: public BrowserContextKeyedService,
44
explicit
AppLoadService
(Profile* profile);
45
virtual ~
AppLoadService
();
59
static
AppLoadService
* Get(Profile* profile);
78
DISALLOW_COPY_AND_ASSIGN(
AppLoadService
);
Completed in 35 milliseconds