Searched defs:ext_desc (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog_win.cc76 // extensions (internally separated by semicolons), |ext_desc| as the text
85 // ext_desc: { "Text Document" }
93 const std::vector<std::wstring>& ext_desc,
99 DCHECK(file_ext.size() >= ext_desc.size());
109 if (i < ext_desc.size())
110 desc = ext_desc[i];
91 FormatFilterForExtensions( const std::vector<std::wstring>& file_ext, const std::vector<std::wstring>& ext_desc, bool include_all_files) argument

Completed in 292 milliseconds