Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DDragController.h60 bool performDrag(DragData*);
DDragController.cpp187 bool DragController::performDrag(DragData* dragData) in performDrag() function in WebCore::DragController
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h396 …void performDrag(WebCore::DragData*, const String& dragStorageName, const SandboxExtension::Handle…
DWebPageProxy.cpp730 void WebPageProxy::performDrag(WebCore::DragData* dragData, const String& dragStorageName, const Sa… in performDrag() function in WebKit::WebPageProxy
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1539 m_page->dragController()->performDrag(&dragData); in performDragControllerAction()
1573 m_page->dragController()->performDrag(&dragData); in performDragControllerAction()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp1649 m_page->performDrag(&data, String(), sandboxExtensionHandle); in Drop()
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp1870 m_page->dragController()->performDrag(&dragData); in dragTargetDrop()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1015 if (page->dragController()->performDrag(&dragData)) in dropEvent()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp1671 core(webView)->dragController()->performDrag(&dragData); in webkit_web_view_drag_drop()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm1580 …_data->_page->performDrag(&dragData, [[draggingInfo draggingPasteboard] name], sandboxExtensionHan…
/external/webkit/Source/WebKit/win/
DWebView.cpp5053 m_page->dragController()->performDrag(&data); in Drop()
/external/webkit/Source/WebKit2/
DChangeLog2463 Create a sandbox extension handle and pass it to performDrag.
2471 (WebKit::WebPageProxy::performDrag):
2521 Since we want performDrag to take a sandbox extension, separate the four
2533 (WebKit::WebPageProxy::performDrag):
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm3933 return core(self)->dragController()->performDrag(&dragData);
/external/webkit/Source/WebKit/mac/
DChangeLog8760 indirectly via DragController::performDrag) handles directories somewhat
8808 indirectly via DragController::performDrag) handles directories somewhat
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1056476 (WebCore::DragController::performDrag):
59681 and DragController::performDrag, meaning that m_document starts pointing to
59682 a now viewless document. This is picked up by an assertion in performDrag
59685 performDrag
59688 (WebCore::DragController::performDrag):
DChangeLog-2007-10-1414174 (WebCore::DragController::performDrag):
55273 (WebCore::DragController::performDrag):
61539 (WebCore::DragController::performDrag):
61878 (WebCore::DragController::performDrag):
DChangeLog-2009-06-167864 (WebCore::DragController::performDrag):
44870 (WebCore::DragController::performDrag):
55711 (WebCore::DragController::performDrag): Call concludeEditDrag rather than
DChangeLog-2010-01-2959493 (WebCore::DragController::performDrag):
60496 (WebCore::DragController::performDrag):
81845 (WebCore::DragController::performDrag):
DChangeLog-2011-02-1628683 (WebCore::DragController::performDrag):
DChangeLog-2010-05-2415603 solution is to change DragController::performDrag to check dragData::asFilenames().
DChangeLog-2010-12-0693032 (WebCore::DragController::performDrag):