HomeSort by relevance Sort by last modified time
    Searched refs:getCFHTML (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.h 74 String getCFHTML(IDataObject*, bool& success);
75 String getCFHTML(const DragDataMap*);
ClipboardUtilitiesWin.cpp 516 String getCFHTML(IDataObject* data, bool& success)
524 String getCFHTML(const DragDataMap* dataMap)
ClipboardWin.cpp 468 return m_dataObject ? getCFHTML(m_dataObject.get(), success) : getCFHTML(&m_dragDataMap);

Completed in 845 milliseconds