OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutoStart
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
auto_start_linux.h
13
class
AutoStart
{
15
// Registers an application to
autostart
on user login. |is_terminal_app|
21
// Removes an
autostart
file.
23
// Gets the entire contents of an
autostart
file.
26
// Gets a specific value from an
autostart
file.
31
DISALLOW_IMPLICIT_CONSTRUCTORS(
AutoStart
);
/external/chromium_org/chrome/common/
auto_start_linux.h
12
class
AutoStart
{
14
// Registers an application to
autostart
on user login. |is_terminal_app|
20
// Removes an
autostart
file.
22
// Gets the entire contents of an
autostart
file.
25
// Gets a specific value from an
autostart
file.
30
DISALLOW_IMPLICIT_CONSTRUCTORS(
AutoStart
);
Completed in 229 milliseconds