OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ext_string
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc
681
std::wstring
ext_string
;
local
683
if (!
ext_string
.empty())
684
ext_string
.push_back(L';');
685
ext_string
.append(L"*.");
686
ext_string
.append(inner_exts[j]);
688
exts.push_back(
ext_string
);
[
all
...]
/external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc
888
base::string16
ext_string
;
local
[
all
...]
Completed in 39 milliseconds