Searched defs:shortcut_contents (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc447 // file, given in |shortcut_contents|. If the key is not found, returns false.
448 bool GetNoDisplayFromDesktopFile(const std::string& shortcut_contents) { argument
451 if (shortcut_contents.empty())
456 if (!g_key_file_load_from_data(key_file, shortcut_contents.c_str(),
457 shortcut_contents.size(), G_KEY_FILE_NONE,
662 std::string shortcut_contents; local
663 if (GetExistingShortcutContents(env, shortcut_filename, &shortcut_contents)) {
668 GetNoDisplayFromDesktopFile(shortcut_contents)

Completed in 102 milliseconds