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

/external/webkit/Source/WebCore/platform/
H A DDragData.h91 typedef HashMap<UINT, Vector<String> > DragDataMap; typedef in namespace:WebCore
102 DragData(const DragDataMap&, const IntPoint& clientPosition, const IntPoint& globalPosition, DragOperation sourceOperationMask, DragApplicationFlags = DragApplicationNone);
103 const DragDataMap& dragDataMap();
135 DragDataMap m_dragDataMap;
/external/webkit/Source/WebCore/platform/win/
H A DClipboardUtilitiesWin.cpp74 static bool getDataMapItem(const DragDataMap* dataObject, FORMATETC* format, String& item)
76 DragDataMap::const_iterator found = dataObject->find(format->cfFormat);
124 static bool getWebLocData(const DragDataMap* dataObject, String& url, String* title)
427 String getURL(const DragDataMap* data, DragData::FilenameConversionPolicy filenamePolicy, String* title)
483 String getPlainText(const DragDataMap* data)
509 String getTextHTML(const DragDataMap* data)
524 String getCFHTML(const DragDataMap* dataMap)
537 PassRefPtr<DocumentFragment> fragmentFromFilenames(Document*, const DragDataMap*) argument
549 bool containsFilenames(const DragDataMap*) argument
594 PassRefPtr<DocumentFragment> fragmentFromHTML(Document* document, const DragDataMap* dat
[all...]

Completed in 124 milliseconds