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

/vbox/include/VBox/GuestHost/
H A DDragAndDrop.h114 int AppendNativePathsFromList(const RTCList<RTCString> &lstNativePaths, uint32_t fFlags);
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp391 int DnDURIList::AppendNativePathsFromList(const RTCList<RTCString> &lstNativePaths, argument
396 for (size_t i = 0; i < lstNativePaths.size(); i++)
398 const RTCString &strPath = lstNativePaths.at(i);

Completed in 46 milliseconds