nix 103 base/base_paths_posix.cc *result = base::nix::GetXDGUserDirectory("DESKTOP", "Desktop"); nix 107 base/base_paths_posix.cc FilePath cache_dir(base::nix::GetXDGDirectory(env.get(), "XDG_CACHE_HOME", nix 505 base/nix/mime_util_xdg.cc base::nix::DesktopEnvironment desktop_env = nix 506 base/nix/mime_util_xdg.cc base::nix::GetDesktopEnvironment(env.get()); nix 507 base/nix/mime_util_xdg.cc if (desktop_env == base::nix::DESKTOP_ENVIRONMENT_KDE3 || nix 508 base/nix/mime_util_xdg.cc desktop_env == base::nix::DESKTOP_ENVIRONMENT_KDE4) { nix 518 base/nix/mime_util_xdg.cc if (desktop_env == base::nix::DESKTOP_ENVIRONMENT_KDE3) { nix 17 base/nix/mime_util_xdg.h namespace nix { nix 17 base/nix/xdg_util.h #ifdef nix nix 26 base/nix/xdg_util.h namespace nix { nix 15 chrome/browser/icon_loader_auralinux.cc return base::nix::GetFileMimeType(filepath); nix 24 chrome/browser/icon_loader_linux.cc return base::nix::GetFileMimeType(filepath); nix 53 chrome/browser/icon_loader_linux.cc base::FilePath filename = base::nix::GetMimeIcon(group_, size_pixels); nix 164 chrome/browser/password_manager/password_store_factory.cc base::nix::DesktopEnvironment desktop_env; nix 169 chrome/browser/password_manager/password_store_factory.cc desktop_env = base::nix::DESKTOP_ENVIRONMENT_KDE4; nix 171 chrome/browser/password_manager/password_store_factory.cc desktop_env = base::nix::DESKTOP_ENVIRONMENT_GNOME; nix 173 chrome/browser/password_manager/password_store_factory.cc desktop_env = base::nix::DESKTOP_ENVIRONMENT_OTHER; nix 177 chrome/browser/password_manager/password_store_factory.cc desktop_env = base::nix::GetDesktopEnvironment(env.get()); nix 178 chrome/browser/password_manager/password_store_factory.cc const char* name = base::nix::GetDesktopEnvironmentName(desktop_env); nix 187 chrome/browser/password_manager/password_store_factory.cc if (desktop_env == base::nix::DESKTOP_ENVIRONMENT_KDE4) { nix 195 chrome/browser/password_manager/password_store_factory.cc } else if (desktop_env == base::nix::DESKTOP_ENVIRONMENT_GNOME || nix 196 chrome/browser/password_manager/password_store_factory.cc desktop_env == base::nix::DESKTOP_ENVIRONMENT_UNITY || nix 197 chrome/browser/password_manager/password_store_factory.cc desktop_env == base::nix::DESKTOP_ENVIRONMENT_XFCE) { nix 33 chrome/browser/printing/printer_manager_dialog_linux.cc switch (base::nix::GetDesktopEnvironment(env.get())) { nix 34 chrome/browser/printing/printer_manager_dialog_linux.cc case base::nix::DESKTOP_ENVIRONMENT_GNOME: nix 35 chrome/browser/printing/printer_manager_dialog_linux.cc case base::nix::DESKTOP_ENVIRONMENT_KDE3: nix 36 chrome/browser/printing/printer_manager_dialog_linux.cc case base::nix::DESKTOP_ENVIRONMENT_KDE4: nix 37 chrome/browser/printing/printer_manager_dialog_linux.cc case base::nix::DESKTOP_ENVIRONMENT_UNITY: nix 40 chrome/browser/printing/printer_manager_dialog_linux.cc case base::nix::DESKTOP_ENVIRONMENT_XFCE: nix 41 chrome/browser/printing/printer_manager_dialog_linux.cc case base::nix::DESKTOP_ENVIRONMENT_OTHER: nix 56 chrome/browser/ui/gtk/gconf_titlebar_listener.cc base::nix::DesktopEnvironment de = nix 57 chrome/browser/ui/gtk/gconf_titlebar_listener.cc base::nix::GetDesktopEnvironment(env.get()); nix 58 chrome/browser/ui/gtk/gconf_titlebar_listener.cc if (de == base::nix::DESKTOP_ENVIRONMENT_GNOME || nix 59 chrome/browser/ui/gtk/gconf_titlebar_listener.cc de == base::nix::DESKTOP_ENVIRONMENT_UNITY || nix 628 chrome/browser/ui/gtk/gtk_theme_service.cc switch (base::nix::GetDesktopEnvironment(env.get())) { nix 629 chrome/browser/ui/gtk/gtk_theme_service.cc case base::nix::DESKTOP_ENVIRONMENT_GNOME: nix 630 chrome/browser/ui/gtk/gtk_theme_service.cc case base::nix::DESKTOP_ENVIRONMENT_UNITY: nix 631 chrome/browser/ui/gtk/gtk_theme_service.cc case base::nix::DESKTOP_ENVIRONMENT_XFCE: nix 633 chrome/browser/ui/gtk/gtk_theme_service.cc case base::nix::DESKTOP_ENVIRONMENT_KDE3: nix 634 chrome/browser/ui/gtk/gtk_theme_service.cc case base::nix::DESKTOP_ENVIRONMENT_KDE4: nix 635 chrome/browser/ui/gtk/gtk_theme_service.cc case base::nix::DESKTOP_ENVIRONMENT_OTHER: nix 717 chrome/browser/ui/gtk/gtk_theme_service.cc base::nix::SetIconThemeName(gtk_theme_name); nix 998 chrome/browser/ui/gtk/gtk_util.cc if (base::nix::DESKTOP_ENVIRONMENT_KDE3 == nix 999 chrome/browser/ui/gtk/gtk_util.cc base::nix::GetDesktopEnvironment(env.get())) nix 53 chrome/browser/ui/gtk/unity_service.cc using base::nix::GetDesktopEnvironment; nix 60 chrome/browser/ui/gtk/unity_service.cc base::nix::DesktopEnvironment desktop_env = nix 64 chrome/browser/ui/gtk/unity_service.cc if (desktop_env != base::nix::DESKTOP_ENVIRONMENT_UNITY && nix 65 chrome/browser/ui/gtk/unity_service.cc desktop_env != base::nix::DESKTOP_ENVIRONMENT_KDE4) nix 40 chrome/browser/ui/libgtk2ui/gconf_titlebar_listener.cc base::nix::DesktopEnvironment de = nix 41 chrome/browser/ui/libgtk2ui/gconf_titlebar_listener.cc base::nix::GetDesktopEnvironment(env.get()); nix 42 chrome/browser/ui/libgtk2ui/gconf_titlebar_listener.cc if (de == base::nix::DESKTOP_ENVIRONMENT_GNOME || nix 43 chrome/browser/ui/libgtk2ui/gconf_titlebar_listener.cc de == base::nix::DESKTOP_ENVIRONMENT_UNITY || nix 456 chrome/browser/ui/libgtk2ui/gtk2_ui.cc switch (base::nix::GetDesktopEnvironment(env.get())) { nix 457 chrome/browser/ui/libgtk2ui/gtk2_ui.cc case base::nix::DESKTOP_ENVIRONMENT_GNOME: nix 458 chrome/browser/ui/libgtk2ui/gtk2_ui.cc case base::nix::DESKTOP_ENVIRONMENT_UNITY: nix 459 chrome/browser/ui/libgtk2ui/gtk2_ui.cc case base::nix::DESKTOP_ENVIRONMENT_XFCE: nix 461 chrome/browser/ui/libgtk2ui/gtk2_ui.cc case base::nix::DESKTOP_ENVIRONMENT_KDE3: nix 462 chrome/browser/ui/libgtk2ui/gtk2_ui.cc case base::nix::DESKTOP_ENVIRONMENT_KDE4: nix 463 chrome/browser/ui/libgtk2ui/gtk2_ui.cc case base::nix::DESKTOP_ENVIRONMENT_OTHER: nix 803 chrome/browser/ui/libgtk2ui/gtk2_ui.cc base::nix::SetIconThemeName(gtk_theme_name); nix 45 chrome/browser/ui/libgtk2ui/select_file_dialog_impl.cc base::nix::DesktopEnvironment desktop = nix 46 chrome/browser/ui/libgtk2ui/select_file_dialog_impl.cc base::nix::GetDesktopEnvironment(env.get()); nix 47 chrome/browser/ui/libgtk2ui/select_file_dialog_impl.cc if (desktop == base::nix::DESKTOP_ENVIRONMENT_KDE3 || nix 48 chrome/browser/ui/libgtk2ui/select_file_dialog_impl.cc desktop == base::nix::DESKTOP_ENVIRONMENT_KDE4) { nix 63 chrome/browser/ui/libgtk2ui/select_file_dialog_impl.cc base::nix::DesktopEnvironment desktop = nix 64 chrome/browser/ui/libgtk2ui/select_file_dialog_impl.cc base::nix::GetDesktopEnvironment(env.get()); nix 35 chrome/browser/ui/libgtk2ui/select_file_dialog_impl.h base::nix::DesktopEnvironment desktop); nix 50 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc base::nix::DesktopEnvironment desktop); nix 147 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc base::nix::DesktopEnvironment desktop_; nix 170 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc base::nix::DesktopEnvironment desktop) { nix 177 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc base::nix::DesktopEnvironment desktop) nix 180 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc DCHECK(desktop_ == base::nix::DESKTOP_ENVIRONMENT_KDE3 || nix 181 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc desktop_ == base::nix::DESKTOP_ENVIRONMENT_KDE4); nix 248 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc std::string mime_type = base::nix::GetFileMimeType(base::FilePath( nix 304 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc desktop_ == base::nix::DESKTOP_ENVIRONMENT_KDE3 ? "--embed" : "--attach", nix 56 chrome/browser/ui/libgtk2ui/unity_service.cc using base::nix::GetDesktopEnvironment; nix 63 chrome/browser/ui/libgtk2ui/unity_service.cc base::nix::DesktopEnvironment desktop_env = nix 67 chrome/browser/ui/libgtk2ui/unity_service.cc if (desktop_env != base::nix::DESKTOP_ENVIRONMENT_UNITY && nix 68 chrome/browser/ui/libgtk2ui/unity_service.cc desktop_env != base::nix::DESKTOP_ENVIRONMENT_KDE4) nix 160 chrome/browser/ui/panels/panel_manager.cc static base::nix::DesktopEnvironment desktop_env = nix 161 chrome/browser/ui/panels/panel_manager.cc base::nix::DESKTOP_ENVIRONMENT_OTHER; nix 162 chrome/browser/ui/panels/panel_manager.cc if (desktop_env == base::nix::DESKTOP_ENVIRONMENT_OTHER) { nix 164 chrome/browser/ui/panels/panel_manager.cc desktop_env = base::nix::GetDesktopEnvironment(env.get()); nix 166 chrome/browser/ui/panels/panel_manager.cc return desktop_env != base::nix::DESKTOP_ENVIRONMENT_UNITY; nix 50 chrome/browser/ui/webui/options/advanced_options_utils_linux.cc const char* name = base::nix::GetDesktopEnvironmentName(env.get()); nix 112 chrome/browser/ui/webui/options/advanced_options_utils_linux.cc switch (base::nix::GetDesktopEnvironment(env.get())) { nix 113 chrome/browser/ui/webui/options/advanced_options_utils_linux.cc case base::nix::DESKTOP_ENVIRONMENT_GNOME: nix 114 chrome/browser/ui/webui/options/advanced_options_utils_linux.cc case base::nix::DESKTOP_ENVIRONMENT_UNITY: { nix 128 chrome/browser/ui/webui/options/advanced_options_utils_linux.cc case base::nix::DESKTOP_ENVIRONMENT_KDE3: nix 132 chrome/browser/ui/webui/options/advanced_options_utils_linux.cc case base::nix::DESKTOP_ENVIRONMENT_KDE4: nix 136 chrome/browser/ui/webui/options/advanced_options_utils_linux.cc case base::nix::DESKTOP_ENVIRONMENT_XFCE: nix 137 chrome/browser/ui/webui/options/advanced_options_utils_linux.cc case base::nix::DESKTOP_ENVIRONMENT_OTHER: nix 19 chrome/common/auto_start_linux.cc base::FilePath result = base::nix::GetXDGDirectory( nix 21 chrome/common/auto_start_linux.cc base::nix::kXdgConfigHomeEnvVar, nix 22 chrome/common/auto_start_linux.cc base::nix::kDotConfigDir); nix 15 chrome/common/chrome_paths_linux.cc using base::nix::GetXDGDirectory; nix 16 chrome/common/chrome_paths_linux.cc using base::nix::GetXDGUserDirectory; nix 17 chrome/common/chrome_paths_linux.cc using base::nix::kDotConfigDir; nix 18 chrome/common/chrome_paths_linux.cc using base::nix::kXdgConfigHomeEnvVar; nix 315 content/browser/power_save_blocker_x11.cc switch (base::nix::GetDesktopEnvironment(env.get())) { nix 316 content/browser/power_save_blocker_x11.cc case base::nix::DESKTOP_ENVIRONMENT_GNOME: nix 317 content/browser/power_save_blocker_x11.cc case base::nix::DESKTOP_ENVIRONMENT_UNITY: nix 321 content/browser/power_save_blocker_x11.cc case base::nix::DESKTOP_ENVIRONMENT_XFCE: nix 322 content/browser/power_save_blocker_x11.cc case base::nix::DESKTOP_ENVIRONMENT_KDE4: nix 326 content/browser/power_save_blocker_x11.cc case base::nix::DESKTOP_ENVIRONMENT_KDE3: nix 327 content/browser/power_save_blocker_x11.cc case base::nix::DESKTOP_ENVIRONMENT_OTHER: nix 120 content/browser/web_contents/web_drag_source_gtk.cc base::nix::GetDataMimeType(drop_data.file_contents).c_str(), FALSE); nix 95 content/shell/browser/shell_browser_context.cc base::nix::GetXDGDirectory(env.get(), nix 96 content/shell/browser/shell_browser_context.cc base::nix::kXdgConfigHomeEnvVar, nix 97 content/shell/browser/shell_browser_context.cc base::nix::kDotConfigDir)); nix 54 media/audio/alsa/audio_manager_alsa.cc switch (base::nix::GetDesktopEnvironment(env.get())) { nix 55 media/audio/alsa/audio_manager_alsa.cc case base::nix::DESKTOP_ENVIRONMENT_GNOME: nix 58 media/audio/alsa/audio_manager_alsa.cc case base::nix::DESKTOP_ENVIRONMENT_KDE3: nix 59 media/audio/alsa/audio_manager_alsa.cc case base::nix::DESKTOP_ENVIRONMENT_KDE4: nix 62 media/audio/alsa/audio_manager_alsa.cc case base::nix::DESKTOP_ENVIRONMENT_UNITY: nix 30 mojo/shell/storage.cc base::nix::GetXDGDirectory(env.get(), nix 31 mojo/shell/storage.cc base::nix::kXdgConfigHomeEnvVar, nix 32 mojo/shell/storage.cc base::nix::kDotConfigDir)); nix 485 native_client_sdk/src/examples/demo/earth/earth.cc int nix = static_cast<int>(u * night_tex_->width); nix 487 native_client_sdk/src/examples/demo/earth/earth.cc int noffset = nix + niy * night_tex_->width; nix 523 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc int nix = static_cast<int>(u * night_tex_->width); nix 525 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc int noffset = nix + niy * night_tex_->width; nix 36 net/base/platform_mime_util_linux.cc std::string out = base::nix::GetFileMimeType(dummy_path); nix 866 net/proxy/proxy_config_service_linux.cc if (base::nix::GetDesktopEnvironment(env_var_getter) == nix 867 net/proxy/proxy_config_service_linux.cc base::nix::DESKTOP_ENVIRONMENT_KDE3) { nix 1518 net/proxy/proxy_config_service_linux.cc switch (base::nix::GetDesktopEnvironment(env_var_getter)) { nix 1519 net/proxy/proxy_config_service_linux.cc case base::nix::DESKTOP_ENVIRONMENT_GNOME: nix 1520 net/proxy/proxy_config_service_linux.cc case base::nix::DESKTOP_ENVIRONMENT_UNITY: nix 1537 net/proxy/proxy_config_service_linux.cc case base::nix::DESKTOP_ENVIRONMENT_KDE3: nix 1538 net/proxy/proxy_config_service_linux.cc case base::nix::DESKTOP_ENVIRONMENT_KDE4: nix 1541 net/proxy/proxy_config_service_linux.cc case base::nix::DESKTOP_ENVIRONMENT_XFCE: nix 1542 net/proxy/proxy_config_service_linux.cc case base::nix::DESKTOP_ENVIRONMENT_OTHER: nix 41 ui/shell_dialogs/gtk/select_file_dialog_impl.cc base::nix::DesktopEnvironment desktop = nix 42 ui/shell_dialogs/gtk/select_file_dialog_impl.cc base::nix::GetDesktopEnvironment(env.get()); nix 43 ui/shell_dialogs/gtk/select_file_dialog_impl.cc if (desktop == base::nix::DESKTOP_ENVIRONMENT_KDE3 || nix 44 ui/shell_dialogs/gtk/select_file_dialog_impl.cc desktop == base::nix::DESKTOP_ENVIRONMENT_KDE4) { nix 59 ui/shell_dialogs/gtk/select_file_dialog_impl.cc base::nix::DesktopEnvironment desktop = nix 60 ui/shell_dialogs/gtk/select_file_dialog_impl.cc base::nix::GetDesktopEnvironment(env.get()); nix 29 ui/shell_dialogs/gtk/select_file_dialog_impl.h base::nix::DesktopEnvironment desktop); nix 43 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc base::nix::DesktopEnvironment desktop); nix 153 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc base::nix::DesktopEnvironment desktop_; nix 161 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc base::nix::DesktopEnvironment desktop) nix 164 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc DCHECK(desktop_ == base::nix::DESKTOP_ENVIRONMENT_KDE3 || nix 165 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc desktop_ == base::nix::DESKTOP_ENVIRONMENT_KDE4); nix 231 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc std::string mime_type = base::nix::GetFileMimeType( nix 284 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc desktop_ == base::nix::DESKTOP_ENVIRONMENT_KDE3 ? "--embed" : "--attach", nix 481 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc base::nix::DesktopEnvironment desktop) {