HomeSort by relevance Sort by last modified time
    Searched refs:GetSanitizedFileName (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/web_applications/
web_app.h 71 FilePath GetSanitizedFileName(const string16& name);
web_app.cc 310 web_app::internals::GetSanitizedFileName(shortcut_info_.title);
411 FilePath GetSanitizedFileName(const string16& name) {
  /external/chromium_org/chrome/browser/web_applications/
web_app.h 150 base::FilePath GetSanitizedFileName(const string16& name);
web_app_win.cc 136 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);
web_app.cc 71 base::FilePath GetSanitizedFileName(const string16& name) {
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 98 file_name_ = web_app::internals::GetSanitizedFileName(shortcut_info_.title);
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc 147 file_name_ = web_app::internals::GetSanitizedFileName(shortcut_info_.title);
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc 220 .Append(web_app::internals::GetSanitizedFileName(shortcut_info.title))

Completed in 454 milliseconds