Searched refs:xdg_current_desktop (Results 1 – 3 of 3) sorted by relevance
58 std::string xdg_current_desktop; in GetDesktopEnvironment() local59 if (env->GetVar("XDG_CURRENT_DESKTOP", &xdg_current_desktop)) { in GetDesktopEnvironment()61 if (base::StartsWith(xdg_current_desktop, "Unity", in GetDesktopEnvironment()72 if (xdg_current_desktop == "GNOME") in GetDesktopEnvironment()74 if (xdg_current_desktop == "X-Cinnamon") in GetDesktopEnvironment()76 if (xdg_current_desktop == "KDE") { in GetDesktopEnvironment()85 if (xdg_current_desktop == "Pantheon") in GetDesktopEnvironment()87 if (xdg_current_desktop == "XFCE") in GetDesktopEnvironment()
62 std::string xdg_current_desktop; in GetDesktopEnvironment() local63 if (env->GetVar(kXdgCurrentDesktopEnvVar, &xdg_current_desktop)) { in GetDesktopEnvironment()66 xdg_current_desktop, ":", TRIM_WHITESPACE, SPLIT_WANT_NONEMPTY)) { in GetDesktopEnvironment()
265 optional XdgCurrentDesktop xdg_current_desktop = 10; field