Home
last modified time | relevance | path

Searched refs:hDropContent (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DClipboardWin.cpp297 …aObject(IDataObject* dataObject, HGLOBAL fileDescriptor, HGLOBAL fileContent, HGLOBAL hDropContent) in writeFileToDataObject() argument
323 if (hDropContent) { in writeFileToDataObject()
324 medium.hGlobal = hDropContent; in writeFileToDataObject()
335 if (hDropContent) in writeFileToDataObject()
336 GlobalFree(hDropContent); in writeFileToDataObject()
679 HGLOBAL hDropContent = createGlobalHDropContent(url, fileName, imageBuffer); in writeImageToDataObject() local
680 if (!hDropContent) { in writeImageToDataObject()
681 GlobalFree(hDropContent); in writeImageToDataObject()
685 writeFileToDataObject(dataObject, imageFileDescriptor, imageFileContent, hDropContent); in writeImageToDataObject()