Searched refs:lstURI (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp324 DnDURIList lstURI;
325 int rc2 = lstURI.RootFromURIData(pvData, cbData, 0 /* fFlags */);
328 Utf8Str strURIs = lstURI.RootToString(pResp->dropDir());
332 lstURI.RootCount(), cbURIs));
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp470 int DnDURIList::AppendURIPathsFromList(const RTCList<RTCString> &lstURI, argument
475 for (size_t i = 0; i < lstURI.size(); i++)
477 RTCString strURI = lstURI.at(i);
513 RTCList<RTCString> lstURI = local
515 if (lstURI.isEmpty())
520 for (size_t i = 0; i < lstURI.size(); ++i)
524 const char *pszURI = lstURI.at(i).c_str();
/vbox/include/VBox/GuestHost/
H A DDragAndDrop.h117 int AppendURIPathsFromList(const RTCList<RTCString> &lstURI, uint32_t fFlags);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp296 DnDURIList lstURI; local
297 rc = lstURI.RootFromURIData(*ppvData, *pcbDataRecv,
304 RTCString strData = lstURI.RootToString(pszDropDir);
1096 DnDURIList lstURI; local
1097 int rc = lstURI.AppendURIPathsFromList(lstPaths, 0 /* fFlags */);
1102 RTCString strRootDest = lstURI.RootToString();
1111 lstURI.TotalBytes());
1116 while (!lstURI.IsEmpty())
1118 DnDURIObject &nextObj = lstURI.First();
1124 lstURI
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp468 DnDURIList lstURI; local
469 rc = lstURI.AppendNativePathsFromList(pszFiles, cbFiles,
473 RTCString strRoot = lstURI.RootToString();

Completed in 49 milliseconds