Searched defs:WebDragSource (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebDragSource.h33 class WebDragSource : public IDropSource, public RefCounted<WebDragSource> { class in inherits:IDropSource,RefCounted
35 static PassRefPtr<WebDragSource> createInstance();
43 WebDragSource();
H A DWebDragSource.cpp27 #include "WebDragSource.h"
39 PassRefPtr<WebDragSource> WebDragSource::createInstance()
41 return adoptRef(new WebDragSource);
44 WebDragSource::WebDragSource() function in class:WebDragSource
48 HRESULT WebDragSource::QueryInterface(REFIID riid, void** ppvObject)
61 ULONG WebDragSource::AddRef(void)
67 ULONG WebDragSource::Release(void)
73 HRESULT WebDragSource
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Dweb_drag_source_win.h23 class WebDragSource : public ui::DragSource, class in inherits:ui::DragSource,NotificationObserver
27 WebDragSource(gfx::NativeWindow source_wnd, TabContents* tab_contents);
28 virtual ~WebDragSource();
45 WebDragSource();
63 DISALLOW_COPY_AND_ASSIGN(WebDragSource);
H A Dweb_drag_source_win.cc31 // WebDragSource, public:
33 WebDragSource::WebDragSource(gfx::NativeWindow source_wnd, function in class:WebDragSource
45 WebDragSource::~WebDragSource() {
48 void WebDragSource::OnDragSourceCancel() {
53 NewRunnableMethod(this, &WebDragSource::OnDragSourceCancel));
68 void WebDragSource::OnDragSourceDrop() {
76 NewRunnableMethod(this, &WebDragSource::DelayedOnDragSourceDrop));
79 void WebDragSource
[all...]

Completed in 72 milliseconds