OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suggested_name
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc
227
// |
suggested_name
| will not be used to generate the file name. This is useful
229
// where |
suggested_name
| may contain a '.' character as a valid part of the
232
const std::wstring&
suggested_name
,
242
std::wstring file_part = FilePath(
suggested_name
).BaseName().value();
274
if (!
suggested_name
.empty())
275
directory = FilePath(
suggested_name
).DirName().value();
326
suggested_ext = file_util::GetFileExtensionFromPath(
suggested_name
);
328
// If we can't get the extension from the
suggested_name
, we use the default
340
// Prompt the user for location to save a file. '
suggested_name
' is a full path
342
// For example, a '
suggested_name
' of
[
all
...]
/external/chromium/chrome/browser/download/
save_package.cc
419
string16
suggested_name
=
local
428
FilePath file_path = FilePath(
suggested_name
);
431
base::SysWideToNativeMB(UTF16ToWide(
suggested_name
)));
[
all
...]
Completed in 103 milliseconds