OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDesktopName
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/
background_mode_manager_linux.cc
53
if (!AutoStart::Remove(ShellIntegration::
GetDesktopName
(environment.get()))) {
73
ShellIntegration::
GetDesktopName
(environment.get()),
shell_integration.h
87
static std::string
GetDesktopName
(base::Environment* env);
shell_integration_linux.cc
228
std::string ShellIntegration::
GetDesktopName
(base::Environment* env) {
255
argv.push_back(
GetDesktopName
(env.get()));
269
argv.push_back(
GetDesktopName
(env.get()));
323
std::string template_filename(
GetDesktopName
(env));
Completed in 118 milliseconds