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

/external/chromium/chrome/browser/web_applications/
H A Dweb_app.h71 FilePath GetSanitizedFileName(const string16& name);
H A Dweb_app.cc310 web_app::internals::GetSanitizedFileName(shortcut_info_.title);
411 FilePath GetSanitizedFileName(const string16& name) { function in namespace:web_app::internals
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app.h150 base::FilePath GetSanitizedFileName(const string16& name);
H A Dweb_app_win.cc136 Append(web_app::internals::GetSanitizedFileName(shortcut_name)).
176 web_app::internals::GetSanitizedFileName(shortcut_info.title);
396 web_app::internals::GetSanitizedFileName(shortcut_info.title);
416 web_app::internals::GetSanitizedFileName(shortcut_info.title);
434 web_app::internals::GetSanitizedFileName(shortcut_info.title);
H A Dweb_app.cc71 base::FilePath GetSanitizedFileName(const string16& name) { function in namespace:web_app::internals
/external/chromium/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc98 file_name_ = web_app::internals::GetSanitizedFileName(shortcut_info_.title);
/external/chromium_org/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc147 file_name_ = web_app::internals::GetSanitizedFileName(shortcut_info_.title);
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dnative_app_window_views.cc220 .Append(web_app::internals::GetSanitizedFileName(shortcut_info.title))

Completed in 84 milliseconds