Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/win/
DClipboardWin.cpp686 HGLOBAL imageFileContent = createGlobalImageFileContent(imageBuffer); in writeImageToDataObject() local
687 if (!imageFileContent) { in writeImageToDataObject()
699 writeFileToDataObject(dataObject, imageFileDescriptor, imageFileContent, hDropContent); in writeImageToDataObject()