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

  /external/chromium/chrome/browser/tab_contents/
web_drag_source_win.h 23 class WebDragSource : public ui::DragSource,
27 WebDragSource(gfx::NativeWindow source_wnd, TabContents* tab_contents);
28 virtual ~WebDragSource();
45 WebDragSource();
63 DISALLOW_COPY_AND_ASSIGN(WebDragSource);
web_drag_source_win.cc 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()
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_drag_source_win.cc 33 // WebDragSource, public:
35 WebDragSource::WebDragSource(gfx::NativeWindow source_wnd,
48 WebDragSource::~WebDragSource() {
51 void WebDragSource::OnDragSourceCancel() {
56 base::Bind(&WebDragSource::OnDragSourceCancel, this));
71 void WebDragSource::OnDragSourceDrop() {
81 base::Bind(&WebDragSource::DelayedOnDragSourceDrop, this));
84 void WebDragSource::DelayedOnDragSourceDrop()
    [all...]
web_drag_source_win.h 28 class WebDragSource : public ui::DragSourceWin,
32 WebDragSource(gfx::NativeWindow source_wnd, WebContents* web_contents);
33 virtual ~WebDragSource();
54 WebDragSource();
74 DISALLOW_COPY_AND_ASSIGN(WebDragSource);

Completed in 55 milliseconds