OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoStart
(Results
1 - 4
of
4
) sorted by null
/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
);
auto_start_linux.cc
16
const base::FilePath::CharType kAutostart[] = "
autostart
";
29
bool
AutoStart
::AddApplication(const std::string& autostart_filename,
59
bool
AutoStart
::Remove(const std::string& autostart_filename) {
67
bool
AutoStart
::GetAutostartFileContents(
76
bool
AutoStart
::GetAutostartFileValue(const std::string& autostart_filename,
service_process_util_linux.cc
80
return
AutoStart
::AddApplication(
88
return
AutoStart
::Remove(
service_process_util_unittest.cc
140
EXPECT_TRUE(
AutoStart
::GetAutostartFileValue(
166
EXPECT_FALSE(
AutoStart
::GetAutostartFileValue(
Completed in 2803 milliseconds