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

  /external/webkit/WebKit/win/
WebDropSource.h 41 class WebDropSource : public IDropSource
52 WebDropSource(WebView* webView);
53 ~WebDropSource();
WebDropSource.cpp 27 #include "WebDropSource.h"
46 HRESULT WebDropSource::createInstance(WebView* webView, IDropSource** result)
50 *result = new WebDropSource(webView);
54 WebDropSource::WebDropSource(WebView* webView)
60 gClassNameCount.add("WebDropSource");
63 WebDropSource::~WebDropSource()
66 gClassNameCount.remove("WebDropSource");
69 STDMETHODIMP WebDropSource::QueryInterface(REFIID riid, void** ppvObject
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 28 #include "WebDropSource.h"
150 if (FAILED(WebDropSource::createInstance(m_webView, &source)))

Completed in 22 milliseconds