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

  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.h 62 PassRefPtr<DocumentFragment> fragmentFromFilenames(Document*, const IDataObject*);
63 PassRefPtr<DocumentFragment> fragmentFromFilenames(Document*, const DragDataMap*);
DragDataWin.cpp 178 if (PassRefPtr<DocumentFragment> fragment = fragmentFromFilenames(frame->document(), m_platformDragData))
188 if (PassRefPtr<DocumentFragment> fragment = fragmentFromFilenames(frame->document(), &m_dragDataMap))
ClipboardUtilitiesWin.cpp 531 PassRefPtr<DocumentFragment> fragmentFromFilenames(Document*, const IDataObject*)
537 PassRefPtr<DocumentFragment> fragmentFromFilenames(Document*, const DragDataMap*)

Completed in 642 milliseconds