Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:WebDragSource

31 // WebDragSource, public:
33 WebDragSource::WebDragSource(gfx::NativeWindow source_wnd,
45 WebDragSource::~WebDragSource() {
48 void WebDragSource::OnDragSourceCancel() {
53 NewRunnableMethod(this, &WebDragSource::OnDragSourceCancel));
68 void WebDragSource::OnDragSourceDrop() {
76 NewRunnableMethod(this, &WebDragSource::DelayedOnDragSourceDrop));
79 void WebDragSource::DelayedOnDragSourceDrop() {
91 void WebDragSource::OnDragSourceMove() {
96 NewRunnableMethod(this, &WebDragSource::OnDragSourceMove));
110 void WebDragSource::Observe(NotificationType type,