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

  /external/webkit/Source/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...]

Completed in 72 milliseconds