OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDesktopEnvironment
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/base/nix/
xdg_util_unittest.cc
42
GetDesktopEnvironment
(&getter));
52
GetDesktopEnvironment
(&getter));
62
GetDesktopEnvironment
(&getter));
72
GetDesktopEnvironment
(&getter));
xdg_util.h
63
BASE_EXPORT DesktopEnvironment
GetDesktopEnvironment
(Environment* env);
68
// Convenience wrapper that calls
GetDesktopEnvironment
() first.
xdg_util.cc
55
DesktopEnvironment
GetDesktopEnvironment
(Environment* env) {
124
return GetDesktopEnvironmentName(
GetDesktopEnvironment
(env));
/external/chromium_org/chrome/browser/printing/
printer_manager_dialog_linux.cc
33
switch (base::nix::
GetDesktopEnvironment
(env.get())) {
/external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl.cc
46
base::nix::
GetDesktopEnvironment
(env.get());
64
base::nix::
GetDesktopEnvironment
(env.get());
unity_service.cc
56
using base::nix::
GetDesktopEnvironment
;
64
GetDesktopEnvironment
(env.get());
gconf_listener.cc
49
base::nix::
GetDesktopEnvironment
(env.get());
app_indicator_icon.cc
92
base::nix::
GetDesktopEnvironment
(env.get());
245
using_kde4_ = base::nix::
GetDesktopEnvironment
(env.get()) ==
gtk2_ui.cc
384
switch (base::nix::
GetDesktopEnvironment
(env.get())) {
547
switch (base::nix::
GetDesktopEnvironment
(env.get())) {
557
// Unless
GetDesktopEnvironment
() badly misbehaves, this should never happen.
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_linux.cc
112
switch (base::nix::
GetDesktopEnvironment
(env.get())) {
/external/chromium_org/chrome/browser/password_manager/
password_store_factory.cc
183
desktop_env = base::nix::
GetDesktopEnvironment
(env.get());
/external/chromium_org/content/browser/
power_save_blocker_x11.cc
309
switch (base::nix::
GetDesktopEnvironment
(env.get())) {
/external/chromium_org/media/audio/alsa/
audio_manager_alsa.cc
54
switch (base::nix::
GetDesktopEnvironment
(env.get())) {
/external/chromium_org/chrome/browser/ui/panels/
panel_manager.cc
155
desktop_env = base::nix::
GetDesktopEnvironment
(env.get());
/external/chromium_org/net/proxy/
proxy_config_service_linux.cc
[
all
...]
Completed in 992 milliseconds