HomeSort by relevance Sort by last modified time
    Searched full:shortcut_contents (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 415 // file, given in |shortcut_contents|. If the key is not found, returns false.
416 bool GetNoDisplayFromDesktopFile(const std::string& shortcut_contents) {
418 if (shortcut_contents.empty())
423 if (!g_key_file_load_from_data(key_file, shortcut_contents.c_str(),
424 shortcut_contents.size(), G_KEY_FILE_NONE,
613 std::string shortcut_contents; local
614 if (GetExistingShortcutContents(env, shortcut_filename, &shortcut_contents)) {
618 if (GetNoDisplayFromDesktopFile(shortcut_contents)) {
    [all...]

Completed in 1112 milliseconds