HomeSort by relevance Sort by last modified time
    Searched full:ext_string (Results 1 - 1 of 1) 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...]

Completed in 35 milliseconds