Home | History | Annotate | Download | only in web_applications

Lines Matching refs:shortcut_info_

78   ShellIntegration::ShortcutInfo shortcut_info_;
95 web_app::GetShortcutInfoForTab(tab_contents_, &shortcut_info_);
98 file_name_ = web_app::internals::GetSanitizedFileName(shortcut_info_.title);
155 shortcut_info_.favicon = image;
174 shortcut_info_.create_on_desktop,
178 shortcut_info_.create_in_applications_menu,
182 shortcut_info_.create_in_quick_launch_bar,
222 web_app::GetDataDir(profile_path_), shortcut_info_);
234 web_app::internals::CheckAndSaveIcon(icon_file, shortcut_info_.favicon);
241 UTF8ToWide(web_app::GenerateApplicationNameFromURL(shortcut_info_.url)),
245 if (shortcut_info_.description.length() >= MAX_PATH)
246 shortcut_info_.description.resize(MAX_PATH - 1);
253 shortcut_info_.description.c_str(),