Home
last modified time | relevance | path

Searched refs:GetSanitizedFileName (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/web_applications/
Dweb_app_win.cc137 Append(web_app::internals::GetSanitizedFileName(shortcut_name)). in FindAppShortcutsByProfileAndTitle()
177 web_app::internals::GetSanitizedFileName(shortcut_info.title); in CreateShortcutsInPaths()
396 web_app::internals::GetSanitizedFileName(shortcut_info.title); in CreatePlatformShortcuts()
416 web_app::internals::GetSanitizedFileName(shortcut_info.title); in UpdatePlatformShortcuts()
434 web_app::internals::GetSanitizedFileName(shortcut_info.title); in UpdatePlatformShortcuts()
Dweb_app.h149 base::FilePath GetSanitizedFileName(const base::string16& name);
Dweb_app.cc69 base::FilePath GetSanitizedFileName(const base::string16& name) { in GetSanitizedFileName() function
/external/chromium/chrome/browser/web_applications/
Dweb_app.h71 FilePath GetSanitizedFileName(const string16& name);
Dweb_app.cc310 web_app::internals::GetSanitizedFileName(shortcut_info_.title); in CreateShortcut()
411 FilePath GetSanitizedFileName(const string16& name) { in GetSanitizedFileName() function
/external/chromium/chrome/browser/ui/web_applications/
Dweb_app_ui.cc98 file_name_ = web_app::internals::GetSanitizedFileName(shortcut_info_.title); in UpdateShortcutWorker()
/external/chromium_org/chrome/browser/ui/web_applications/
Dweb_app_ui.cc148 file_name_ = web_app::internals::GetSanitizedFileName(shortcut_info_.title); in UpdateShortcutWorker()
/external/chromium_org/chrome/browser/ui/views/apps/
Dnative_app_window_views.cc380 .Append(web_app::internals::GetSanitizedFileName(shortcut_info.title)) in OnShortcutInfoLoaded()