HomeSort by relevance Sort by last modified time
    Searched defs:TabContentsDragWin (Results 1 - 2 of 2) 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...]

Completed in 333 milliseconds