HomeSort by relevance Sort by last modified time
    Searched refs:AutoStart (Results 1 - 5 of 5) 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);
auto_start_linux.cc 16 const FilePath::CharType kAutostart[] = "autostart";
29 bool AutoStart::AddApplication(const std::string& autostart_filename,
58 bool AutoStart::Remove(const std::string& autostart_filename) {
65 bool AutoStart::GetAutostartFileContents(
73 bool AutoStart::GetAutostartFileValue(const std::string& autostart_filename,
service_process_util_linux.cc 87 return AutoStart::AddApplication(
95 return AutoStart::Remove(
service_process_util_unittest.cc 124 EXPECT_TRUE(AutoStart::GetAutostartFileValue(
147 EXPECT_FALSE(AutoStart::GetAutostartFileValue(
  /external/chromium/chrome/browser/
background_mode_manager_linux.cc 53 if (!AutoStart::Remove(ShellIntegration::GetDesktopName(environment.get()))) {
72 if (!AutoStart::AddApplication(

Completed in 6103 milliseconds