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

/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp452 const com::Utf8Str arrEntries[] = { VBOX_DND_FORMATS_DEFAULT }; local
453 for (size_t i = 0; i < RT_ELEMENTS(arrEntries); i++)
454 m_strDefaultFormats.push_back(arrEntries[i]);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp81 const RTCString arrEntries[] = { VBOX_DND_FORMATS_DEFAULT }; local
82 for (size_t i = 0; i < RT_ELEMENTS(arrEntries); i++)
84 LogFlowFunc(("\t%s\n", arrEntries[i].c_str()));
85 this->lstAllowedFormats.append(arrEntries[i]);

Completed in 68 milliseconds