OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:file_ext
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc
72
// found. '
file_ext
' must be in form ".txt".
73
static bool GetRegistryDescriptionFromExtension(const std::wstring&
file_ext
,
76
base::win::RegKey reg_ext(HKEY_CLASSES_ROOT,
file_ext
.c_str(), KEY_READ);
86
// Set up a filter for a Save/Open dialog, which will consist of |
file_ext
| file
88
// descriptions of the |
file_ext
| types (optional), and (optionally) the default
92
// 1. only files that have '
file_ext
' as their extension
95
//
file_ext
: { "*.txt", "*.htm;*.html" }
103
const std::vector<std::wstring>&
file_ext
,
110
DCHECK(
file_ext
.size() >= ext_desc.size());
114
for (size_t i = 0; i <
file_ext
.size(); ++i)
354
std::wstring
file_ext
= FilePath(suggested_name).Extension().insert(0, L"*");
local
[
all
...]
Completed in 156 milliseconds