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

/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp517 com::Utf8Str GuestDnD::toFormatString(const std::vector<com::Utf8Str> &lstSupportedFormats, argument
525 if (std::find(lstSupportedFormats.begin(),
526 lstSupportedFormats.end(), f) != lstSupportedFormats.end())
534 void GuestDnD::toFormatVector(const std::vector<com::Utf8Str> &lstSupportedFormats, argument
543 if (std::find(lstSupportedFormats.begin(),
544 lstSupportedFormats.end(), lstFormats.at(i)) == lstSupportedFormats.end())
553 if (std::find(lstSupportedFormats.begin(),
554 lstSupportedFormats
[all...]

Completed in 33 milliseconds