Searched refs:lstAllowedFormats (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp85 this->lstAllowedFormats.append(arrEntries[i]);
762 for (size_t a = 0; a < this->lstAllowedFormats.size(); a++)
764 LogFlowThisFunc(("\t\"%s\" <=> \"%s\"\n", this->lstAllowedFormats.at(a).c_str(), lstFormats.at(i).c_str()));
765 fSupported = RTStrICmp(this->lstAllowedFormats.at(a).c_str(), lstFormats.at(i).c_str()) == 0;
1428 * Note: Don't clear this->lstAllowedFormats at the moment, as this value is initialized
H A DVBoxDnD.h372 RTCList<RTCString> lstAllowedFormats; member in class:VBoxDnDWnd

Completed in 70 milliseconds