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

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.h 27 class TabContentsDragWin
29 public base::RefCountedThreadSafe<TabContentsDragWin> {
31 explicit TabContentsDragWin(NativeTabContentsViewWin* view);
32 virtual ~TabContentsDragWin();
97 DISALLOW_COPY_AND_ASSIGN(TabContentsDragWin);
tab_contents_drag_win.cc 72 explicit DragDropThread(TabContentsDragWin* drag_handler)
93 // Hold a reference count to TabContentsDragWin to make sure that it is always
95 scoped_refptr<TabContentsDragWin> drag_handler_;
100 TabContentsDragWin::TabContentsDragWin(NativeTabContentsViewWin* view)
107 TabContentsDragWin::~TabContentsDragWin() {
112 void TabContentsDragWin::StartDragging(const WebDropData& drop_data,
144 &TabContentsDragWin::StartBackgroundDragging,
168 void TabContentsDragWin::StartBackgroundDragging
    [all...]
native_tab_contents_view_win.h 14 class TabContentsDragWin;
78 scoped_refptr<TabContentsDragWin> drag_handler_;
native_tab_contents_view_win.cc 116 drag_handler_ = new TabContentsDragWin(this);

Completed in 65 milliseconds