OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDesktopName
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_util.h
27
std::string
GetDesktopName
(base::Environment* env);
gtk2_util.cc
49
std::string
GetDesktopName
(base::Environment* env) {
unity_service.cc
90
std::string desktop_id = libgtk2ui::
GetDesktopName
(env.get());
/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));
/external/chromium_org/chrome/browser/background/
background_mode_manager_gtk.cc
43
ShellIntegrationLinux::
GetDesktopName
(environment.get()),
54
ShellIntegrationLinux::
GetDesktopName
(environment.get()))) {
/external/chromium_org/chrome/browser/
shell_integration_linux.h
40
std::string
GetDesktopName
(base::Environment* env);
shell_integration_linux.cc
355
argv.push_back(ShellIntegrationLinux::
GetDesktopName
(env.get()));
390
argv.push_back(ShellIntegrationLinux::
GetDesktopName
(env.get()));
561
std::string
GetDesktopName
(base::Environment* env) {
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
unity_service.cc
88
std::string desktop_id = ShellIntegrationLinux::
GetDesktopName
(env.get());
Completed in 647 milliseconds