Searched defs:autostart_filename (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/
H A Dauto_start_linux.cc29 bool AutoStart::AddApplication(const std::string& autostart_filename, argument
40 FilePath autostart_file = autostart_directory.Append(autostart_filename);
58 bool AutoStart::Remove(const std::string& autostart_filename) { argument
61 FilePath autostart_file = autostart_directory.Append(autostart_filename);
66 const std::string& autostart_filename, std::string* contents) {
69 FilePath autostart_file = autostart_directory.Append(autostart_filename);
73 bool AutoStart::GetAutostartFileValue(const std::string& autostart_filename, argument
77 if (!GetAutostartFileContents(autostart_filename, &contents))
65 GetAutostartFileContents( const std::string& autostart_filename, std::string* contents) argument
/external/chromium_org/chrome/common/
H A Dauto_start_linux.cc29 bool AutoStart::AddApplication(const std::string& autostart_filename, argument
41 autostart_directory.Append(autostart_filename);
59 bool AutoStart::Remove(const std::string& autostart_filename) { argument
63 autostart_directory.Append(autostart_filename);
68 const std::string& autostart_filename, std::string* contents) {
72 autostart_directory.Append(autostart_filename);
76 bool AutoStart::GetAutostartFileValue(const std::string& autostart_filename, argument
80 if (!GetAutostartFileContents(autostart_filename, &contents))
67 GetAutostartFileContents( const std::string& autostart_filename, std::string* contents) argument

Completed in 54 milliseconds