Searched refs:old_app_title (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_chromeos.cc30 const base::string16& old_app_title,
28 UpdatePlatformShortcuts( const base::FilePath& web_app_path, const base::string16& old_app_title, const ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info) argument
H A Dweb_app.h191 // |old_app_title| contains the title of the app prior to this update.
192 void UpdateAllShortcuts(const base::string16& old_app_title,
251 const base::string16& old_app_title,
H A Dweb_app.cc81 const base::string16& old_app_title,
89 old_app_title, shortcut_info, file_handlers_info));
382 void UpdateAllShortcuts(const base::string16& old_app_title, argument
389 base::Bind(&UpdateAllShortcutsForShortcutInfo, old_app_title));
80 UpdateAllShortcutsForShortcutInfo( const base::string16& old_app_title, const web_app::ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info) argument
H A Dweb_app_win.cc491 const base::string16& old_app_title,
500 if (old_app_title != shortcut_info.title) {
507 web_app_path, shortcut_info.profile_path, old_app_title,
489 UpdatePlatformShortcuts( const base::FilePath& web_app_path, const base::string16& old_app_title, const ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info) argument

Completed in 93 milliseconds