HomeSort by relevance Sort by last modified time
    Searched refs:ShellIntegrationLinux (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/web_applications/
web_app_linux.cc 23 return ShellIntegrationLinux::CreateDesktopShortcut(
34 ShellIntegrationLinux::DeleteDesktopShortcuts(shortcut_info.profile_path,
49 ShellIntegrationLinux::GetExistingShortcutLocations(
62 ShellIntegrationLinux::DeleteAllDesktopShortcuts(profile_path);
  /external/chromium_org/chrome/browser/
shell_integration_linux_unittest.cc 82 ASSERT_TRUE(ShellIntegrationLinux::GetDataWriteLocation(&env, &path));
91 ASSERT_TRUE(ShellIntegrationLinux::GetDataWriteLocation(&env, &path));
99 ASSERT_FALSE(ShellIntegrationLinux::GetDataWriteLocation(&env, &path));
114 ShellIntegrationLinux::GetDataSearchLocations(&env),
126 ShellIntegrationLinux::GetDataSearchLocations(&env),
138 ShellIntegrationLinux::GetDataSearchLocations(&env),
149 ShellIntegrationLinux::GetDataSearchLocations(&env),
170 ShellIntegrationLinux::GetExistingShortcutLocations(
192 ShellIntegrationLinux::GetExistingShortcutLocations(
215 ShellIntegrationLinux::GetExistingShortcutLocations
    [all...]
shell_integration_linux.h 19 namespace ShellIntegrationLinux {
120 } // namespace ShellIntegrationLinux
shell_integration_linux.cc 355 argv.push_back(ShellIntegrationLinux::GetDesktopName(env.get()));
390 argv.push_back(ShellIntegrationLinux::GetDesktopName(env.get()));
510 namespace ShellIntegrationLinux {
876 std::string contents = ShellIntegrationLinux::GetDesktopFileContents(
900 directory_contents = ShellIntegrationLinux::GetDirectoryFileContents(
909 std::string contents = ShellIntegrationLinux::GetDesktopFileContents(
    [all...]
  /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/ui/gtk/
unity_service.cc 88 std::string desktop_id = ShellIntegrationLinux::GetDesktopName(env.get());
create_application_shortcuts_dialog_gtk.cc 240 ShellIntegrationLinux::CreateDesktopShortcut(shortcut_info,
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.cc 112 params.wm_class_class = ShellIntegrationLinux::GetProgramClassName();
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc 311 init_params.wm_class_class = ShellIntegrationLinux::GetProgramClassName();
    [all...]

Completed in 255 milliseconds