OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSanitizedFileName
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/web_applications/
web_app_win.cc
136
Append(web_app::internals::
GetSanitizedFileName
(shortcut_name)).
215
web_app::internals::
GetSanitizedFileName
(shortcut_info.title))
366
web_app_path.Append(web_app::internals::
GetSanitizedFileName
(
389
web_app_dir.Append(internals::
GetSanitizedFileName
(shortcut_info.title))
477
base::FilePath file_name =
GetSanitizedFileName
(shortcut_info.title);
498
web_app::internals::
GetSanitizedFileName
(shortcut_info.title);
515
base::FilePath file_name =
GetSanitizedFileName
(shortcut_info.title);
616
return web_app_path.Append(
GetSanitizedFileName
(title))
web_app.h
261
base::FilePath
GetSanitizedFileName
(const base::string16& name);
update_shortcut_worker_win.cc
45
file_name_ = web_app::internals::
GetSanitizedFileName
(shortcut_info_.title);
web_app.cc
138
base::FilePath
GetSanitizedFileName
(const base::string16& name) {
Completed in 211 milliseconds